From 4a87fa87ba8497058af1177abcef63d89f4bf3d2 Mon Sep 17 00:00:00 2001 From: davidcauchi Date: Thu, 15 May 2025 11:27:14 +0200 Subject: [PATCH 1/3] Bump run-e2e-tests.yml workflow version --- .../workflows/automation-benchmark-tests.yml | 2 +- .github/workflows/automation-load-tests.yml | 2 +- .github/workflows/automation-nightly-tests.yml | 2 +- .../workflows/automation-ondemand-tests.yml | 2 +- .github/workflows/ccip-load-tests.yml | 4 ++-- .github/workflows/integration-chaos-tests.yml | 4 ++-- .../workflows/integration-in-memory-tests.yml | 4 ++-- .github/workflows/integration-tests.yml | 18 +++++++++--------- .github/workflows/on-demand-ocr-soak-test.yml | 2 +- .../workflows/on-demand-vrfv2-smoke-tests.yml | 2 +- .../on-demand-vrfv2plus-smoke-tests.yml | 2 +- .github/workflows/run-nightly-e2e-tests.yml | 2 +- .github/workflows/run-selected-e2e-tests.yml | 2 +- 13 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/automation-benchmark-tests.yml b/.github/workflows/automation-benchmark-tests.yml index 6ef68c19c67..276a469b0d0 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@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc 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 6370aba3f9b..27f03af75c6 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@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc 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 3a23712a412..ba67495009b 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@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: test_path: .github/e2e-tests.yml test_trigger: Automation Nightly Tests diff --git a/.github/workflows/automation-ondemand-tests.yml b/.github/workflows/automation-ondemand-tests.yml index f0d5e384f6e..e949666b6b2 100644 --- a/.github/workflows/automation-ondemand-tests.yml +++ b/.github/workflows/automation-ondemand-tests.yml @@ -168,7 +168,7 @@ jobs: call-run-e2e-tests-workflow: name: Run E2E Tests needs: set-tests-to-run - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: test_path: .github/e2e-tests.yml test_list: ${{ needs.set-tests-to-run.outputs.test_list }} diff --git a/.github/workflows/ccip-load-tests.yml b/.github/workflows/ccip-load-tests.yml index 7fa57dbefcf..aae49b62d84 100644 --- a/.github/workflows/ccip-load-tests.yml +++ b/.github/workflows/ccip-load-tests.yml @@ -37,7 +37,7 @@ concurrency: jobs: run-e2e-tests-workflow: name: Run E2E Tests - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: test_path: .github/e2e-tests.yml test_trigger: E2E CCIP Load Tests @@ -46,7 +46,7 @@ jobs: slack_notification_after_tests: always slack_notification_after_tests_channel_id: '#ccip-testing' slack_notification_after_tests_name: CCIP E2E Load Tests - test_image_suites: ccip-load + test_image_suites: ccip-tests/load team: ${{ inputs.team || 'ccip' }} test_secrets_override_key: ${{ github.event.inputs.test_secrets_override_key }} secrets: diff --git a/.github/workflows/integration-chaos-tests.yml b/.github/workflows/integration-chaos-tests.yml index 645c09dddaf..8e28ca4e885 100644 --- a/.github/workflows/integration-chaos-tests.yml +++ b/.github/workflows/integration-chaos-tests.yml @@ -12,7 +12,7 @@ on: jobs: run-e2e-tests-workflow-dispatch: name: Run E2E Tests (Workflow Dispatch) - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc if: github.event_name == 'workflow_dispatch' with: test_path: .github/e2e-tests.yml @@ -45,7 +45,7 @@ jobs: run-e2e-tests-workflow: name: Run E2E Tests (Push and Sechedule) - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc if: github.event_name != 'workflow_dispatch' with: test_path: .github/e2e-tests.yml diff --git a/.github/workflows/integration-in-memory-tests.yml b/.github/workflows/integration-in-memory-tests.yml index 4cc535d4803..144e6bd5931 100644 --- a/.github/workflows/integration-in-memory-tests.yml +++ b/.github/workflows/integration-in-memory-tests.yml @@ -74,7 +74,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@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run CCIP Integration Tests For PR chainlink_version: ${{ inputs.cl_ref || github.sha }} @@ -102,7 +102,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@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc 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 d957286d167..385bd078927 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -186,7 +186,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'pull_request' && ( needs.changes.outputs.cre_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true') - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run Core CRE Tests For PR chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -229,7 +229,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'merge_group' && ( needs.changes.outputs.cre_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true') - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run Core CRE Tests For Merge Queue chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -272,7 +272,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'push' - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run Core CRE Tests For Merge Queue chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -315,7 +315,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@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run Core E2E Tests For PR chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -356,7 +356,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@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run Core E2E Tests For Merge Queue chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -399,7 +399,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'push' - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run Core E2E Tests For Push chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -442,7 +442,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@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run CCIP E2E Tests For PR chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -486,7 +486,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@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run CCIP E2E Tests For Merge Queue chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -532,7 +532,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'push' - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: workflow_name: Run CCIP E2E Tests For Push chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} diff --git a/.github/workflows/on-demand-ocr-soak-test.yml b/.github/workflows/on-demand-ocr-soak-test.yml index 570fd404bcf..556bf904d8a 100644 --- a/.github/workflows/on-demand-ocr-soak-test.yml +++ b/.github/workflows/on-demand-ocr-soak-test.yml @@ -43,7 +43,7 @@ on: jobs: run-e2e-tests-workflow: name: Run E2E Tests - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: test_path: .github/e2e-tests.yml test_ids: ${{ inputs.testToRun}} diff --git a/.github/workflows/on-demand-vrfv2-smoke-tests.yml b/.github/workflows/on-demand-vrfv2-smoke-tests.yml index 3aa707b7873..5e41a7b80cf 100644 --- a/.github/workflows/on-demand-vrfv2-smoke-tests.yml +++ b/.github/workflows/on-demand-vrfv2-smoke-tests.yml @@ -74,7 +74,7 @@ jobs: run-e2e-tests-workflow: name: Run E2E Tests needs: set-tests-to-run - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: custom_test_list_json: ${{ needs.set-tests-to-run.outputs.test_list }} chainlink_version: ${{ inputs.chainlink_version }} diff --git a/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml b/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml index 5da1ac18d6b..a54175d255a 100644 --- a/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml +++ b/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml @@ -74,7 +74,7 @@ jobs: run-e2e-tests-workflow: name: Run E2E Tests needs: set-tests-to-run - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: custom_test_list_json: ${{ needs.set-tests-to-run.outputs.test_list }} chainlink_version: ${{ inputs.chainlink_version }} diff --git a/.github/workflows/run-nightly-e2e-tests.yml b/.github/workflows/run-nightly-e2e-tests.yml index fd5b008bd67..2db6b1a9b9d 100644 --- a/.github/workflows/run-nightly-e2e-tests.yml +++ b/.github/workflows/run-nightly-e2e-tests.yml @@ -42,7 +42,7 @@ on: jobs: call-run-e2e-tests-workflow: name: Run E2E Tests - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: chainlink_version: ${{ inputs.chainlink_version || 'develop' }} test_path: .github/e2e-tests.yml diff --git a/.github/workflows/run-selected-e2e-tests.yml b/.github/workflows/run-selected-e2e-tests.yml index 024e4c87450..a8bdabb3a67 100644 --- a/.github/workflows/run-selected-e2e-tests.yml +++ b/.github/workflows/run-selected-e2e-tests.yml @@ -48,7 +48,7 @@ run-name: ${{ inputs.workflow_run_name }} jobs: call-run-e2e-tests-workflow: name: Run E2E Tests - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@639ad9c899df967dc44b86520db48e19c8abeaca + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc with: chainlink_version: ${{ github.event.inputs.chainlink_version }} require_chainlink_plugin_versions_in_qa_ecr: ${{ inputs.require_chainlink_plugin_versions_in_qa_ecr || '' }} From bf68c97b42bc913d07f811f1ba6952a0e95fed30 Mon Sep 17 00:00:00 2001 From: davidcauchi Date: Thu, 15 May 2025 11:27:48 +0200 Subject: [PATCH 2/3] Update naming for ccip load test suite --- integration-tests/ccip-tests/Makefile | 2 +- integration-tests/test.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/ccip-tests/Makefile b/integration-tests/ccip-tests/Makefile index 3c90a07872c..0da0c49df0c 100644 --- a/integration-tests/ccip-tests/Makefile +++ b/integration-tests/ccip-tests/Makefile @@ -27,7 +27,7 @@ test_load_ccip: set_config source ./testconfig/override/.env && \ DATABASE_URL=postgresql://postgres:node@localhost:5432/chainlink_test?sslmode=disable \ ENV_JOB_IMAGE=$(testimage) \ - TEST_SUITE=ccip-load \ + TEST_SUITE=ccip-tests/load \ TEST_ARGS="-test.timeout 900h" \ DETACH_RUNNER=true \ RR_MEM=45Gi \ diff --git a/integration-tests/test.Dockerfile b/integration-tests/test.Dockerfile index 166921bd4bd..21e2e43b00a 100644 --- a/integration-tests/test.Dockerfile +++ b/integration-tests/test.Dockerfile @@ -14,7 +14,7 @@ COPY . . # Get the SHA of the current commit and save it to sha.txt RUN git rev-parse HEAD > /go/testdir/sha.txt -ARG SUITES=chaos soak benchmark ccip-load +ARG SUITES=chaos soak benchmark ccip-tests/load RUN /go/testdir/integration-tests/scripts/buildTests "${SUITES}" From 4c05b64abe6991606c7f7195e8c4dcb833165a59 Mon Sep 17 00:00:00 2001 From: davidcauchi Date: Mon, 19 May 2025 10:24:38 +0200 Subject: [PATCH 3/3] Bump run-e2e-tests.yml workflow version --- .../workflows/automation-benchmark-tests.yml | 2 +- .github/workflows/automation-load-tests.yml | 2 +- .github/workflows/automation-nightly-tests.yml | 2 +- .../workflows/automation-ondemand-tests.yml | 2 +- .github/workflows/ccip-load-tests.yml | 2 +- .github/workflows/integration-chaos-tests.yml | 4 ++-- .../workflows/integration-in-memory-tests.yml | 4 ++-- .github/workflows/integration-tests.yml | 18 +++++++++--------- .github/workflows/on-demand-ocr-soak-test.yml | 2 +- .../workflows/on-demand-vrfv2-smoke-tests.yml | 2 +- .../on-demand-vrfv2plus-smoke-tests.yml | 2 +- .github/workflows/run-nightly-e2e-tests.yml | 2 +- .github/workflows/run-selected-e2e-tests.yml | 2 +- 13 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/automation-benchmark-tests.yml b/.github/workflows/automation-benchmark-tests.yml index 276a469b0d0..35d5e42e6b2 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@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 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 27f03af75c6..84283e8a57b 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@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 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 ba67495009b..a08b38c42e8 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@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: test_path: .github/e2e-tests.yml test_trigger: Automation Nightly Tests diff --git a/.github/workflows/automation-ondemand-tests.yml b/.github/workflows/automation-ondemand-tests.yml index e949666b6b2..ab34a2a2b0e 100644 --- a/.github/workflows/automation-ondemand-tests.yml +++ b/.github/workflows/automation-ondemand-tests.yml @@ -168,7 +168,7 @@ jobs: call-run-e2e-tests-workflow: name: Run E2E Tests needs: set-tests-to-run - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: test_path: .github/e2e-tests.yml test_list: ${{ needs.set-tests-to-run.outputs.test_list }} diff --git a/.github/workflows/ccip-load-tests.yml b/.github/workflows/ccip-load-tests.yml index aae49b62d84..85e6389bfa9 100644 --- a/.github/workflows/ccip-load-tests.yml +++ b/.github/workflows/ccip-load-tests.yml @@ -37,7 +37,7 @@ concurrency: jobs: run-e2e-tests-workflow: name: Run E2E Tests - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: test_path: .github/e2e-tests.yml test_trigger: E2E CCIP Load Tests diff --git a/.github/workflows/integration-chaos-tests.yml b/.github/workflows/integration-chaos-tests.yml index 8e28ca4e885..66c0049f958 100644 --- a/.github/workflows/integration-chaos-tests.yml +++ b/.github/workflows/integration-chaos-tests.yml @@ -12,7 +12,7 @@ on: jobs: run-e2e-tests-workflow-dispatch: name: Run E2E Tests (Workflow Dispatch) - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 if: github.event_name == 'workflow_dispatch' with: test_path: .github/e2e-tests.yml @@ -45,7 +45,7 @@ jobs: run-e2e-tests-workflow: name: Run E2E Tests (Push and Sechedule) - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 if: github.event_name != 'workflow_dispatch' with: test_path: .github/e2e-tests.yml diff --git a/.github/workflows/integration-in-memory-tests.yml b/.github/workflows/integration-in-memory-tests.yml index 144e6bd5931..7a6840da453 100644 --- a/.github/workflows/integration-in-memory-tests.yml +++ b/.github/workflows/integration-in-memory-tests.yml @@ -74,7 +74,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@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run CCIP Integration Tests For PR chainlink_version: ${{ inputs.cl_ref || github.sha }} @@ -102,7 +102,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@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 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 385bd078927..76ab42587b5 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -186,7 +186,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'pull_request' && ( needs.changes.outputs.cre_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true') - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run Core CRE Tests For PR chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -229,7 +229,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'merge_group' && ( needs.changes.outputs.cre_changes == 'true' || needs.changes.outputs.github_ci_changes == 'true') - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run Core CRE Tests For Merge Queue chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -272,7 +272,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'push' - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run Core CRE Tests For Merge Queue chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -315,7 +315,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@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run Core E2E Tests For PR chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -356,7 +356,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@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run Core E2E Tests For Merge Queue chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -399,7 +399,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'push' - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run Core E2E Tests For Push chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -442,7 +442,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@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run CCIP E2E Tests For PR chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -486,7 +486,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@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run CCIP E2E Tests For Merge Queue chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} @@ -532,7 +532,7 @@ jobs: contents: read needs: [build-chainlink, changes] if: github.event_name == 'push' - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: workflow_name: Run CCIP E2E Tests For Push chainlink_version: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }} diff --git a/.github/workflows/on-demand-ocr-soak-test.yml b/.github/workflows/on-demand-ocr-soak-test.yml index 556bf904d8a..09f06705e8c 100644 --- a/.github/workflows/on-demand-ocr-soak-test.yml +++ b/.github/workflows/on-demand-ocr-soak-test.yml @@ -43,7 +43,7 @@ on: jobs: run-e2e-tests-workflow: name: Run E2E Tests - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: test_path: .github/e2e-tests.yml test_ids: ${{ inputs.testToRun}} diff --git a/.github/workflows/on-demand-vrfv2-smoke-tests.yml b/.github/workflows/on-demand-vrfv2-smoke-tests.yml index 5e41a7b80cf..4129c304b95 100644 --- a/.github/workflows/on-demand-vrfv2-smoke-tests.yml +++ b/.github/workflows/on-demand-vrfv2-smoke-tests.yml @@ -74,7 +74,7 @@ jobs: run-e2e-tests-workflow: name: Run E2E Tests needs: set-tests-to-run - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: custom_test_list_json: ${{ needs.set-tests-to-run.outputs.test_list }} chainlink_version: ${{ inputs.chainlink_version }} diff --git a/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml b/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml index a54175d255a..80ea6ae0e82 100644 --- a/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml +++ b/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml @@ -74,7 +74,7 @@ jobs: run-e2e-tests-workflow: name: Run E2E Tests needs: set-tests-to-run - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: custom_test_list_json: ${{ needs.set-tests-to-run.outputs.test_list }} chainlink_version: ${{ inputs.chainlink_version }} diff --git a/.github/workflows/run-nightly-e2e-tests.yml b/.github/workflows/run-nightly-e2e-tests.yml index 2db6b1a9b9d..b6b105f504c 100644 --- a/.github/workflows/run-nightly-e2e-tests.yml +++ b/.github/workflows/run-nightly-e2e-tests.yml @@ -42,7 +42,7 @@ on: jobs: call-run-e2e-tests-workflow: name: Run E2E Tests - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: chainlink_version: ${{ inputs.chainlink_version || 'develop' }} test_path: .github/e2e-tests.yml diff --git a/.github/workflows/run-selected-e2e-tests.yml b/.github/workflows/run-selected-e2e-tests.yml index a8bdabb3a67..263813094ff 100644 --- a/.github/workflows/run-selected-e2e-tests.yml +++ b/.github/workflows/run-selected-e2e-tests.yml @@ -48,7 +48,7 @@ run-name: ${{ inputs.workflow_run_name }} jobs: call-run-e2e-tests-workflow: name: Run E2E Tests - uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@c251bdc87797f9dba4d81d5a245e6c3fe3f72dcc + uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@608298f511acfbcfd1099e5907ba1b1b0dda8b14 with: chainlink_version: ${{ github.event.inputs.chainlink_version }} require_chainlink_plugin_versions_in_qa_ecr: ${{ inputs.require_chainlink_plugin_versions_in_qa_ecr || '' }}