-
Notifications
You must be signed in to change notification settings - Fork 671
ci: use gitlab-runner:v17.7.1 for the CI #3093
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
Conversation
285208c
to
8cb5939
Compare
The `latest` gitlab-runner image does not have the `gitlab-runner` user and it causes our tests to fail. Closes: #3091
8cb5939
to
553f5b0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3093 +/- ##
==========================================
+ Coverage 93.57% 96.72% +3.14%
==========================================
Files 96 96
Lines 6291 6291
==========================================
+ Hits 5887 6085 +198
+ Misses 404 206 -198
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Thanks @JohnVillalovos, looks good, just a question about the prints?
3010530
to
19573b4
Compare
19573b4
to
bf0e534
Compare
Previously the 'job_with_artifact' fixture could run forever. Now give it up to 60 seconds to complete before failing.
bf0e534
to
5e169be
Compare
The
latest
gitlab-runner image does not have thegitlab-runner
user and it causes our tests to fail.Closes: #3091