fix(ci): Fixes for liblsan0 packages in Bazell base image#15315
fix(ci): Fixes for liblsan0 packages in Bazell base image#15315tapasmishra merged 7 commits intomagma:masterfrom
Conversation
Signed-off-by: akhilamoyila9 <[email protected]>
|
Thanks for opening a PR! 💯
Howto
More infoPlease take a moment to read through the Magma project's
If this is your first Magma PR, also consider reading
|
|
✔️ The Semantic PR check ended with status success. See instructions on formatting your commit and pull request titles. |
changes: 1) changed the push to registry condition to true Signed-off-by: akhilamoyila9 <[email protected]>
6fc0a33 to
e38d824
Compare
changes: 1) Added if block in build_dockerfile_bazel_base and build_dockerfile_devcontainer jobs 2) Chnaged the PUSH_TO_REGISTRY condition to true Signed-off-by: akhilamoyila9 <[email protected]>
|
LGTM! |
maxhbr
left a comment
There was a problem hiding this comment.
- This PR lacks a description
- some commits just have the description
fix(ci) - as this moves the guard to an earlier place in the pipeline, it stops the container to be built on PRs and in forks and therefore reduces test coverage
@maxhbr - I have asked to the engineer to update the description. Intentionally we have moved the guard to the earlier place to skip execution during the PR. It will fail pushing the image during the PR hence we can't merge the PR in the normal way. As this is a temporary arrangement and will be reverted back as soon as after the bazel-base image update I don't see any risk. Let me know your thoughts. |
LTE Integration tests are in red on the CI dashboard and this temporary arrangement will help fixing the LTE integration issue. |
changes: 1.reverted the temporary changes in the Dockerfile Signed-off-by: akhilamoyila9 <[email protected]>
ef8274e to
9696c6e
Compare
changes: 1. Modified the condition of githib.event_ name Signed-off-by: akhilamoyila9 <[email protected]>
9acb9ec to
2dc106e
Compare
changes: 1. Modified the condition of github.event_name Signed-off-by: akhilamoyila9 <[email protected]>
41a61ef to
2dc106e
Compare
Temporary fixes to update the bazel-base image.
fix(ci): Fixes for liblsan0 packages in Bazel base image
Summary
LTE integration tests are failing
Test Plan
Additional Information
Security Considerations