Skip to content

Commit

Permalink
openshift/os: Promote to rhel-coreos-8 (#31084)
Browse files Browse the repository at this point in the history
The release payload name will be `rhel-coreos-8`, so let's have the CI config match.

I think this may unblock openshift/machine-config-operator#3258 (comment)

Closes: openshift/os#940
  • Loading branch information
cgwalters authored Aug 5, 2022
1 parent 187b164 commit 45ae59f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@ images:
paths:
- destination_dir: magic
source_path: /tmp/cosa
to: machine-os-oci-content
to: rhel-coreos-8
- dockerfile_path: extensions/Dockerfile
inputs:
machine-os-oci-content:
rhel-coreos-8:
as:
- registry.ci.openshift.org/rhcos-devel/rhel-coreos:latest
to: rhcos-extensions
to: rhel-coreos-8-extensions
promotion:
additional_images:
rhel-coreos: machine-os-oci-content
rhel-coreos-extensions: rhcos-extensions
rhel-coreos-8: rhel-coreos-8
rhel-coreos-8-extensions: rhel-coreos-8-extensions
excluded_images:
- oci-archive
- build-image
Expand All @@ -134,15 +134,15 @@ tests:
cron: '@daily'
steps:
test:
- as: validate-rhcos-base-image
- as: validate-base-image
commands: cat /etc/os-release
from: machine-os-oci-content
from: rhel-coreos-8
resources:
requests:
cpu: 100m
- as: validate-rhcos-extensions-image
- as: validate-extensions-image
commands: cat /etc/os-release
from: rhcos-extensions
from: rhel-coreos-8-extensions
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ postsubmits:
- --promote
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=machine-os-oci-content
- --target=rhcos-extensions
- --target=rhel-coreos-8
- --target=rhel-coreos-8-extensions
- --variant=periodic
command:
- ci-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ presubmits:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=machine-os-oci-content
- --target=rhcos-extensions
- --target=rhel-coreos-8
- --target=rhel-coreos-8-extensions
- --variant=periodic
command:
- ci-operator
Expand Down

0 comments on commit 45ae59f

Please sign in to comment.