Skip to content

Commit

Permalink
update integration test work only spanner-to-sourcedb
Browse files Browse the repository at this point in the history
  • Loading branch information
nasir19noor committed Jan 14, 2025
1 parent 6cedb8a commit 69463e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/java-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ on:
- 'v2/spanner-to-sourcedb/**.py'
- '.github/actions/setup-env/*'
- '.github/workflows/java-pr.yml'
# Exclude spanner paths from global run (covered in https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/.github/workflows/spanner-pr.yml)
- '!v1/**'
schedule:
- cron: "0 */12 * * *"
Expand Down Expand Up @@ -124,13 +123,14 @@ jobs:
id: setup-env
uses: ./.github/actions/setup-env
- name: Run Integration Smoke Tests
run: |
./cicd/run-it-smoke-tests \
--modules-to-build="DEFAULT" \
--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"
run: |
cd v2/spanner-to-sourcedb
../../cicd/run-it-smoke-tests \
--modules-to-build="spanner-to-sourcedb" \
--it-region="asis-south1" \
--it-project="daring-fiber-439305-v4" \
--it-artifact-bucket="ollion-teleport-testing" \
--it-private-connectivity="datastream-private-connect-asia-south1"
- name: Upload Smoke Tests Report
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
if: always() # always run even if the previous step fails
Expand Down

0 comments on commit 69463e6

Please sign in to comment.