Skip to content

Commit

Permalink
Disable staging Spanner tests on release (#1808)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber committed Aug 22, 2024
1 parent 8cdf602 commit e58646a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,16 @@ jobs:
--it-spanner-host="https://staging-wrenchworks.sandbox.googleapis.com/" \
--it-release=true \
--it-retry-failures=2
# TODO(https://github.com/GoogleCloudPlatform/DataflowTemplates/issues/1807) - Remove once Staging Spanner tests
# are fixed
- name: Run Integration Tests
run: |
./cicd/run-it-tests \
--it-region="us-central1" \
--it-project="cloud-teleport-testing" \
--it-artifact-bucket="cloud-teleport-testing-it-gitactions" \
--it-private-connectivity="datastream-private-connect-us-central1" \
--it-spanner-host="https://staging-wrenchworks.sandbox.googleapis.com/" \
--it-spanner-host="https://batch-spanner.googleapis.com" \
--it-release=true \
--it-retry-failures=2
- name: Upload Unit Tests Site Report
Expand Down

0 comments on commit e58646a

Please sign in to comment.