Skip to content
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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Generate crb yaml config #1429

wants to merge 3 commits into from

Conversation

dcermak
Copy link
Collaborator

@dcermak dcermak commented Jul 17, 2024

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.

@dcermak dcermak requested review from grisu48 and mgrossu July 17, 2024 17:19
@dcermak dcermak force-pushed the generate-crb-yaml branch 3 times, most recently from 9adae3c to f6f50b0 Compare November 13, 2024 10:37
dcermak pushed a commit that referenced this pull request Nov 15, 2024
dcermak pushed a commit that referenced this pull request Nov 15, 2024
dcermak pushed a commit that referenced this pull request Nov 15, 2024
Copy link

github-actions bot commented Nov 15, 2024

Created a staging project on OBS for Tumbleweed: home:defolos:BCI:Staging:Tumbleweed:Tumbleweed-1429
Changes pushed to branch Tumbleweed-1429 as commit 3002e7903f07f1fd11d7b1ba16bf90a7932e4529

Copy link

github-actions bot commented Nov 15, 2024

Created a staging project on OBS for 6: home:defolos:BCI:Staging:SLE-15-SP6:6-1429
Changes pushed to branch 6-1429 as commit fc43a20b2c44297924215c590ec23929a806a6de
Build succeeded ✅

Build Results

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-1429 for x86_64: current state: published
Build results:

package name status build log
pcp-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-1429 for aarch64: current state: published
Build results:

package name status build log
pcp-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-1429 for s390x: current state: published
Build results:

package name status build log
pcp-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP6:6-1429 for ppc64le: current state: published
Build results:

package name status build log
pcp-image ⛔ excluded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-1429 for x86_64: current state: published
Build results:

package name status build log
pcp-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-1429 for aarch64: current state: published
Build results:

package name status build log
pcp-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-1429 for s390x: current state: published
Build results:

package name status build log
pcp-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP6:6-1429 for ppc64le: current state: published
Build results:

package name status build log
pcp-image ✅ succeeded live log

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:
  • registry.opensuse.org/home/defolos/bci/staging/sle-15-sp6/6-1429/containerfile/suse/pcp:latest

Copy link

github-actions bot commented Nov 15, 2024

Created a staging project on OBS for 7: home:defolos:BCI:Staging:SLE-15-SP7:7-1429
Changes pushed to branch 7-1429 as commit 3f28adb51251efeb193ca7892f2f5ed041d53523
Build succeeded ✅

Build Results

Repository images in home:defolos:BCI:Staging:SLE-15-SP7:7-1429 for x86_64: current state: published
Build results:

package name status build log
pcp-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP7:7-1429 for aarch64: current state: published
Build results:

package name status build log
pcp-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP7:7-1429 for s390x: current state: published
Build results:

package name status build log
pcp-image ⛔ excluded live log

Repository images in home:defolos:BCI:Staging:SLE-15-SP7:7-1429 for ppc64le: current state: published
Build results:

package name status build log
pcp-image ⛔ excluded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP7:7-1429 for x86_64: current state: published
Build results:

package name status build log
pcp-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP7:7-1429 for aarch64: current state: published
Build results:

package name status build log
pcp-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP7:7-1429 for s390x: current state: published
Build results:

package name status build log
pcp-image ✅ succeeded live log

Repository containerfile in home:defolos:BCI:Staging:SLE-15-SP7:7-1429 for ppc64le: current state: published
Build results:

package name status build log
pcp-image ✅ succeeded live log

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:
  • registry.opensuse.org/home/defolos/bci/staging/sle-15-sp7/7-1429/containerfile/suse/pcp:6

dcermak pushed a commit that referenced this pull request Nov 15, 2024
dcermak pushed a commit that referenced this pull request Nov 15, 2024
dcermak pushed a commit that referenced this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant