Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automation-benchmark-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
run-e2e-tests-workflow:
name: Run E2E Tests
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@9874c1f4ab4a4c70433df6d8f862044ca18456df # 2025-11-26
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@b6b1b68e52b1ddf359ceefcd93c5760a4201f21d # 09-03-2026
with:
test_path: .github/e2e-tests.yml
test_ids: "${{ inputs.testType }}/automation_test.go:TestAutomationBenchmark"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automation-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
run-e2e-tests-workflow:
name: Run E2E Tests
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@9874c1f4ab4a4c70433df6d8f862044ca18456df # 2025-11-26
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@b6b1b68e52b1ddf359ceefcd93c5760a4201f21d # 09-03-2026
with:
test_path: .github/e2e-tests.yml
test_ids: "load/automationv2_1/automationv2_1_test.go:TestLogTrigger"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automation-nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
run-e2e-tests-workflow:
name: Run E2E Tests
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@9874c1f4ab4a4c70433df6d8f862044ca18456df # 2025-11-26
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@b6b1b68e52b1ddf359ceefcd93c5760a4201f21d # 09-03-2026
with:
test_path: .github/e2e-tests.yml
test_trigger: Automation Nightly Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-in-memory-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
contents: read
needs: changes
if: github.event_name == 'pull_request' && ( needs.changes.outputs.ccip_changes == 'true' || needs.changes.outputs.core_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true')
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@9874c1f4ab4a4c70433df6d8f862044ca18456df # 2025-11-26
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@b6b1b68e52b1ddf359ceefcd93c5760a4201f21d # 09-03-2026
with:
workflow_name: Run CCIP Integration Tests For PR
chainlink_version: ${{ inputs.cl_ref || github.sha }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
contents: read
needs: changes
if: github.event_name == 'merge_group' && ( needs.changes.outputs.ccip_changes == 'true' || needs.changes.outputs.core_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true')
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@9874c1f4ab4a4c70433df6d8f862044ca18456df # 2025-11-26
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@b6b1b68e52b1ddf359ceefcd93c5760a4201f21d # 09-03-2026
with:
workflow_name: Run CCIP Integration Tests For Merge Queue
chainlink_version: ${{ inputs.cl_ref || github.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ jobs:
id-token: write
contents: read
if: needs.run-core-e2e-tests-setup.outputs.should-run == 'true'
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@9874c1f4ab4a4c70433df6d8f862044ca18456df # 2025-11-26
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@b6b1b68e52b1ddf359ceefcd93c5760a4201f21d # 09-03-2026
with:
workflow_name: ${{ needs.run-core-e2e-tests-setup.outputs.workflow-name }}
chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }}
Expand Down Expand Up @@ -628,7 +628,7 @@ jobs:
contents: read
needs: [build-chainlink, run-ccip-e2e-tests-setup, changes, labels]
if: needs.run-ccip-e2e-tests-setup.outputs.should-run == 'true'
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@9874c1f4ab4a4c70433df6d8f862044ca18456df # 2025-11-26
uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@b6b1b68e52b1ddf359ceefcd93c5760a4201f21d # 09-03-2026
with:
workflow_name: ${{ needs.run-ccip-e2e-tests-setup.outputs.workflow-name }}
chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }}
Expand Down
Loading