Skip to content
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

Use Bazel-built Magma Debian package in FEG integ test workflow #14839

Closed
LKreutzer opened this issue Jan 16, 2023 · 0 comments · Fixed by #14852
Closed

Use Bazel-built Magma Debian package in FEG integ test workflow #14839

LKreutzer opened this issue Jan 16, 2023 · 0 comments · Fixed by #14852
Assignees
Labels
bazel changes for the Bazelification effort bazel-cleanup BE fixups that came out of the Bazelification effort component: ci All updates on CI (Jenkins/CircleCi/Github Action)

Comments

@LKreutzer
Copy link
Contributor

LKreutzer commented Jan 16, 2023

  • build_and_start_magma does a Make build of the AGW <- called by build_agw <- executed in the FEG integ tests.

    • Needs to be replaced with a Debian package download.
      • This could save more than an hour in build time!
    • Use the Bazel-built Debian package.
    • If the magma-deb VM cannot be used at all do a Bazel build for the services instead.
    • Found in Make to Bazel switchover for the AGW #14835
  • Delete step is not working:

     - uses: geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af # pin@v2.0.0
       with:
         name: |
           docker-build-orc8r-images |
           docker-build-feg-images

Remove the | to fix the syntax.

@LKreutzer LKreutzer added component: ci All updates on CI (Jenkins/CircleCi/Github Action) bazel-cleanup BE fixups that came out of the Bazelification effort bazel changes for the Bazelification effort labels Jan 16, 2023
@LKreutzer LKreutzer linked a pull request Jan 17, 2023 that will close this issue
1 task
@nstng nstng linked a pull request Jan 17, 2023 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bazel changes for the Bazelification effort bazel-cleanup BE fixups that came out of the Bazelification effort component: ci All updates on CI (Jenkins/CircleCi/Github Action)
Projects
None yet
2 participants