Skip to content
Open
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 @@ -49,10 +49,6 @@ images:
to: stream-coreos-extensions
promotion:
to:
- name: scos-4.22
namespace: origin
- name: scos-4.22-art
namespace: origin
- name: scos-5.0
namespace: origin
- name: scos-5.0-art
Expand All @@ -61,7 +57,7 @@ releases:
latest:
integration:
include_built_images: true
name: scos-4.22
name: scos-5.0
namespace: origin
resources:
'*':
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
base_images:
ocp_builder_stream:
name: builder
namespace: ocp
tag: stream10
stream-coreos-base:
name: stream-coreos-base
namespace: coreos
tag: "10"
build_root:
image_stream_tag:
name: coreos-assembler
namespace: coreos
tag: latest
images:
items:
- build_args:
- name: OPENSHIFT_CI
value: "1"
dockerfile_path: Containerfile
inputs:
stream-coreos-base:
as:
- quay.io/openshift-release-dev/ocp-v4.0-art-dev:c9s-coreos
to: stream-coreos
- build_args:
- name: OPENSHIFT_CI
value: "1"
dockerfile_path: extensions/Containerfile
inputs:
ocp_builder_stream:
as:
- registry.access.redhat.com/ubi9/ubi:latest
stream-coreos:
as:
- registry.ci.openshift.org/rhcos-devel/rhel-coreos:latest
to: stream-coreos-extensions
promotion:
to:
- name: scos-4.22
namespace: origin
- name: scos-4.22-art
namespace: origin
releases:
latest:
integration:
include_built_images: true
name: scos-4.22
namespace: origin
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- always_run: false
as: e2e-aws-ovn
optional: true
steps:
cluster_profile: openshift-org-aws
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: release-4.22
org: openshift
repo: os
variant: okd-scos
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,67 @@ postsubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
- ^release-4\.22$
cluster: build01
decorate: true
decoration_config:
sparse_checkout_files:
- Containerfile
- extensions/Containerfile
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-os-release-4.22-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 @@ -144,3 +144,150 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )images,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-4\.22$
- ^release-4\.22-
cluster: build03
context: ci/prow/okd-scos-e2e-aws-ovn
decorate: true
decoration_config:
sparse_checkout_files:
- Containerfile
- extensions/Containerfile
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws
ci-operator.openshift.io/variant: okd-scos
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-os-release-4.22-okd-scos-e2e-aws-ovn
optional: true
rerun_command: /test okd-scos-e2e-aws-ovn
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-aws-ovn
- --variant=okd-scos
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- 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/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )okd-scos-e2e-aws-ovn,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^release-4\.22$
- ^release-4\.22-
cluster: build06
context: ci/prow/okd-scos-images
decorate: true
decoration_config:
sparse_checkout_files:
- Containerfile
- extensions/Containerfile
labels:
ci-operator.openshift.io/variant: okd-scos
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-os-release-4.22-okd-scos-images
rerun_command: /test okd-scos-images
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --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
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/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: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )okd-scos-images,?($|\s.*)