Skip to content

Commit

Permalink
Update integration tests to use custom cloud auto branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed Feb 4, 2025
1 parent 8c9a117 commit bc76ee3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ concurrency:
jobs:
integration_tests:
name: Integration tests
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@chore/use_custom_branch_for_integration_tests
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master
with:
SERVICE_TO_TEST: fence
CLOUD_AUTO_BRANCH: chore/fence_deploy_azlinux
TEST_REPO_BRANCH: chore/custom_cloud_auto_branch
CLOUD_AUTO_BRANCH: chore/fallback_fence_usersync_image
secrets:
CI_AWS_ACCESS_KEY_ID: ${{ secrets.CI_AWS_ACCESS_KEY_ID }}
CI_AWS_SECRET_ACCESS_KEY: ${{ secrets.CI_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit bc76ee3

Please sign in to comment.