-
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
Initialization for Crib #15501
Initialization for Crib #15501
Conversation
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
Flakeguard Summary
Found Flaky Tests ❌
|
Flakeguard Summary
Found Flaky 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.
Tested in crib staging env and that fully worked 🎉
Ocr2KeyBundleID: ocr2BundleId, | ||
Ocr2Plugins: `{"commit":true,"execute":true,"median":false,"mercury":false}`, | ||
|
||
// retry twice with 5 seconds interval to create JobDistributorChainConfig |
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.
nit: update comment per retry interval
deployment/environment/devenv/don.go
Outdated
return "", fmt.Errorf("Could not list job distrubutors: %w", err) | ||
} | ||
if len(resp.FeedsManagers.Results) > 0 { | ||
return resp.FeedsManagers.Results[0].FeedsManagerParts.GetId(), nil |
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.
I think this should be updated to check if the csakey matches with the JD, it should not just return the first one in the result
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.
Requesting change for the update of JD
030ab7a
b706015
to
95cd43e
Compare
https://smartcontract-it.atlassian.net/browse/CCIP-4107