Skip to content

Commit

Permalink
fix cli in upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Oct 23, 2024
1 parent 00a8011 commit 1a3a5a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,10 @@ jobs:
echo "Microservice target: $MICROSERVICES"
sudo sh -c 'echo "127.0.0.1 license.confidential.cloud" >> /etc/hosts'
bazel run --test_timeout=14400 //e2e/internal/upgrade:upgrade_test -- --want-worker "$WORKERNODES" --want-control "$CONTROLNODES" --target-image "$IMAGE" --target-kubernetes "$KUBERNETES" --target-microservices "$MICROSERVICES"
echo "CLI VERSION:"
echo $(./build/constellation version)
CLI=$(realpath ./build/constellation)
bazel run --test_timeout=14400 //e2e/internal/upgrade:upgrade_test -- --want-worker "$WORKERNODES" --want-control "$CONTROLNODES" --target-image "$IMAGE" --target-kubernetes "$KUBERNETES" --target-microservices "$MICROSERVICES" --cli "$CLI"
- name: Remove Terraform plugin cache
if: always()
Expand Down

0 comments on commit 1a3a5a6

Please sign in to comment.