Skip to content

CI failure: argocd-register on main #698

Description

@izzywdev

@fuze the deploy workflow argocd-register failed on main (event: workflow_dispatch).

Run: https://github.com/izzywdev/FuzeInfra/actions/runs/33096782520

This is a deploy-path failure (not app CI). Diagnose from the run log. If it is a credential/permission problem (e.g. a token missing a scope), that is an operator action — say so plainly rather than attempting a code fix. Prod stays GitOps (edit repo -> Argo).

failed-step log (tail)
pplications$(printf '%s\n' "$resources" | sed -n 's#^application.argoproj.io/##p')"^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9438683Z ^[[36;1mdone < <(find "$DIR" -type f \( -name '*.yaml' -o -name '*.yml' \) -print | sort)^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9439353Z ^[[36;1m# Apply registers an Application but leaves its first reconciliation to^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9439952Z ^[[36;1m# Argo's polling interval. Trigger a hard refresh + sync now so an^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9440540Z ^[[36;1m# onboarding request has a deployed result rather than an indeterminate^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9441135Z ^[[36;1m# wait. Workloads remain entirely GitOps-owned by their Application.^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9441617Z ^[[36;1mfor app in $applications; do^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9442166Z ^[[36;1m  kubectl -n argocd annotate application "$app" argocd.argoproj.io/refresh=hard --overwrite^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9442807Z ^[[36;1m  kubectl -n argocd patch application "$app" --type merge \^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9443387Z ^[[36;1m    -p '{"operation":{"initiatedBy":{"username":"argocd-register"},"sync":{}}}'^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9444230Z ^[[36;1m  echo "sync triggered for $app"^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9444599Z ^[[36;1mdone^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9444867Z ^[[36;1mecho ""^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9445279Z ^[[36;1mecho "Done. ArgoCD now owns these Applications and will self-sync future"^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9445915Z ^[[36;1mecho "changes to deploy/argocd — do not re-run this for ordinary edits."^[[0m
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9484117Z shell: /usr/bin/bash -e {0}
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9484466Z ##[endgroup]
register	Register Argo Applications (one-time)	2026-08-27T17:07:42.9542267Z Registering Argo manifests from consumer/deploy/argocd (repo: izzywdev/FuzeFront)...
register	Register Argo Applications (one-time)	2026-08-27T17:07:45.1646158Z application.argoproj.io/fuzefront-apps
register	Register Argo Applications (one-time)	2026-08-27T17:07:46.3292891Z application.argoproj.io/fuzefront-sealed
register	Register Argo Applications (one-time)	2026-08-27T17:07:47.5817252Z application.argoproj.io/fuzefront
register	Register Argo Applications (one-time)	2026-08-27T17:07:48.5988478Z application.argoproj.io/fuzequality
register	Register Argo Applications (one-time)	2026-08-27T17:07:49.9511339Z application.argoproj.io/unleash
register	Register Argo Applications (one-time)	2026-08-27T17:07:50.7830009Z appproject.argoproj.io/fuzefront
register	Register Argo Applications (one-time)	2026-08-27T17:07:51.3204656Z Error from server (NotFound): applications.argoproj.io "fuzefront-appsfuzefront-sealedfuzefrontfuzequalityunleash" not found
register	Register Argo Applications (one-time)	2026-08-27T17:07:51.3239817Z ##[error]Process completed with exit code 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ci-failureDeploy workflow failure (self-heal triage)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions