-
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
Add CI Action to build Solana contracts #15886
base: develop
Are you sure you want to change the base?
Conversation
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , GolangCI Lint (.) , Core Tests (go_core_tests) , test-scripts , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , lint , SonarQube Scan 1. Dockerfile not found error: [go_core_race_tests]Source of Error:
Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory. Suggested fix: Ensure that the Dockerfile is present in the expected directory ( 2. Dockerfile not found error: [go_core_tests_integration]Source of Error:
Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory. Suggested fix: Ensure that the Dockerfile is present in the expected directory ( 3. Dockerfile not found error: [go_core_ccip_deployment_tests]Source of Error:
Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory. Suggested fix: Ensure that the Dockerfile is present in the expected directory ( 4. Dockerfile not found error: [go_core_fuzz]Source of Error:
Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory. Suggested fix: Ensure that the Dockerfile is present in the expected directory ( 5. Dockerfile not found error: [go_core_tests]Source of Error:
Why: The error indicates that the Docker build process failed because it could not find the Dockerfile in the specified directory. Suggested fix: Ensure that the Dockerfile is present in the expected directory ( AER Report: Operator UI CI ran successfully ✅ |
Quality Gate passedIssues Measures |
Requires
Supports