-
Notifications
You must be signed in to change notification settings - Fork 108
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
[Meta] Create a WMAgent/WMCore-dev image to run unittests #11978
Comments
I have been using a new Alma9 based image to run tests for WMCore. It can be found here: https://github.com/d-ylee/jenkins-test/tree/main/docker/wmcore-dev |
@d-ylee I don't know if it helps in any shape or form, but yesterday I noticed that the test Alma9 image for MSUnmerged was using AlmaLinux directly instead of Cern Alma9 (I am sure there are some extra packages for the base image, even though I didn't check those). Based on that, I created a new image to perform other tests and it's available in this commit (it brings in : dmwm/CMSKubernetes@3e32e13 |
I made a PR for the new image: dmwm/CMSKubernetes#1549 Please take a look! |
Impact of the new feature
Create a development image of WMAgent/WMCore that includes unittests and necessary dependencies to run unittests. Unit tests should be fixed if necessary, to adapt to new environment.
Is your feature request related to a problem? Please describe.
Related to #11568 , if we want to run unittests in containers, we cannot use the production WMAgent image, since it does not contain unittests.
Describe the solution you'd like
Run unit tests in Alma9 with docker. The main changes while doing this are:
Due to the above, there is a number of unit tests failing because of one bullet or another above, which I will be documenting in new issues and linking them to this one (converting this one a meta issue).
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: