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

Fix/system tests #1245

Merged
merged 3 commits into from
Feb 5, 2024
Merged

Fix/system tests #1245

merged 3 commits into from
Feb 5, 2024

Conversation

neolynx
Copy link
Member

@neolynx neolynx commented Feb 4, 2024

Fixes the system tests permanently, by using a mirror on S3 for all the required files for the tests. No direct internet download, no more flaky tests.

Additionally:

  • use ubuntu 22.04 runner in gitlab ci
  • switch to gpg2
  • add a system test docker image, and make targets

Copy link

codecov bot commented Feb 4, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (f1649a6) 74.85% compared to head (a9da8d0) 74.84%.
Report is 4 commits behind head on master.

Files Patch % Lines
pgp/openpgp.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1245      +/-   ##
==========================================
- Coverage   74.85%   74.84%   -0.01%     
==========================================
  Files         143      143              
  Lines       16187    16181       -6     
==========================================
- Hits        12117    12111       -6     
  Misses       3134     3134              
  Partials      936      936              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@neolynx neolynx self-assigned this Feb 4, 2024
no direct internet download from apt repositories,
which over time will change or cease to exist.

also migrate to gpg2 on newer ubuntu.
Copy link
Contributor

@randombenj randombenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work! @neolynx This finally makes the tests really reproducible and not depending on internet resources!

@neolynx neolynx merged commit d7cc9b8 into master Feb 5, 2024
3 of 4 checks passed
@neolynx neolynx deleted the fix/system-tests branch February 5, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants