Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM: testing pj-rehearse issues #60121

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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 @@ -930,7 +930,13 @@ tests:
requests:
cpu: 100m
memory: 200Mi
- as: checkconfig
- as: checkconfig-changed-name
cluster: build10
commands: make validate-checkconfig
container:
from: test-bin
node_architecture: arm64
- as: checkconfig-new
cluster: build10
commands: make validate-checkconfig
container:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: rosa-classic-sts
- as: rosa-classic-sts-changed
cron: 0 0 1 1 *
steps:
env:
CONFIGS: rosa,sts,stage,e2e-suite
SECRET_LOCATIONS: /usr/local/osde2e-common,/usr/local/osde2e-trt-credentials
SKIP_DESTROY_CLUSTER: "true"
SKIP_MUST_GATHER: "true"
post:
- chain: gather
- ref: osde2e-cleanup
test:
- ref: osde2e-test
- as: rosa-classic-sts-new
cron: 0 0 1 1 *
steps:
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,22 @@ presubmits:
- ^master$
- ^master-
cluster: build10
context: ci/prow/checkconfig
context: ci/prow/checkconfig-changed-name
decorate: true
labels:
capability/arm64: arm64
ci-operator.openshift.io/cluster: build10
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-ci-tools-master-checkconfig
rerun_command: /test checkconfig
name: pull-ci-openshift-ci-tools-master-checkconfig-changed-name
rerun_command: /test checkconfig-changed-name
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=checkconfig
- --target=checkconfig-changed-name
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -110,7 +110,62 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )checkconfig,?($|\s.*)
trigger: (?m)^/test( | .* )checkconfig-changed-name,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^master$
- ^master-
cluster: build10
context: ci/prow/checkconfig-new
decorate: true
labels:
capability/arm64: arm64
ci-operator.openshift.io/cluster: build10
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-ci-tools-master-checkconfig-new
rerun_command: /test checkconfig-new
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=checkconfig-new
command:
- ci-operator
image: 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( | .* )checkconfig-new,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1460,15 +1460,78 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.13"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-osde2e-main-nightly-4.13-rosa-classic-sts
name: periodic-ci-openshift-osde2e-main-nightly-4.13-rosa-classic-sts-changed
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
- --secret-dir=/secrets/ci-pull-credentials
- --target=rosa-classic-sts
- --target=rosa-classic-sts-changed
- --variant=nightly-4.13
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- 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: 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: build03
cron: 0 0 1 1 *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
repo: osde2e
labels:
ci-operator.openshift.io/variant: nightly-4.13
ci.openshift.io/generator: prowgen
job-release: "4.13"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-osde2e-main-nightly-4.13-rosa-classic-sts-new
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
- --secret-dir=/secrets/ci-pull-credentials
- --target=rosa-classic-sts-new
- --variant=nightly-4.13
command:
- ci-operator
Expand Down