magma icon indicating copy to clipboard operation
magma copied to clipboard

fix(mme): Add libsqlite3 dependency in containers for OAI pipeline

Open ssanadhya opened this issue 2 years ago • 5 comments

Signed-off-by: Shruti Sanadhya [email protected]

Summary

The changes in PR https://github.com/magma/magma/pull/13470 require libsqlite to be present on all dev containers. This PR adds the changes in https://github.com/magma/magma/pull/13470#issuecomment-1209363734 to make it work on Magma-OAI-Jenkins CI pipeline.

Test Plan

N/A

ssanadhya avatar Aug 11 '22 03:08 ssanadhya

Thanks for opening a PR! :100:

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[bot] avatar Aug 11 '22 03:08 github-actions[bot]

feg-workflow

    2 files  203 suites   40s :stopwatch: 374 tests 374 :heavy_check_mark: 0 :zzz: 0 :x: 388 runs  388 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit eca8618c.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Aug 11 '22 04:08 github-actions[bot]

dp-workflow

13 tests   13 :heavy_check_mark:  2m 3s :stopwatch:   1 suites    0 :zzz:   1 files      0 :x:

Results for commit eca8618c.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Aug 11 '22 04:08 github-actions[bot]

agw-workflow

615 tests   611 :heavy_check_mark:  3m 44s :stopwatch:     2 suites      4 :zzz:     2 files        0 :x:

Results for commit eca8618c.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Aug 11 '22 05:08 github-actions[bot]

@rdefosse , can you help me understand why this PR is failing on Magma-OAI-Jenkins pipeline? The logs only show warnings, no errors.

ssanadhya avatar Aug 11 '22 16:08 ssanadhya

@rdefosse , can you help me understand why this PR is failing on Magma-OAI-Jenkins pipeline? The logs only show warnings, no errors.

for me apt list libsqlite3x has no candidates on ubuntu 20.04

nstng avatar Aug 15 '22 14:08 nstng

Maybe it should be this package in Ubuntu Focal? https://packages.ubuntu.com/focal/libsqlite3-0

sebathomas avatar Aug 16 '22 06:08 sebathomas

Thanks for the review @rdefosse ! I have revised the PR and all required CI checks are green now. Could you please approve and merge this?

ssanadhya avatar Aug 16 '22 22:08 ssanadhya