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 @@ -54,17 +54,17 @@ images:
source_path: /usr/bin/oc
to: src-with-oc-and-kubectl
releases:
arm64-4-19-latest:
arm64-4-20:
candidate:
architecture: arm64
product: ocp
stream: nightly
version: "4.19"
version: "4.20"
latest:
release:
architecture: multi
channel: stable
version: "4.19"
version: "4.20"
resources:
'*':
requests:
Expand Down Expand Up @@ -119,12 +119,12 @@ tests:
- chain: kueue-operator-post
test:
- chain: kueue-operator-test-e2e
- as: test-e2e-4-19-arm64
- as: test-e2e-4-20-arm64
minimum_interval: 96h
steps:
cluster_profile: aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-4-19-latest
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-4-20
env:
BUNDLE_COMPONENT: kueue-bundle-main
CONTAINER_IMAGE: quay.io/curl/curl:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ periodics:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
minimum_interval: 96h
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-arm64
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-fips
reporter_config:
slack:
channel: '#forum-node-jira'
Expand All @@ -175,7 +175,7 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=test-e2e-4-19-arm64
- --target=test-e2e-4-19-fips
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down Expand Up @@ -232,11 +232,11 @@ periodics:
repo: kueue-operator
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-2
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
minimum_interval: 96h
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-fips
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-hypershift
reporter_config:
slack:
channel: '#forum-node-jira'
Expand All @@ -253,7 +253,7 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=test-e2e-4-19-fips
- --target=test-e2e-4-19-hypershift
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down Expand Up @@ -310,11 +310,11 @@ periodics:
repo: kueue-operator
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-2
ci-operator.openshift.io/cloud-cluster-profile: aws
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
minimum_interval: 96h
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-19-hypershift
name: periodic-ci-openshift-kueue-operator-main-test-e2e-4-20-arm64
reporter_config:
slack:
channel: '#forum-node-jira'
Expand All @@ -331,7 +331,7 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=test-e2e-4-19-hypershift
- --target=test-e2e-4-20-arm64
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down