Skip to content

Commit e14e03e

Browse files
committed
Auto-generated Prow job config for e2e-gcp-operator-serial-ote
1 parent ee68137 commit e14e03e

File tree

3 files changed

+237
-12
lines changed

3 files changed

+237
-12
lines changed

ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-main-presubmits.yaml

Lines changed: 79 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,22 +1253,97 @@ presubmits:
12531253
- ^main$
12541254
- ^main-
12551255
cluster: build08
1256-
context: ci/prow/e2e-gcp-operator-serial-ote
1256+
context: ci/prow/e2e-gcp-operator-serial-ote-1of2
12571257
decorate: true
12581258
labels:
12591259
ci-operator.openshift.io/cloud: gcp
12601260
ci-operator.openshift.io/cloud-cluster-profile: gcp
12611261
ci.openshift.io/generator: prowgen
12621262
pj-rehearse.openshift.io/can-be-rehearsed: "true"
1263-
name: pull-ci-openshift-cluster-kube-apiserver-operator-main-e2e-gcp-operator-serial-ote
1263+
name: pull-ci-openshift-cluster-kube-apiserver-operator-main-e2e-gcp-operator-serial-ote-1of2
12641264
optional: true
1265-
rerun_command: /test e2e-gcp-operator-serial-ote
1265+
rerun_command: /test e2e-gcp-operator-serial-ote-1of2
12661266
spec:
12671267
containers:
12681268
- args:
12691269
- --gcs-upload-secret=/secrets/gcs/service-account.json
12701270
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
12711271
- --lease-server-credentials-file=/etc/boskos/credentials
1272+
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 1"
1273+
- --report-credentials-file=/etc/report/credentials
1274+
- --secret-dir=/secrets/ci-pull-credentials
1275+
- --target=e2e-gcp-operator-serial-ote
1276+
command:
1277+
- ci-operator
1278+
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
1279+
imagePullPolicy: Always
1280+
name: ""
1281+
resources:
1282+
requests:
1283+
cpu: 10m
1284+
volumeMounts:
1285+
- mountPath: /etc/boskos
1286+
name: boskos
1287+
readOnly: true
1288+
- mountPath: /secrets/ci-pull-credentials
1289+
name: ci-pull-credentials
1290+
readOnly: true
1291+
- mountPath: /secrets/gcs
1292+
name: gcs-credentials
1293+
readOnly: true
1294+
- mountPath: /secrets/manifest-tool
1295+
name: manifest-tool-local-pusher
1296+
readOnly: true
1297+
- mountPath: /etc/pull-secret
1298+
name: pull-secret
1299+
readOnly: true
1300+
- mountPath: /etc/report
1301+
name: result-aggregator
1302+
readOnly: true
1303+
serviceAccountName: ci-operator
1304+
volumes:
1305+
- name: boskos
1306+
secret:
1307+
items:
1308+
- key: credentials
1309+
path: credentials
1310+
secretName: boskos-credentials
1311+
- name: ci-pull-credentials
1312+
secret:
1313+
secretName: ci-pull-credentials
1314+
- name: manifest-tool-local-pusher
1315+
secret:
1316+
secretName: manifest-tool-local-pusher
1317+
- name: pull-secret
1318+
secret:
1319+
secretName: registry-pull-credentials
1320+
- name: result-aggregator
1321+
secret:
1322+
secretName: result-aggregator
1323+
trigger: (?m)^/test( | .* )e2e-gcp-operator-serial-ote-1of2,?($|\s.*)
1324+
- agent: kubernetes
1325+
always_run: true
1326+
branches:
1327+
- ^main$
1328+
- ^main-
1329+
cluster: build08
1330+
context: ci/prow/e2e-gcp-operator-serial-ote-2of2
1331+
decorate: true
1332+
labels:
1333+
ci-operator.openshift.io/cloud: gcp
1334+
ci-operator.openshift.io/cloud-cluster-profile: gcp
1335+
ci.openshift.io/generator: prowgen
1336+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
1337+
name: pull-ci-openshift-cluster-kube-apiserver-operator-main-e2e-gcp-operator-serial-ote-2of2
1338+
optional: true
1339+
rerun_command: /test e2e-gcp-operator-serial-ote-2of2
1340+
spec:
1341+
containers:
1342+
- args:
1343+
- --gcs-upload-secret=/secrets/gcs/service-account.json
1344+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
1345+
- --lease-server-credentials-file=/etc/boskos/credentials
1346+
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 2"
12721347
- --report-credentials-file=/etc/report/credentials
12731348
- --secret-dir=/secrets/ci-pull-credentials
12741349
- --target=e2e-gcp-operator-serial-ote
@@ -1319,7 +1394,7 @@ presubmits:
13191394
- name: result-aggregator
13201395
secret:
13211396
secretName: result-aggregator
1322-
trigger: (?m)^/test( | .* )e2e-gcp-operator-serial-ote,?($|\s.*)
1397+
trigger: (?m)^/test( | .* )e2e-gcp-operator-serial-ote-2of2,?($|\s.*)
13231398
- agent: kubernetes
13241399
always_run: false
13251400
branches:

ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.22-presubmits.yaml

