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 @@ -364,6 +364,34 @@ tests:
cpu: 300m
memory: 500Mi
workflow: cucushift-installer-rehearse-gcp-ipi-disconnected
- as: kueue-downstream-test-e2e-rhcos10-downstream
steps:
cluster_profile: aws-3
env:
BUNDLE_COMPONENT: kueue-bundle-main
FEATURE_SET: TechPreviewNoUpgrade
OPERAND_COMPONENT: kueue-operand-main
OPERATOR_COMPONENT: kueue-operator-main
OSSTREAM: rhel-10
post:
- chain: kueue-operator-post
test:
- chain: kueue-operator-test-e2e-downstream
workflow: openshift-e2e-aws
- as: kueue-upstream-test-e2e-rhcos10-upstream
steps:
cluster_profile: aws-3
env:
BUNDLE_COMPONENT: kueue-bundle-main
FEATURE_SET: TechPreviewNoUpgrade
OPERAND_COMPONENT: kueue-operand-main
OPERATOR_COMPONENT: kueue-operator-main
OSSTREAM: rhel-10
post:
- chain: kueue-operator-post
test:
- chain: kueue-operator-test-e2e-upstream
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: main
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,150 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )images,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build07
context: ci/prow/kueue-downstream-test-e2e-rhcos10-downstream
decorate: true
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-3
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kueue-operator-main-kueue-downstream-test-e2e-rhcos10-downstream
rerun_command: /test kueue-downstream-test-e2e-rhcos10-downstream
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=kueue-downstream-test-e2e-rhcos10-downstream
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
trigger: (?m)^/test( | .* )kueue-downstream-test-e2e-rhcos10-downstream,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build07
context: ci/prow/kueue-upstream-test-e2e-rhcos10-upstream
decorate: true
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-3
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-kueue-operator-main-kueue-upstream-test-e2e-rhcos10-upstream
rerun_command: /test kueue-upstream-test-e2e-rhcos10-upstream
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=kueue-upstream-test-e2e-rhcos10-upstream
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
trigger: (?m)^/test( | .* )kueue-upstream-test-e2e-rhcos10-upstream,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down