Skip to content

Commit

Permalink
Set registered cluster name before running Fleet tests
Browse files Browse the repository at this point in the history
This prevents failures in CI job `rancher-fleet-integration` caused by
cluster `second` not existing.
  • Loading branch information
weyfonk authored and manno committed Dec 9, 2024
1 parent 06736bd commit f4c5f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-rancher-upgrade-fleet-to-head-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
FLEET_E2E_NS_DOWNSTREAM: fleet-default
run: |
kubectl config use-context k3d-upstream
export CI_REGISTERED_CLUSTER=$(kubectl get clusters.fleet.cattle.io -n $FLEET_E2E_NS_DOWNSTREAM -o jsonpath='{..name}')
ginkgo --github-output e2e/multi-cluster
-
name: Dump Failed Downstream Environment
Expand Down

0 comments on commit f4c5f52

Please sign in to comment.