Compare commits

...

2 Commits

Author SHA1 Message Date
Chris Farhood 69b0ba3bcb fix(e2e): restore Build plugin step indentation
The RBAC step removal accidentally moved Build plugin to root level.
Fixes YAML parse error that would prevent E2E workflow from running.
2026-05-05 00:56:31 +00:00
Chris Farhood 587aef820f fix(e2e): remove kubectl apply RBAC step
The RBAC manifest must be pre-applied via Flux (infra repo) by a
privileged actor before the first workflow run. The Arc Runners
service account cannot self-apply RBAC — it has no permissions to
retrieve the Role to patch it.

Fixes PRI-594.
2026-05-05 00:44:03 +00:00
+1 -1
View File
@@ -100,4 +100,4 @@ jobs:
with:
name: test-results
path: test-results/
retention-days: 7
retention-days: 7