Lines changed: 79 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,22 +1253,97 @@ presubmits:
12531253
- ^release-4\.22$
12541254
- ^release-4\.22-
12551255
cluster: build04
1256-
context: ci/prow/e2e-gcp-operator-serial-ote
1256+
context: ci/prow/e2e-gcp-operator-serial-ote-1of2
12571257
decorate: true
12581258
labels:
12591259
ci-operator.openshift.io/cloud: gcp
12601260
ci-operator.openshift.io/cloud-cluster-profile: gcp
12611261
ci.openshift.io/generator: prowgen
12621262
pj-rehearse.openshift.io/can-be-rehearsed: "true"
1263-
name: pull-ci-openshift-cluster-kube-apiserver-operator-release-4.22-e2e-gcp-operator-serial-ote
1263+
name: pull-ci-openshift-cluster-kube-apiserver-operator-release-4.22-e2e-gcp-operator-serial-ote-1of2
12641264
optional: true
1265-
rerun_command: /test e2e-gcp-operator-serial-ote
1265+
rerun_command: /test e2e-gcp-operator-serial-ote-1of2
12661266
spec:
12671267
containers:
12681268
- args:
12691269
- --gcs-upload-secret=/secrets/gcs/service-account.json
12701270
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
12711271
- --lease-server-credentials-file=/etc/boskos/credentials
1272+
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 1"
1273+
- --report-credentials-file=/etc/report/credentials
1274+
- --secret-dir=/secrets/ci-pull-credentials
1275+
- --target=e2e-gcp-operator-serial-ote
1276+
command:
1277+
- ci-operator
1278+
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
1279+
imagePullPolicy: Always
1280+
name: ""
1281+
resources:
1282+
requests:
1283+
cpu: 10m
1284+
volumeMounts:
1285+
- mountPath: /etc/boskos
1286+
name: boskos
1287+
readOnly: true
1288+
- mountPath: /secrets/ci-pull-credentials
1289+
name: ci-pull-credentials
1290+
readOnly: true
1291+
- mountPath: /secrets/gcs
1292+
name: gcs-credentials
1293+
readOnly: true
1294+
- mountPath: /secrets/manifest-tool
1295+
name: manifest-tool-local-pusher
1296+
readOnly: true
1297+
- mountPath: /etc/pull-secret
1298+
name: pull-secret
1299+
readOnly: true
1300+
- mountPath: /etc/report
1301+
name: result-aggregator
1302+
readOnly: true
1303+
serviceAccountName: ci-operator
1304+
volumes:
1305+
- name: boskos
1306+
secret:
1307+
items:
1308+
- key: credentials
1309+
path: credentials
1310+
secretName: boskos-credentials
1311+
- name: ci-pull-credentials
1312+
secret:
1313+
secretName: ci-pull-credentials
1314+
- name: manifest-tool-local-pusher
1315+
secret:
1316+
secretName: manifest-tool-local-pusher
1317+
- name: pull-secret
1318+
secret:
1319+
secretName: registry-pull-credentials
1320+
- name: result-aggregator
1321+
secret:
1322+
secretName: result-aggregator
1323+
trigger: (?m)^/test( | .* )e2e-gcp-operator-serial-ote-1of2,?($|\s.*)
1324+
- agent: kubernetes
1325+
always_run: true
1326+
branches:
1327+
- ^release-4\.22$
1328+
- ^release-4\.22-
1329+
cluster: build04
1330+
context: ci/prow/e2e-gcp-operator-serial-ote-2of2
1331+
decorate: true
1332+
labels:
1333+
ci-operator.openshift.io/cloud: gcp
1334+
ci-operator.openshift.io/cloud-cluster-profile: gcp
1335+
ci.openshift.io/generator: prowgen
1336+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
1337+
name: pull-ci-openshift-cluster-kube-apiserver-operator-release-4.22-e2e-gcp-operator-serial-ote-2of2
1338+
optional: true
1339+
rerun_command: /test e2e-gcp-operator-serial-ote-2of2
1340+
spec:
1341+
containers:
1342+
- args:
1343+
- --gcs-upload-secret=/secrets/gcs/service-account.json
1344+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
1345+
- --lease-server-credentials-file=/etc/boskos/credentials
1346+
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 2"
12721347
- --report-credentials-file=/etc/report/credentials
12731348
- --secret-dir=/secrets/ci-pull-credentials
12741349
- --target=e2e-gcp-operator-serial-ote
@@ -1319,7 +1394,7 @@ presubmits:
13191394
- name: result-aggregator
13201395
secret:
13211396
secretName: result-aggregator
1322-
trigger: (?m)^/test( | .* )e2e-gcp-operator-serial-ote,?($|\s.*)
1397+
trigger: (?m)^/test( | .* )e2e-gcp-operator-serial-ote-2of2,?($|\s.*)
13231398
- agent: kubernetes
13241399
always_run: false
13251400
branches:

ci-operator/jobs/openshift/cluster-kube-apiserver-operator/openshift-cluster-kube-apiserver-operator-release-4.23-presubmits.yaml

