Skip to content

Commit

Permalink
hardcoded jd
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Sep 24, 2024
1 parent c8b5a2f commit 1508a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ runner-test-matrix:
- Merge Queue E2E Core Tests
- Nightly E2E Tests
test_cmd: cd integration-tests/ && go test smoke/ccip_test.go -timeout 12m -test.parallel=1 -count=1 -json
jd_version: 0.3.0
pyroscope_env: ci-smoke-ccipv1_6-evm-simulated
test_env_vars:
E2E_TEST_SELECTED_NETWORK: SIMULATED_1,SIMULATED_2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
contents: read
needs: [build-chainlink, changes]
if: github.event_name == 'pull_request' && ( needs.changes.outputs.core_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true')
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@ce851c736acc52f7cbeb2438b2e9d5771f0ae381
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c519d85cbb9da9c05776a869faafae72c9bb8d69
with:
workflow_name: Run Core E2E Tests For PR
chainlink_version: ${{ inputs.evm-ref || github.sha }}
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
contents: read
needs: [build-chainlink, changes]
if: github.event_name == 'merge_group' && ( needs.changes.outputs.core_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true')
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@ce851c736acc52f7cbeb2438b2e9d5771f0ae381
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c519d85cbb9da9c05776a869faafae72c9bb8d69
with:
workflow_name: Run Core E2E Tests For Merge Queue
chainlink_version: ${{ inputs.evm-ref || github.sha }}
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
contents: read
needs: [build-chainlink, changes]
if: github.event_name == 'pull_request' && (needs.changes.outputs.ccip_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true')
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@ce851c736acc52f7cbeb2438b2e9d5771f0ae381
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c519d85cbb9da9c05776a869faafae72c9bb8d69
with:
workflow_name: Run CCIP E2E Tests For PR
chainlink_version: ${{ inputs.evm-ref || github.sha }}
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
contents: read
needs: [build-chainlink, changes]
if: github.event_name == 'merge_group' && (needs.changes.outputs.ccip_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true')
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@ce851c736acc52f7cbeb2438b2e9d5771f0ae381
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c519d85cbb9da9c05776a869faafae72c9bb8d69
with:
workflow_name: Run CCIP E2E Tests For Merge Queue
chainlink_version: ${{ inputs.evm-ref || github.sha }}
Expand Down

0 comments on commit 1508a09

Please sign in to comment.