-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feature(deployment): Aptos deploy CCIP CS #17625
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
Conversation
8d222b6
to
8a1f1c9
Compare
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌3 Results
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
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.
Nice usage of Operations API!
Just wanted to mention that the recent version of Operations API, retry is no longer enable by default.
To enable it, refer https://docs.cld.cldev.sh/guides/changesets/operations-api#-common-patterns
e53d876
to
603ae24
Compare
27b4d55
to
2f4cb72
Compare
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌1 Results
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
|
Supports
#17046
Summary
This PR adds changesets to deploy an Aptos chain in CCIP.
It is a breakdown of #17046 only with CCIP Package deployment changesets.
Features
Testing
Unit tests in
cs_deploy_aptos_chain_test.go
uses CTF to spin up Aptos chainReview Instructions