Lines changed: 79 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,22 +1253,97 @@ presubmits:
12531253
- ^release-4\.23$
12541254
- ^release-4\.23-
12551255
cluster: build04
1256-
context: ci/prow/e2e-gcp-operator-serial-ote
1256+
context: ci/prow/e2e-gcp-operator-serial-ote-1of2
12571257
decorate: true
12581258
labels:
12591259
ci-operator.openshift.io/cloud: gcp
12601260
ci-operator.openshift.io/cloud-cluster-profile: gcp
12611261
ci.openshift.io/generator: prowgen
12621262
pj-rehearse.openshift.io/can-be-rehearsed: "true"
1263-
name: pull-ci-openshift-cluster-kube-apiserver-operator-release-4.23-e2e-gcp-operator-serial-ote
1263+
name: pull-ci-openshift-cluster-kube-apiserver-operator-release-4.23-e2e-gcp-operator-serial-ote-1of2
12641264
optional: true
1265-
rerun_command: /test e2e-gcp-operator-serial-ote
1265+
rerun_command: /test e2e-gcp-operator-serial-ote-1of2
12661266
spec:
12671267
containers:
12681268
- args:
12691269
- --gcs-upload-secret=/secrets/gcs/service-account.json
12701270
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
12711271
- --lease-server-credentials-file=/etc/boskos/credentials
1272+
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 1"
1273+
- --report-credentials-file=/etc/report/credentials
1274+
- --secret-dir=/secrets/ci-pull-credentials
1275+
- --target=e2e-gcp-operator-serial-ote
1276+
command:
1277+
- ci-operator
1278+
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
1279+
imagePullPolicy: Always
1280+
name: ""
1281+
resources:
1282+
requests:
1283+
cpu: 10m
1284+
volumeMounts:
1285+
- mountPath: /etc/boskos
1286+
name: boskos
1287+
readOnly: true
1288+
- mountPath: /secrets/ci-pull-credentials
1289+
name: ci-pull-credentials
1290+
readOnly: true
1291+
- mountPath: /secrets/gcs
1292+
name: gcs-credentials
1293+
readOnly: true
1294+
- mountPath: /secrets/manifest-tool
1295+
name: manifest-tool-local-pusher
1296+
readOnly: true
1297+
- mountPath: /etc/pull-secret
1298+
name: pull-secret
1299+
readOnly: true
1300+
- mountPath: /etc/report
1301+
name: result-aggregator
1302+
readOnly: true
1303+
serviceAccountName: ci-operator
1304+
volumes:
1305+
- name: boskos
1306+
secret:
1307+
items:
1308+
- key: credentials
1309+
path: credentials
1310+
secretName: boskos-credentials
1311+
- name: ci-pull-credentials
1312+
secret:
1313+
secretName: ci-pull-credentials
1314+
- name: manifest-tool-local-pusher
1315+
secret:
1316+
secretName: manifest-tool-local-pusher
1317+
- name: pull-secret
1318+
secret:
1319+
secretName: registry-pull-credentials
1320+
- name: result-aggregator
1321+
secret:
1322+
secretName: result-aggregator
1323+
trigger: (?m)^/test( | .* )e2e-gcp-operator-serial-ote-1of2,?($|\s.*)
1324+
- agent: kubernetes
1325+
always_run: true
1326+
branches:
1327+
- ^release-4\.23$
1328+
- ^release-4\.23-
1329+
cluster: build04
1330+
context: ci/prow/e2e-gcp-operator-serial-ote-2of2
1331+
decorate: true
1332+
labels:
1333+
ci-operator.openshift.io/cloud: gcp
1334+
ci-operator.openshift.io/cloud-cluster-profile: gcp
1335+
ci.openshift.io/generator: prowgen
1336+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
1337+
name: pull-ci-openshift-cluster-kube-apiserver-operator-release-4.23-e2e-gcp-operator-serial-ote-2of2
1338+
optional: true
1339+
rerun_command: /test e2e-gcp-operator-serial-ote-2of2
1340+
spec:
1341+
containers:
1342+
- args:
1343+
- --gcs-upload-secret=/secrets/gcs/service-account.json
1344+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
1345+
- --lease-server-credentials-file=/etc/boskos/credentials
1346+
- --multi-stage-param=SHARD_ARGS="--shard-count 2 --shard-id 2"
12721347
- --report-credentials-file=/etc/report/credentials
12731348
- --secret-dir=/secrets/ci-pull-credentials
12741349
- --target=e2e-gcp-operator-serial-ote
@@ -1319,7 +1394,7 @@ presubmits:
13191394
- name: result-aggregator
13201395
secret:
13211396
secretName: result-aggregator
1322-
trigger: (?m)^/test( | .* )e2e-gcp-operator-serial-ote,?($|\s.*)
1397+
trigger: (?m)^/test( | .* )e2e-gcp-operator-serial-ote-2of2,?($|\s.*)
13231398
- agent: kubernetes
13241399
always_run: false
13251400
branches:

0 commit comments

Comments
 (0)