Skip to content

Commit

Permalink
add missing var to e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Dec 5, 2024
1 parent 450c97a commit 8fd8857
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
required: true
default: develop
type: string
team:
description: Team to run the tests for (e.g. BIX, CCIP)
required: true
type: string

# Only run 1 of this workflow at a time per PR
concurrency:
Expand Down Expand Up @@ -217,3 +221,4 @@ jobs:
KILLGRAVE_INTERNAL_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/friendsofgo/killgrave
CHAINLINK_IMAGE: ${{ env.CL_ECR }}
CHAINLINK_VERSION: starknet.${{ github.sha }}${{ matrix.image.tag-suffix }}
CHAINLINK_USER_TEAM: ${{ github.event.inputs.team || 'BIX' }}
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests-soak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
default: develop
required: true
type: string
team:
description: Team to run the tests for (e.g. BIX, CCIP)
required: true
type: string

env:
TEST_LOG_LEVEL: debug
Expand Down Expand Up @@ -84,4 +88,5 @@ jobs:
KILLGRAVE_INTERNAL_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/friendsofgo/killgrave
CHAINLINK_IMAGE: ${{ env.CL_ECR }}
CHAINLINK_VERSION: starknet.${{ github.sha }}${{ matrix.image.tag-suffix }}
CHAINLINK_USER_TEAM: ${{ github.event.inputs.team || 'BIX' }}

0 comments on commit 8fd8857

Please sign in to comment.