From 0b0bb4365b153fbc54dd2c611260edef68865810 Mon Sep 17 00:00:00 2001 From: Balamurali Gopalswami Date: Mon, 25 Nov 2024 17:57:12 -0500 Subject: [PATCH] Remove cache --- .github/workflows/integration-tests.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7766249f12b..4dee2976037 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -83,10 +83,6 @@ jobs: id: integration-tests path: ./integration-tests cache_id: integration-tests - - name: load - id: load - path: ./integration-tests/load - cache_id: load steps: - name: Checkout the repo uses: actions/checkout@v4.2.1 @@ -122,7 +118,7 @@ jobs: contents: read needs: 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-integration-tests.yml@d9c5c600a8b52f8bf8cc5e4fa3d17042d6504937 #ctf-run-tests@0.2.0 + uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@4040efd7a017bbeb7b6a8e78fb314372d4566ce4 #ctf-run-tests@0.2.0 with: workflow_name: Run CCIP Integration Tests For PR test_path: .github/integration-tests.yml @@ -147,14 +143,14 @@ jobs: contents: read needs: 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-integration-tests.yml@d9c5c600a8b52f8bf8cc5e4fa3d17042d6504937 #ctf-run-tests@1.0.0 + uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@4040efd7a017bbeb7b6a8e78fb314372d4566ce4 #ctf-run-tests@1.0.0 with: workflow_name: Run CCIP Integration Tests For Merge Queue test_path: .github/integration-tests.yml test_trigger: Merge Queue integration CCIP Tests slack_notification_after_tests: on_failure slack_notification_after_tests_channel_id: "#ccip-testing" - slack_notification_after_tests_name: Core integration Tests In Merge Queue + slack_notification_after_tests_name: CCIP integration Tests In Merge Queue secrets: QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }} QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}