Skip to content

Commit 6d9f250

Browse files
committed
fix: don't fail homelab pipeline on ArgoCD sync failure
ArgoCD sync is a deployment action, not a validation step. If all validation and publish steps pass, a sync failure (e.g. expired token) shouldn't block the entire pipeline. The sync result still appears in the summary output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 19789af commit 6d9f250

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.dagger/src/homelab-ci-steps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ export function checkForFailures(
472472
validation.haLintResult,
473473
validation.cdk8sTypeCheckResult,
474474
validation.haTypeCheckResult,
475-
publish.syncResult,
476475
validation.cdk8sBuildResult,
477476
validation.haBuildResult,
478477
validation.helmBuildResult,

0 commit comments

Comments
 (0)