Test: hardcode agent path to rule out variable interpolation

This commit is contained in:
Mondo Diaz
2026-01-13 21:12:08 +00:00
parent 74595c68cf
commit d4ed0aa2e7

View File

@@ -118,7 +118,7 @@ deploy_feature:
url: https://orchard-$CI_COMMIT_SHORT_SHA.common.global.bsf.tools url: https://orchard-$CI_COMMIT_SHORT_SHA.common.global.bsf.tools
on_stop: cleanup_feature on_stop: cleanup_feature
kubernetes: kubernetes:
agent: $AGENT agent: esv/bsf/bsf-integration/orchard/orchard-mvp:orchard
rules: rules:
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != "main"' - if: '$CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != "main"'
when: always when: always