Component
Setup/Teardown
Describe the bug
CI nightly (ocp-wva-fma-warmstart) failing in two phases: (a) GCP auth Invalid JWT Signature in standup, (b) transient git fetch timeout during WVA-controller kustomize uninstall in teardown
Summary
The WVA+FMA and KEDA+FMA workflows are failing in two independent, non-code-related places. Both are infrastructure/tooling issues (expired credentials + a transient remote fetch), not benchmark logic — but they abort the pipeline and should be hardened/fixed.
a) Standup — GCP service-account auth failure (invalid_grant: Invalid JWT Signature)
Where: google-github-actions/setup-gcloud step (GKE-targeted job / project llm-d-scale).
Error:
Successfully authenticated
Error: google-github-actions/setup-gcloud failed with: failed to execute command
`gcloud --quiet config set project llm-d-scale`:
ERROR: (gcloud.config.set) There was a problem refreshing auth tokens for account
llm-d-e2e@llm-d-scale.iam.gserviceaccount.com:
('invalid_grant: Invalid JWT Signature.', {'error': 'invalid_grant',
'error_description': 'Invalid JWT Signature.'})
b) Teardown — WVA controller uninstall fails on transient git fetch timeout
Where: teardown step [01] uninstall_helm, WVA controller uninstall (OpenShift / pokprod). llm-d-benchmark v0.7.0.
Error:
Failed to uninstall WVA controller in llmdbenchcicdfwns-ocp: error: accumulating resources:
accumulation err='accumulating resources from
'github.com/llm-d/llm-d/guides/workload-autoscaling/wva-config/platform/ocp?ref=main':
evalsymlink failure on '/tmp/tmpvto1fvfc/github.com/.../ocp?ref=main' :
lstat /tmp/tmpvto1fvfc/github.com: no such file or directory':
hit 27s timeout running '/usr/bin/git fetch --depth=1 https://github.com/llm-d/llm-d main'
Severity
Both are transient/infra-level (no code defect), but each fully fails its phase. (b) is a good candidate for teardown hardening so intermittent GitHub slowness doesn't fail the workflows
Steps to reproduce
Run manually any of the following workflows:
Additional context or screenshots
See following previous run workflows here run:
- https://github.com/llm-d/llm-d-benchmark/actions/runs/30470472819/job/90645445264
- https://github.com/llm-d/llm-d-benchmark/actions/runs/30416439168/job/90463910134
Component
Setup/Teardown
Describe the bug
CI nightly (ocp-wva-fma-warmstart) failing in two phases: (a) GCP auth Invalid JWT Signature in standup, (b) transient git fetch timeout during WVA-controller kustomize uninstall in teardown
Summary
The WVA+FMA and KEDA+FMA workflows are failing in two independent, non-code-related places. Both are infrastructure/tooling issues (expired credentials + a transient remote fetch), not benchmark logic — but they abort the pipeline and should be hardened/fixed.
a) Standup — GCP service-account auth failure (invalid_grant: Invalid JWT Signature)
Where: google-github-actions/setup-gcloud step (GKE-targeted job / project llm-d-scale).
b) Teardown — WVA controller uninstall fails on transient git fetch timeout
Where: teardown step [01] uninstall_helm, WVA controller uninstall (OpenShift / pokprod). llm-d-benchmark v0.7.0.
Severity
Both are transient/infra-level (no code defect), but each fully fails its phase. (b) is a good candidate for teardown hardening so intermittent GitHub slowness doesn't fail the workflows
Steps to reproduce
Run manually any of the following workflows:
Additional context or screenshots
See following previous run workflows here run:
- https://github.com/llm-d/llm-d-benchmark/actions/runs/30470472819/job/90645445264
- https://github.com/llm-d/llm-d-benchmark/actions/runs/30416439168/job/90463910134