Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Changes for CentOS 9 containers #2183

Merged
merged 5 commits into from
Mar 7, 2024
Merged

Changes for CentOS 9 containers #2183

merged 5 commits into from
Mar 7, 2024

Conversation

dmick
Copy link
Member

@dmick dmick commented Feb 6, 2024

Description of your changes:

Which issue is resolved by this Pull Request:
Resolves #

Checklist:

  • Documentation has been updated, if necessary.
  • Pending release notes updated with breaking and/or notable changes, if necessary.

@dmick dmick requested a review from guits February 6, 2024 20:27
@dmick
Copy link
Member Author

dmick commented Feb 7, 2024

apparently there are separate files for arm64. yay. I'll come in again.

@ktdreyer
Copy link
Member

@dmick is this ready to merge now?

@dmick
Copy link
Member Author

dmick commented Feb 22, 2024

No, I've been distracted by other fires and haven't yet done the arm64 changes. Fires out, I can get to this next

@dmick dmick force-pushed the wip-c9 branch 2 times, most recently from 3858713 to 3a7aa67 Compare February 23, 2024 10:47
@dmick
Copy link
Member Author

dmick commented Feb 23, 2024

Passing tests here at least now. the sloppy bash/python test failures are about docker.io pull ratelimiting. I'm not happy about that.

@dmick
Copy link
Member Author

dmick commented Mar 1, 2024

jenkins lint

1 similar comment
@dmick
Copy link
Member Author

dmick commented Mar 1, 2024

jenkins lint

@dmick
Copy link
Member Author

dmick commented Mar 1, 2024

jenkins flake8

Dan Mick added 5 commits March 1, 2024 01:55
Note README.tmp: scikit still has to be resolved

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]>
@dmick
Copy link
Member Author

dmick commented Mar 1, 2024

rebased. @guits, please have a look; you're the only one I know who has a chance of catching stupid errors.

@guits
Copy link
Collaborator

guits commented Mar 7, 2024

@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

@dmick
Copy link
Member Author

dmick commented Mar 7, 2024

I'm planning on doing that with a followup, once we get some experience with building/testing on c9. It's a larger decision.

Copy link
Collaborator

@guits guits left a 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.

@guits guits merged commit 08b1ab5 into main Mar 7, 2024
8 checks passed
@guits guits deleted the wip-c9 branch March 7, 2024 10:31
@cbodley
Copy link
Contributor

cbodley commented Mar 14, 2024

are we ready to add this containerization step to our centos9 jenkins builds?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants