Skip to content

Commit

Permalink
Add test_secrets_override_key to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 15, 2024
1 parent 6271178 commit 522307b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ccip-live-network-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
options:
- 'load'
- 'smoke'
test_secrets_override_key:
description: 'Key to run tests with custom test secrets'
required: false
type: string

# Only run 1 of this workflow at a time per PR
concurrency:
Expand Down Expand Up @@ -189,6 +193,7 @@ jobs:
with:
test_command_to_run: cd ./integration-tests/ccip-tests && go test -v -timeout 70m -count=1 -json -run ^TestLoadCCIPStableRPS$ ./load 2>&1 | tee /tmp/gotest.log | gotestfmt
test_download_vendor_packages_command: cd ./integration-tests && go mod download
test_secrets_override_base64: ${{ secrets[inputs.test_secrets_override_key] }}
token: ${{ secrets.GITHUB_TOKEN }}
go_mod_path: ./integration-tests/go.mod
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
Expand Down

0 comments on commit 522307b

Please sign in to comment.