-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CCIP-2937] Fixes Conflicts and Run Issues with CCIP E2E Tests Merge #14070
[CCIP-2937] Fixes Conflicts and Run Issues with CCIP E2E Tests Merge #14070
Conversation
2d4ce1c
to
f7850db
Compare
f7850db
to
330b955
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might have to think if we should change test image fromchainlink-ccip-tests
to the usual test image for chainlink
@@ -1,390 +0,0 @@ | |||
name: CCIP Offchain Upgrade Compatibility Tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any alternative?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now it's messy. If we fix it to run okay now, it risks testing the wrong version upgrade path and giving us false negatives. If we leave it broken, it risks people disregarding it as a flake in the future. The plan is to revive it [TT-1448] when we've ironed out the new release process for CCIP in the main repo.
92111d0
into
ccip/merge-e2e-tests-and-ci
* [CCIP-2937] Copy ccip-tests and CI to Core (#14069) * gitignore * Fix gitignore * Adds CCIP Tests Dir * Adds CCIP CI * [CCIP-2937] Fixes Conflicts and Run Issues with CCIP E2E Tests Merge (#14070) * Fixes CI conflicts * Fixes config path * Separate CCIP smoke tests * Change repo for compatibility tests * Remove references to separate CCIP repo * Callout needed updates * Remove CCIP Upgrade Test --------- Co-authored-by: asoliman <[email protected]> * Fixes * Go mod * Ports over fixes for CCIP network tests --------- Co-authored-by: asoliman <[email protected]>
Merges in fixes for the initial issues found with plain copy-paste of CCIP code into core. There is much more to do, which is tracked by TT-1441. And especially updates to CI needed, tracked by TT-1448.