Skip to content

fix(agw): updated debian repo for 1.8.0 release#13824

Merged
maxhbr merged 4 commits intomagma:v1.8from
ShubhamTatvamasi:update-debian-repo-for-prod-180
Sep 7, 2022
Merged

fix(agw): updated debian repo for 1.8.0 release#13824
maxhbr merged 4 commits intomagma:v1.8from
ShubhamTatvamasi:update-debian-repo-for-prod-180

Conversation

@ShubhamTatvamasi
Copy link
Copy Markdown
Member

Signed-off-by: Shubham Tatvamasi [email protected]

Summary

Test Plan

Additional Information

  • This change is backwards-breaking

@ShubhamTatvamasi ShubhamTatvamasi requested a review from a team September 2, 2022 13:44
@ShubhamTatvamasi ShubhamTatvamasi requested a review from a team as a code owner September 2, 2022 13:44
@ShubhamTatvamasi ShubhamTatvamasi requested review from a team, emakeev and talkhasib September 2, 2022 13:44
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines. label Sep 2, 2022
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Sep 2, 2022

Thanks for opening a PR! 💯

A couple initial guidelines

Howto

  • Reviews. The "Reviewers" listed for this PR are the Magma maintainers who will shepherd it.
  • Checks. All required CI checks must pass before merge.
  • Merge. Once approved and passing CI checks, use the ready2merge label to indicate the maintainers can merge your PR.

More info

Please take a moment to read through the Magma project's

If this is your first Magma PR, also consider reading

@github-actions github-actions bot added component: ci All updates on CI (Jenkins/CircleCi/Github Action) component: cwf component: feg FEG-gateway related issues component: orc8r Orchestrator-related issue labels Sep 2, 2022
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Sep 2, 2022

feg-workflow

    2 files  203 suites   40s ⏱️
374 tests 374 ✔️ 0 💤 0
388 runs  388 ✔️ 0 💤 0

Results for commit 91a6566.

♻️ This comment has been updated with latest results.

@ShubhamTatvamasi ShubhamTatvamasi requested a review from a team as a code owner September 2, 2022 13:56
@pull-request-size pull-request-size bot added size/M Denotes a PR that changes 30-99 lines. and removed size/S Denotes a PR that changes 10-29 lines. labels Sep 2, 2022
@github-actions github-actions bot added the component: agw Access gateway-related issue label Sep 2, 2022
@maxhbr
Copy link
Copy Markdown
Member

maxhbr commented Sep 2, 2022

changes to hil_testing/Magma_Ansible/project/roles/upgrade-prep/tasks/main.yaml are not necessary, it is unused code

Comment thread cwf/gateway/docker/go/Dockerfile Outdated
Comment thread cwf/gateway/docker/python/Dockerfile Outdated
Comment thread feg/gateway/docker/go/Dockerfile Outdated
Comment thread feg/gateway/docker/python/Dockerfile Outdated
Signed-off-by: Shubham Tatvamasi <[email protected]>
Comment thread orc8r/gateway/docker/Dockerfile Outdated
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Sep 2, 2022

dp-workflow

15 tests   15 ✔️  4m 37s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 91a6566.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Sep 2, 2022

cloud-workflow

1 000 tests   1 000 ✔️  2m 9s ⏱️
   356 suites         0 💤
       7 files           0

Results for commit 91a6566.

♻️ This comment has been updated with latest results.

Comment thread orc8r/gateway/docker/Dockerfile
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Sep 2, 2022

agw-workflow

615 tests   611 ✔️  4m 59s ⏱️
    2 suites      4 💤
    2 files        0

Results for commit 91a6566.

♻️ This comment has been updated with latest results.

@maxhbr
Copy link
Copy Markdown
Member

maxhbr commented Sep 2, 2022

Signed-off-by: Shubham Tatvamasi <[email protected]>
@m-govind
Copy link
Copy Markdown
Contributor

m-govind commented Sep 2, 2022

Looks good to me

@ShubhamTatvamasi
Copy link
Copy Markdown
Member Author

changes to hil_testing/Magma_Ansible/project/roles/upgrade-prep/tasks/main.yaml are not necessary, it is unused code

Reverted this change.

@m-govind
Copy link
Copy Markdown
Contributor

m-govind commented Sep 2, 2022

Looks good to me

@ShubhamTatvamasi
Copy link
Copy Markdown
Member Author

On this branch the build for the gateway_c image failed: https://github.com/magma/magma/runs/8157992438?check_suite_focus=true

2022-09-02_17:47:45

