-
Notifications
You must be signed in to change notification settings - Fork 523
Changes for CentOS 9 containers #2183
Conversation
apparently there are separate files for arm64. yay. I'll come in again. |
@dmick is this ready to merge now? |
No, I've been distracted by other fires and haven't yet done the arm64 changes. Fires out, I can get to this next |
3858713
to
3a7aa67
Compare
Passing tests here at least now. the sloppy bash/python test failures are about docker.io pull ratelimiting. I'm not happy about that. |
jenkins lint |
1 similar comment
jenkins lint |
jenkins flake8 |
Note README.tmp: scikit still has to be resolved Signed-off-by: Dan Mick <[email protected]>
Signed-off-by: Dan Mick <[email protected]>
There was a non-release-version-specific version present, but being ignored. Signed-off-by: Dan Mick <[email protected]>
Signed-off-by: Dan Mick <[email protected]>
Signed-off-by: Dan Mick <[email protected]>
rebased. @guits, please have a look; you're the only one I know who has a chance of catching stupid errors. |
@dmick shouldn't we change the defaults? diff --git a/Makefile b/Makefile
index 6f65469c..d458b227 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@ FLAVORS ?= \
pacific,centos,8 \
quincy,centos,8 \
reef,centos,8 \
- main,centos,8
+ squid,centos,9 \
+ main,centos,9
TAG_REGISTRY ?= ceph
|
I'm planning on doing that with a followup, once we get some experience with building/testing on c9. It's a larger decision. |
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.
I'm planning on doing that with a followup, once we get some experience with building/testing on c9. It's a larger decision.
alright.
then it looks good, at least, i don't see anything obvious. let's merge and address issues if any with a follow up PR.
are we ready to add this containerization step to our centos9 jenkins builds? |
Description of your changes:
Which issue is resolved by this Pull Request:
Resolves #
Checklist: