-
Notifications
You must be signed in to change notification settings - Fork 611
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
chore: Clean up the AGW Make targets after the Bazel switch-over #14857
base: master
Are you sure you want to change the base?
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
|
✔️ The Semantic PR check ended with status success. See instructions on formatting your commit and pull request titles. |
Oops! Looks like you failed the Howto
♻️ Updated: ✅ The check is passing the PR Check DCO after the last commit. |
Oops! Looks like you failed the Howto
♻️ Updated: ✅ The check is passing the Docs Lint & Check Generated Files In Sync after the last commit. |
Oops! Looks like you failed the Howto
♻️ Updated: ✅ The check is passing the AGW Build & Format Python after the last commit. |
6b52d91
to
12dbf89
Compare
12dbf89
to
efb43a9
Compare
CWF integration test results 1 files ± 0 1 suites ±0 44m 46s ⏱️ + 32m 53s For more details on these failures, see this check. Results for commit c605a1f. ± Comparison against base commit 79c60d2. This pull request removes 8 tests.
♻️ This comment has been updated with latest results. |
7957e69
to
bedb877
Compare
62aa53a
to
ec6b9c8
Compare
b994124
to
980e8c0
Compare
FEG integration test results31 tests - 1 28 ✔️ - 4 35m 12s ⏱️ + 17m 22s For more details on these failures, see this check. Results for commit c605a1f. ± Comparison against base commit 79c60d2. This pull request removes 1 test.
♻️ This comment has been updated with latest results. |
980e8c0
to
754d938
Compare
f2669bb
to
123246c
Compare
123246c
to
cf4d7cd
Compare
LTE containerizes integ test results - extended_tests45 tests - 1 45 ✔️ - 1 55m 38s ⏱️ - 4m 9s Results for commit c605a1f. ± Comparison against base commit 79c60d2. This pull request removes 1 test.
♻️ This comment has been updated with latest results. |
cf4d7cd
to
fe9bf7d
Compare
f1ad4f6
to
0ccea2c
Compare
Signed-off-by: Lars Kreutzer <lars.kreutzer@tngtech.com>
Signed-off-by: Lars Kreutzer <lars.kreutzer@tngtech.com>
Signed-off-by: Lars Kreutzer <lars.kreutzer@tngtech.com>
Signed-off-by: Lars Kreutzer <lars.kreutzer@tngtech.com>
0ccea2c
to
c605a1f
Compare
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.
LGTM
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.
Shouldn't this be removed from sidebars.json
too?
@@ -301,47 +188,6 @@ def _setup_gateway( | |||
return gateway_connection, gateway_ip | |||
|
|||
|
|||
@task | |||
def integ_test( |
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.
Please migrate the relevant content from here to the docstring of integ_test_containerized
, since its docstring refers to this function on line 242
c_gw.run('cp ' + exec_path + ' ' + dest_path, warn=True) | ||
|
||
|
||
def _build_magma(c_gw): |
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 believe this is still referred to on line 275, i.e. in _build_and_start_magma
@@ -15,13 +15,6 @@ | |||
|
|||
from fabric import Connection | |||
|
|||
# Local changes are only allowed in files specified in the EXCLUDE_FILE_LIST | |||
EXCLUDE_FILE_LIST = [ | |||
os.path.realpath(x) for x in [ |
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.
There is now an unused import of os
at the top of the file. Could you please remove it?
Summary
Test Plan
Link to workflow runs on this branch
Additional Information