Skip to content

Commit

Permalink
Debugging CI load test
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Aug 6, 2024
1 parent 8800bce commit 4a27c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccip-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ on:
description: 'Key to run tests with custom test secrets'
required: false
type: string
pull_request: # DEBUG: Checking run conditions

# Only run 1 of this workflow at a time per PR
concurrency:
group: load-ccip-tests-chainlink-${{ github.ref }}
cancel-in-progress: true

env:
CHAINLINK_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
CHAINLINK_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink-ccip
CHAINLINK_VERSION: ${{ github.sha}}
INPUT_CHAINLINK_TEST_VERSION: ${{ github.sha}}
ENV_JOB_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink-ccip-tests:${{ github.sha }}
Expand Down Expand Up @@ -111,7 +112,6 @@ jobs:
contents: read
env:
CHAINLINK_ENV_USER: ${{ github.actor }}
SLACK_USER: ${{ inputs.slackMemberID }}
SLACK_API_KEY: ${{ secrets.QA_SLACK_API_KEY }}
SLACK_CHANNEL: ${{ secrets.QA_SLACK_CHANNEL }}
TEST_LOG_LEVEL: info
Expand Down

0 comments on commit 4a27c4d

Please sign in to comment.