Skip to content
Closed
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 @@ -2,16 +2,16 @@ base_images:
ocp_builder_rhel-9-golang-1.24-openshift-4.22:
name: builder
namespace: ocp
tag: rhel-9-golang-1.24-openshift-4.22
tag: rhel-9-golang-1.24-openshift-4.21
origin_scos-4.22_base-stream9:
name: scos-4.22
name: scos-4.21
namespace: origin
tag: base-stream9
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.24-openshift-4.22
tag: rhel-9-release-golang-1.24-openshift-4.21
images:
- build_args:
- name: TAGS
Expand All @@ -22,17 +22,13 @@ images:
ocp_builder_rhel-9-golang-1.24-openshift-4.22:
as:
- builder
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21
to: oauth-apiserver
promotion:
to:
- name: scos-4.22
namespace: origin
releases:
latest:
integration:
include_built_images: true
name: scos-4.22
name: scos-4.21
namespace: origin
resources:
'*':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,65 +58,3 @@ postsubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
- ^master$
cluster: build08
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/is-promotion: "true"
ci-operator.openshift.io/variant: okd-scos
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-openshift-oauth-apiserver-master-okd-scos-images
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson
- --promote
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --variant=okd-scos
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/push-secret
name: push-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: push-secret
secret:
secretName: registry-push-credentials-ci-central
- name: result-aggregator
secret:
secretName: result-aggregator
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ presubmits:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --target=[release:latest]
- --variant=okd-scos
command:
- ci-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ registry.ci.openshift.org/origin/scos-4.22:network-tools quay.io/openshift/origi
registry.ci.openshift.org/origin/scos-4.22:networking-console-plugin quay.io/openshift/origin-networking-console-plugin:4.22 quay.io/openshift/origin-networking-console-plugin:4.22.0 quay.io/openshift/origin-networking-console-plugin:latest
registry.ci.openshift.org/origin/scos-4.22:nutanix-cloud-controller-manager quay.io/openshift/origin-nutanix-cloud-controller-manager:4.22 quay.io/openshift/origin-nutanix-cloud-controller-manager:4.22.0 quay.io/openshift/origin-nutanix-cloud-controller-manager:latest
registry.ci.openshift.org/origin/scos-4.22:nutanix-machine-controllers quay.io/openshift/origin-nutanix-machine-controllers:4.22 quay.io/openshift/origin-nutanix-machine-controllers:4.22.0 quay.io/openshift/origin-nutanix-machine-controllers:latest
registry.ci.openshift.org/origin/scos-4.22:oauth-apiserver quay.io/openshift/origin-oauth-apiserver:4.22 quay.io/openshift/origin-oauth-apiserver:4.22.0 quay.io/openshift/origin-oauth-apiserver:latest
registry.ci.openshift.org/origin/scos-4.22:oauth-proxy quay.io/openshift/origin-oauth-proxy:4.22 quay.io/openshift/origin-oauth-proxy:4.22.0 quay.io/openshift/origin-oauth-proxy:latest
registry.ci.openshift.org/origin/scos-4.22:oauth-server quay.io/openshift/origin-oauth-server:4.22 quay.io/openshift/origin-oauth-server:4.22.0 quay.io/openshift/origin-oauth-server:latest
registry.ci.openshift.org/origin/scos-4.22:oc-mirror quay.io/openshift/origin-oc-mirror:4.22 quay.io/openshift/origin-oc-mirror:4.22.0 quay.io/openshift/origin-oc-mirror:latest
Expand Down