chore: Build the Python services with Bazel for the FEG Docker images#15103
chore: Build the Python services with Bazel for the FEG Docker images#15103
Conversation
|
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
|
|
|
||
| RUN apt-get -y update && apt-get -y install python3.8 | ||
| # Install the build deps with apt. | ||
| RUN apt-get -y update && apt-get -y install \ |
| RUN apt-get -y update && apt-get -y install python3.8 | ||
| # Install the build deps with apt. | ||
| RUN apt-get -y update && apt-get -y install \ | ||
| apt-transport-https \ |
Bazel unit-test results1 files ± 0 3 suites - 229 1s ⏱️ - 3m 13s Results for commit fd23fc7. ± Comparison against base commit f70b351. This pull request removes 716 tests.♻️ This comment has been updated with latest results. |
LTE containerizes integ test results - extended_tests46 tests ±0 45 ✔️ - 1 1h 33m 22s ⏱️ + 24m 8s For more details on these failures, see this check. Results for commit fd23fc7. ± Comparison against base commit f70b351. ♻️ This comment has been updated with latest results. |
LTE containerizes integ test results - precommit121 tests ±0 118 ✔️ - 1 2h 37m 27s ⏱️ + 30m 30s For more details on these failures, see this check. Results for commit fd23fc7. ± Comparison against base commit f70b351. ♻️ This comment has been updated with latest results. |
047e60e to
cf458b2
Compare
45b2075 to
4d01467
Compare
| "./orc8r/cloud/deploy" | ||
| "./orc8r/cloud/docker" | ||
| # is not relevant for AGW | ||
| "./orc8r/gateway/python/magma/magmad/upgrade/docker_upgrader.py" |
There was a problem hiding this comment.
I added this change, since this file is actually bazelified in this PR.
4d01467 to
2fadc46
Compare
|
Rebased |
Signed-off-by: Lars Kreutzer <[email protected]>
2fadc46 to
fd23fc7
Compare
|
The changes to LTE integ test runs:
FEG integ: |
…magma#15103) Signed-off-by: Lars Kreutzer <[email protected]>
Summary
magmadandeventdare used heredocker_upgrader.pyare only used for the FEG and thus were not bazelified yet. They are needed for the Python services to run in this setup.feg/gateway/docker/python/Dockerfile#15042Test Plan
FEG integ:
LTE integ:
Additional Information