-
Notifications
You must be signed in to change notification settings - Fork 135
Adding Ubuntu docker image as remote #1636
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
Please add one of the following labels to add this contribution to the Release Notes 👇 |
Codecov Report
@@ Coverage Diff @@
## main #1636 +/- ##
==========================================
+ Coverage 82.81% 82.84% +0.02%
==========================================
Files 44 44
Lines 7151 7151
==========================================
+ Hits 5922 5924 +2
+ Misses 1229 1227 -2 |
I was going to replace v22.2.0 with the ubuntu image, but I'm considering rebuilding the last 4 versions ( I know this will consume time. But I think we should keep the CentOS support for a while yet. |
Adding ubuntu docker image.
It seems our tests are too "CentOS" based.
Because I changed the file structure in the docker image (now the simulation is run in
/jobs
instead of/
), some of the tests seems to fail when using the ubuntu image as remote. If you use it as local, it is fine.This PR aims to fix those and make the tests more general.