-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support RMN in tooling #14682
Support RMN in tooling #14682
Conversation
WF: CI Core#e1a7fe2No errors found in this run. 🎉 |
….com:smartcontractkit/chainlink into CCIP-3570-add-support-for-rmn-in-env-tooling
….com:smartcontractkit/chainlink into CCIP-3570-add-support-for-rmn-in-env-tooling
Changes to rpc collect
….com:smartcontractkit/chainlink into CCIP-3570-add-support-for-rmn-in-env-tooling
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.
need to fix lint
….com:smartcontractkit/chainlink into CCIP-3570-add-support-for-rmn-in-env-tooling
"github.com/smartcontractkit/chainlink/v2/core/logger" | ||
) | ||
|
||
func TestRMN(t *testing.T) { |
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.
can we move this to smoke/ccip_test.go ? It will be easier to trigger this in CI
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.
probably can once its complete. Won't be ready for CI for a while
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.
So is it unfinished? Or just unable to run in CI? Mind updating the t.Skip()
with a more descriptive message?
….com:smartcontractkit/chainlink into CCIP-3570-add-support-for-rmn-in-env-tooling
….com:smartcontractkit/chainlink into CCIP-3570-add-support-for-rmn-in-env-tooling
Quality Gate passedIssues Measures |
"github.com/smartcontractkit/chainlink/v2/core/logger" | ||
) | ||
|
||
func TestRMN(t *testing.T) { |
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.
So is it unfinished? Or just unable to run in CI? Mind updating the t.Skip()
with a more descriptive message?
Add a new NewLocalDevEnvironmentWithRMN which creates RMN containers in addition to the rest of the environment. TestRMN is a placeholder and can be run locally.