Skip to content

Commit

Permalink
Remove capabilities/ccip and integration-tests/deployment (#1399)
Browse files Browse the repository at this point in the history
All development should move to Chainlink repo. To do so make sure you
have ccip repo as a remote to your git.

1. cd chainlink/
2. `git remote add ccipr
[email protected]:smartcontractkit/ccip.git`
3. `git fetch ccipr`
4. `git checkout -b new-branch`
5. `git cherry-pick old-feature-branch~X..old-feature-branch` #These are
the first and last commit from your currently open PR in ccip.

---------

Co-authored-by: AnieeG <[email protected]>
  • Loading branch information
asoliman92 and AnieeG authored Aug 30, 2024
1 parent 6bdc1dc commit 9952bca
Show file tree
Hide file tree
Showing 92 changed files with 4 additions and 17,045 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ jobs:
id: core_unit
os: ubuntu22.04-32cores-128GB
printResults: true
- cmd: go_core_ccip_deployment_tests
id: core_unit
os: ubuntu22.04-32cores-128GB
printResults: true
- cmd: go_core_race_tests
id: core_race
# use 64cores for overnight runs only due to massive number of runs from PRs
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/solidity-foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
- '!contracts/src/v0.8/vendor/**'
tests:
if: ${{ needs.changes.outputs.non_src_changes == 'true' || needs.changes.outputs.sol_modified_added == 'true' }}
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 0 additions & 4 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,6 @@ packages:
outpkg: mock_optimism_dispute_game_factory
interfaces:
OptimismDisputeGameFactoryInterface:
github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/types:
interfaces:
CCIPOracle:
OracleCreator:
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/ccip/internal/cache:
config:
filename: chain_health_mock.go
Expand Down
1 change: 0 additions & 1 deletion core/capabilities/ccip/ccip_integration_tests/.gitignore

This file was deleted.

Loading

0 comments on commit 9952bca

Please sign in to comment.