Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Nov 25, 2024
1 parent 13a8b4a commit 0b0bb43
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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 #[email protected]
uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@4040efd7a017bbeb7b6a8e78fb314372d4566ce4 #[email protected]
with:
workflow_name: Run CCIP Integration Tests For PR
test_path: .github/integration-tests.yml
Expand All @@ -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 #[email protected]
uses: smartcontractkit/.github/.github/workflows/run-integration-tests.yml@4040efd7a017bbeb7b6a8e78fb314372d4566ce4 #[email protected]
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 }}
Expand Down

0 comments on commit 0b0bb43

Please sign in to comment.