Skip to content

Commit

Permalink
Add support testing on RHEL9 unsubscribed host
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jul 27, 2022
1 parent 5fe67e2 commit 3d0ca0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ jobs:
branch: "master"
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
tf_scope: "private"
- tmt_plan: "rhel9-unsubscribed-docker"
os_test: "rhel9"
context: "RHEL9 - Unsubscribed host"
compose: "RHEL-9.0.0-Nightly"
api_key: "TF_INTERNAL_API_KEY"
branch: "master"
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
tf_scope: "private"
- tmt_plan: "c9s"
os_test: "c9s"
context: "CentOS Stream 9"
Expand Down
2 changes: 1 addition & 1 deletion 2.4/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL summary="$SUMMARY" \
io.openshift.tags="builder,httpd,httpd-24" \
name="rhel8/httpd-24" \
version="1" \
com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#rhel" \
com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \
com.redhat.component="httpd-24-container" \
usage="s2i build https://github.com/sclorg/httpd-container.git --context-dir=examples/sample-test-app/ rhel8/httpd-24 sample-server" \
maintainer="SoftwareCollections.org <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion 2.4/Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL summary="$SUMMARY" \
io.openshift.tags="builder,httpd,httpd-24" \
name="rhel9/httpd-24" \
version="1" \
com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#rhel" \
com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \
com.redhat.component="httpd-24-container" \
usage="s2i build https://github.com/sclorg/httpd-container.git --context-dir=examples/sample-test-app/ rhel9/httpd-24 sample-server" \
maintainer="SoftwareCollections.org <[email protected]>"
Expand Down

0 comments on commit 3d0ca0e

Please sign in to comment.