From 10a17941e4c10a95385ad06cacd055c8146e6b99 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Fri, 6 Mar 2026 14:35:20 -0800 Subject: [PATCH] chore(ci): bump run-e2e-tests --- .github/workflows/automation-benchmark-tests.yml | 2 +- .github/workflows/automation-load-tests.yml | 2 +- .github/workflows/automation-nightly-tests.yml | 2 +- .github/workflows/integration-in-memory-tests.yml | 4 ++-- .github/workflows/integration-tests.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/automation-benchmark-tests.yml b/.github/workflows/automation-benchmark-tests.yml index 5daaa8580a1..5901bd70090 100644 --- a/.github/workflows/automation-benchmark-tests.yml +++ b/.github/workflows/automation-benchmark-tests.yml @@ -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" diff --git a/.github/workflows/automation-load-tests.yml b/.github/workflows/automation-load-tests.yml index 4ae3027e642..9d34767f5ef 100644 --- a/.github/workflows/automation-load-tests.yml +++ b/.github/workflows/automation-load-tests.yml @@ -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" diff --git a/.github/workflows/automation-nightly-tests.yml b/.github/workflows/automation-nightly-tests.yml index 3ba7005145f..0914ddc3b5f 100644 --- a/.github/workflows/automation-nightly-tests.yml +++ b/.github/workflows/automation-nightly-tests.yml @@ -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 diff --git a/.github/workflows/integration-in-memory-tests.yml b/.github/workflows/integration-in-memory-tests.yml index ba6a4a2d1be..64e44aea1e0 100644 --- a/.github/workflows/integration-in-memory-tests.yml +++ b/.github/workflows/integration-in-memory-tests.yml @@ -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 }} @@ -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 }} diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f2f4c722b75..7d5e62cda83 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 }} @@ -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 }}