diff --git a/infra/argo/cockpit-build-deploy.yaml b/infra/argo/cockpit-build-deploy.yaml index 287dbdb..bd20a27 100644 --- a/infra/argo/cockpit-build-deploy.yaml +++ b/infra/argo/cockpit-build-deploy.yaml @@ -17,7 +17,8 @@ metadata: spec: serviceAccountName: argo-workflow entrypoint: pipeline - archiveLogs: false # the MinIO log sink is unreachable from ci-compile-cpu; don't fail the run on it + archiveLogs: true # archive build/deploy logs to MinIO (argo-logs bucket). Reachable now that the + # pods carry app.kubernetes.io/part-of: argo-workflows (MinIO ingress netpol allow). activeDeadlineSeconds: 1800 ttlStrategy: { secondsAfterCompletion: 3600 } podGC: { strategy: OnPodCompletion }