-
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
Generate crb yaml config #1429
base: main
Are you sure you want to change the base?
Generate crb yaml config #1429
Conversation
9adae3c
to
f6f50b0
Compare
f6f50b0
to
5b2c9aa
Compare
Created a staging project on OBS for Tumbleweed: home:defolos:BCI:Staging:Tumbleweed:Tumbleweed-1429 |
Created a staging project on OBS for 6: home:defolos:BCI:Staging:SLE-15-SP6:6-1429 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-1429/ tox -- -n auto The following images can be pulled from the staging project:
|
Created a staging project on OBS for 7: home:defolos:BCI:Staging:SLE-15-SP7:7-1429 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.7 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp7/7-1429/ tox -- -n auto The following images can be pulled from the staging project:
|
5b2c9aa
to
3c75366
Compare
This PR adds some preliminary capability for the dockerfile generator to create the container-release-bot's YAML config file.
I haven't tested this thoroughly, so far I only ran it for the language containers via:
$ poetry run dump-crb-yaml -f=lang -d=path/to/gitlab.suse.de/qac/container-release-bot/containers/lang.yaml
The produced diff is pretty big, but it's mostly moving yaml chunks around (although that is arguably hard to verify). There's still some bugs, e.g. the rust & go entries use the version numbers and not the stability tags.