Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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