Skip to content

Commit

Permalink
Use new int test project
Browse files Browse the repository at this point in the history
  • Loading branch information
geirsagberg committed Oct 5, 2022
1 parent 97f0900 commit 9da2fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: svvsaga/github-actions-public/.github/workflows/run-all-gradle-integration-tests-and-report-to-slack.yml@v14.0.0
with:
ignore_modules: ./example,./plugins/saga-build
build_and_inttest_cmd: SAGA_INT_TEST_PROJECT_ID="saga-int-testing-stm-cmzf" ./gradlew inttest
build_and_inttest_cmd: SAGA_INT_TEST_PROJECT_ID="saga-int-testing-stm" ./gradlew inttest
secrets:
slack_webhook_url: ${{ secrets.SLACK_INTEGRATION_TEST_FAILED_YGGDRASIL_WEBHOOK_URL }}
4 changes: 2 additions & 2 deletions modules/inttest.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"workloadIdentityProjectId": "saga-int-testing-stm-cmzf",
"workloadIdentityProjectNumber": "512448519757"
"workloadIdentityProjectId": "saga-int-testing-stm",
"workloadIdentityProjectNumber": "96483182168"
}

0 comments on commit 9da2fcb

Please sign in to comment.