-
Notifications
You must be signed in to change notification settings - Fork 21
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
Move SAC Python containers to multibuild #2085
base: main
Are you sure you want to change the base?
Conversation
Created a staging project on OBS for 6: home:defolos:BCI:Staging:SLE-15-SP6:6-2085 Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=15.6 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp6/6-2085/ tox -- -n auto The following images can be pulled from the staging project:
|
8a943e3
to
00b8dfa
Compare
00b8dfa
to
cf019d5
Compare
This is needed to be able to provide multiple branches. Add 3.9 and 3.11.
So far everything was queued up and then asyncio.gather() was run. however, doing deletes at the same time while other tasks are writing leads to corruption. so we need to sequence it out a little.
c0f02b6
to
6967aee
Compare
This way ContainerCrate can be instantiated per (os_version, package_name) and we can handle service_replacements properly.
6967aee
to
060c5a3
Compare
_multibuild files. | ||
""" | ||
|
||
class ContainerCrateAssigner: |
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.
Can we please stop adding more magic indirection to the code? I already voiced my disagreement with this implicit magic and it keeps getting worse.
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.
This is a draft PR. the one that needs to move ahead is #2096 instead.
This is needed to be able to provide multiple branches. Add 3.9 and 3.11.