-
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
Adding TOML configs for B^2, BoB, Berachain, Unichain, Worldchain and… #15121
base: develop
Are you sure you want to change the base?
Conversation
… needed error mappings
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Find New Flaky Tests In Root Project / Find Tests To Run , Find New Flaky Tests In Deployment Project , lint , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Find New Flaky Tests In Root Project / Run Tests , Find New Flaky Tests In Root Project / Report , Flakey Test Detection , SonarQube Scan 1. Test failures encountered: Run testsSource of Error:
Why: The error indicates that the Go core tests encountered failures during execution, which caused the test suite to exit with a non-zero status code (1). Suggested fix: Review the detailed test logs to identify which specific tests failed and address the underlying issues in the code or test cases. AER Report: Operator UI CIaer_workflow , commit , Breaking Changes GQL Check 1. Workflow conclusion is failure: [Breaking Changes GQL Check]Source of Error:
Why: The triggered workflow did not complete successfully. The conclusion of the workflow was marked as "failure," which caused the upstream job to fail as well. Suggested fix: Investigate the logs of the triggered workflow at the provided URL to identify the specific reason for the failure and address the underlying issue. |
… for Unichain as it has discrepancies with the data obtained from the compat tests and current testnet values
Flaky Test Detector for
|
Flaky Test Detector for
|
24f8532
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.
Approving as mentioned in the conversations these values will be fixed with a follow up PR: CacheTimeout, HistoryDepth, LogPollInterval
#1521) … needed error mappings ## Motivation Adding config chains for testnet (all 5) and mainnet (for 3). - B^2/Bsquared: testnet + mainnet - Berachain: testnet - BoB: testnet + mainnet - Unichain: testnet - Worldchain: testnet + mainnet Related PR: smartcontractkit/chainlink#15121 ## Solution
#1521) … needed error mappings Adding config chains for testnet (all 5) and mainnet (for 3). - B^2/Bsquared: testnet + mainnet - Berachain: testnet - BoB: testnet + mainnet - Unichain: testnet - Worldchain: testnet + mainnet Related PR: smartcontractkit/chainlink#15121
fe952c0
… needed error mappings
Adding config chains for testnet (all 5) and mainnet (for 3).
Related PR: smartcontractkit/ccip#1521
Requires
Supports