Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
added LOADGEN_ZONE to e2e release test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Nov 9, 2020
1 parent d113a19 commit 5756bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ jobs:
cd ./release-code
# get cluster zone
CLUSTER_ZONE=$(gcloud container clusters list --filter="name:cloud-ops-sandbox" --project ${{ env.PROJECT_ID }} --format="value(zone)")
LOADGEN_ZONE=$(gcloud container clusters list --filter="name:loadgenerator" --project ${{ env.PROJECT_ID }} --format="value(zone)")
# build provisioning test image
docker build -t test-provisioning:$GITHUB_SHA-release tests/provisioning/.
# run provisioning tests
docker run --rm \
-e GOOGLE_CLOUD_PROJECT=${{ env.PROJECT_ID }} \
-e ZONE=$CLUSTER_ZONE \
-e LOADGEN_ZONE=$LOADGEN_ZONE \
-v ~/.config:/root/.config \
test-provisioning:$GITHUB_SHA-release
- name: Run Monitoring Integration Tests
Expand Down

0 comments on commit 5756bbc

Please sign in to comment.