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 @@ -19,6 +19,10 @@ base_images:
name: "4.22"
namespace: ocp
tag: libvirt-installer
microshift-ci-brew:
name: brew
namespace: microshift
tag: latest
ocm-cli:
name: ocm-cli
namespace: ci
Expand All @@ -45,9 +49,9 @@ base_images:
tag: upi-installer
build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-9-golang-1.24-openshift-4.22
name: release
namespace: openshift
tag: rhel-9-release-golang-1.24-openshift-4.22
releases:
arm64-latest:
candidate:
Expand All @@ -72,6 +76,12 @@ releases:
product: ocp
stream: nightly
version: "4.22"
nightly-arm64:
candidate:
architecture: arm64
product: ocp
stream: nightly
version: "4.22"
ppc64le-latest:
candidate:
architecture: ppc64le
Expand Down Expand Up @@ -155,6 +165,41 @@ tests:
- chain: cucushift-installer-rehearse-gcp-ipi-disconnected-provision
test:
- ref: openshift-extended-olm-test-disconnected
- as: e2e-aws-ovn-hypershift-mgmt-extended-f6
cron: 1 1 1-31/6 * *
steps:
cluster_profile: hypershift
env:
PUBLIC_ONLY: "true"
TEST_ARGS: --monitor=watch-namespaces
TEST_SUITE: olmv0/extended/candidate/fast
test:
- ref: openshift-extended-olm-test-hypershiftmgmt
workflow: hypershift-aws-conformance
- as: e2e-microshift-aws-ovn-extended-f2
cron: 44 10 1-31/2 * *
steps:
cluster_profile: aws
env:
MICROSHIFT_OS: rhel-9.6
OPTIONAL_RPMS: "true"
SRC_FROM_GIT: "true"
TEST_SUITE: olmv0/extended/candidate/fast
workflow: openshift-microshift-e2e-origin-conformance
- as: aws-rosa-hcp-extended-f4
cron: 16 10 1-31/4 * *
steps:
cluster_profile: aws-sd-qe
env:
CHANNEL_GROUP: nightly
CLUSTER_TIMEOUT: "10800"
OCM_LOGIN_ENV: integration
OPENSHIFT_VERSION: "4.22"
TEST_ARGS: --monitor=watch-namespaces
TEST_SUITE: olmv0/extended/candidate/fast
test:
- ref: openshift-extended-olm-test-hcp
workflow: rosa-aws-sts-hcp
- as: e2e-aws-ovn-stress-extended-f4
cron: 35 11 1-31/4 * *
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,79 @@
periodics:
- agent: kubernetes
cluster: build07
cron: 16 10 1-31/4 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.22
org: openshift
repo: operator-framework-olm
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe
ci-operator.openshift.io/variant: periodics
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-aws-rosa-hcp-extended-f4
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=aws-rosa-hcp-extended-f4
- --variant=periodics
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
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
- agent: kubernetes
cluster: build09
cron: 58 5 1-31/3 * *
Expand Down Expand Up @@ -826,6 +901,81 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build07
cron: 1 1 1-31/6 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.22
org: openshift
repo: operator-framework-olm
labels:
ci-operator.openshift.io/cloud: hypershift
ci-operator.openshift.io/cloud-cluster-profile: hypershift
ci-operator.openshift.io/variant: periodics
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-e2e-aws-ovn-hypershift-mgmt-extended-f6
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-hypershift-mgmt-extended-f6
- --variant=periodics
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
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
- agent: kubernetes
cluster: build07
cron: 9 15 1-31/7 * *
Expand Down Expand Up @@ -3906,6 +4056,81 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build07
cron: 44 10 1-31/2 * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: release-4.22
org: openshift
repo: operator-framework-olm
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci-operator.openshift.io/variant: periodics
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-e2e-microshift-aws-ovn-extended-f2
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-microshift-aws-ovn-extended-f2
- --variant=periodics
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
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
- agent: kubernetes
cluster: build10
cron: 28 19 1-31/2 * *
Expand Down