Build is fixed now.

@jheidbrink
Copy link
Copy Markdown
Contributor

jheidbrink commented Sep 5, 2022

When building the agw_gateway_python container on this branch with an ARM instance, apt-get fails with

Unable to locate package bcc-tools

@sebathomas
Copy link
Copy Markdown
Contributor

@maxhbr
Copy link
Copy Markdown
Member

maxhbr commented Sep 5, 2022

Strange, shouldn't it be this one? https://artifactory.magmacore.org/ui/repos/tree/General/debian-prod%2Ffocal-1.8.0%2Fbcc-tools_0.23-1_arm64.deb

it is missing relevant metadata in artifactory, also in debian-test.

@LKreutzer
Copy link
Copy Markdown
Contributor

When building the agw_gateway_python container on this branch with an ARM instance, apt-get fails with

Unable to locate package bcc-tools

bcc-tools for arm64 had damaged property values for debian-test and debian. Removed respective files and re-uploaded with correct properties.

@jheidbrink please test again

@jheidbrink
Copy link
Copy Markdown
Contributor

Looks good so far. The bazel build is still running, but bcc-tools installed fine.

@crasu
Copy link
Copy Markdown
Contributor

crasu commented Sep 6, 2022

@ShubhamTatvamasi do you have a green feg/lte integ test for this pr?

@ShubhamTatvamasi
Copy link
Copy Markdown
Member Author

@ShubhamTatvamasi do you have a green feg/lte integ test for this pr?

I don't have any data on those tests.

@sebathomas
Copy link
Copy Markdown
Contributor

You can run them on the branch in your fork if you enable Github Actions.

@ShubhamTatvamasi
Copy link
Copy Markdown
Member Author

@sebathomas
Copy link
Copy Markdown
Contributor

The LTE Integ Test looks good, I think the Federated Integ Test shows some problems in the agw-orc8r connection. Does anyone have an idea if it was green on v1.8 before? (Github seems to have some issues at the moment, hard to find out in the UI...)

@crasu
Copy link
Copy Markdown
Contributor

crasu commented Sep 7, 2022

The LTE Integ Test looks good, I think the Federated Integ Test shows some problems in the agw-orc8r connection. Does anyone have an idea if it was green on v1.8 before? (Github seems to have some issues at the moment, hard to find out in the UI...)

Yepp the LTE Integ Test only failed because it cannot upload its state to the website
@ShubhamTatvamasi Could you give the federated integ test another try?

@ShubhamTatvamasi
Copy link
Copy Markdown
Member Author

ShubhamTatvamasi commented Sep 7, 2022

The LTE Integ Test looks good, I think the Federated Integ Test shows some problems in the agw-orc8r connection. Does anyone have an idea if it was green on v1.8 before? (Github seems to have some issues at the moment, hard to find out in the UI...)

Yepp the LTE Integ Test only failed because it cannot upload its state to the website @ShubhamTatvamasi Could you give the federated integ test another try?

https://github.com/ShubhamTatvamasi/magma/actions/runs/3009501470

@maxhbr maxhbr merged commit 4aa185c into magma:v1.8 Sep 7, 2022
wolfseb pushed a commit to wolfseb/magma that referenced this pull request Oct 3, 2022
* fix(agw): updated debian repo for 1.8.0 release

Signed-off-by: Shubham Tatvamasi <[email protected]>

* updated debian repo on ansible scripts

Signed-off-by: Shubham Tatvamasi <[email protected]>

* updated focal repo

Signed-off-by: Shubham Tatvamasi <[email protected]>

* revert the code changes

Signed-off-by: Shubham Tatvamasi <[email protected]>

Signed-off-by: Shubham Tatvamasi <[email protected]>
jordanvrtanoski pushed a commit to jordanvrtanoski/magma that referenced this pull request Feb 8, 2023
* fix(agw): updated debian repo for 1.8.0 release

Signed-off-by: Shubham Tatvamasi <[email protected]>

* updated debian repo on ansible scripts

Signed-off-by: Shubham Tatvamasi <[email protected]>

* updated focal repo

Signed-off-by: Shubham Tatvamasi <[email protected]>

* revert the code changes

Signed-off-by: Shubham Tatvamasi <[email protected]>

Signed-off-by: Shubham Tatvamasi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: agw Access gateway-related issue component: ci All updates on CI (Jenkins/CircleCi/Github Action) component: cwf component: feg FEG-gateway related issues component: orc8r Orchestrator-related issue size/M Denotes a PR that changes 30-99 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants