Skip to content

Commit 104d79b

Browse files
openshift-botci-robot
authored and
ci-robot
committed
ci-operator-prowgen --from-dir ./ci-operator/config --to-dir ./ci-operator/jobs
1 parent 0c50c1c commit 104d79b

6 files changed

+252
-6
lines changed

ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-main-presubmits.yaml

+82
Original file line numberDiff line numberDiff line change
@@ -9556,6 +9556,88 @@ presubmits:
95569556
secret:
95579557
secretName: result-aggregator
95589558
trigger: (?m)^/test( | .* )e2e-vsphere-ovn-multi-network,?($|\s.*)
9559+
- agent: kubernetes
9560+
always_run: true
9561+
branches:
9562+
- ^main$
9563+
- ^main-
9564+
context: ci/prow/e2e-vsphere-ovn-multi-network-techpreview
9565+
decorate: true
9566+
decoration_config:
9567+
oauth_token_secret:
9568+
key: oauth
9569+
name: github-credentials-openshift-ci-robot-private-git-cloner
9570+
hidden: true
9571+
labels:
9572+
ci-operator.openshift.io/cloud: vsphere
9573+
ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic
9574+
ci.openshift.io/generator: prowgen
9575+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
9576+
name: pull-ci-openshift-priv-installer-main-e2e-vsphere-ovn-multi-network-techpreview
9577+
optional: true
9578+
path_alias: github.com/openshift/installer
9579+
rerun_command: /test e2e-vsphere-ovn-multi-network-techpreview
9580+
spec:
9581+
containers:
9582+
- args:
9583+
- --gcs-upload-secret=/secrets/gcs/service-account.json
9584+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
9585+
- --lease-server-credentials-file=/etc/boskos/credentials
9586+
- --oauth-token-path=/usr/local/github-credentials/oauth
9587+
- --report-credentials-file=/etc/report/credentials
9588+
- --secret-dir=/secrets/ci-pull-credentials
9589+
- --target=e2e-vsphere-ovn-multi-network-techpreview
9590+
command:
9591+
- ci-operator
9592+
image: ci-operator:latest
9593+
imagePullPolicy: Always
9594+
name: ""
9595+
resources:
9596+
requests:
9597+
cpu: 10m
9598+
volumeMounts:
9599+
- mountPath: /etc/boskos
9600+
name: boskos
9601+
readOnly: true
9602+
- mountPath: /secrets/ci-pull-credentials
9603+
name: ci-pull-credentials
9604+
readOnly: true
9605+
- mountPath: /secrets/gcs
9606+
name: gcs-credentials
9607+
readOnly: true
9608+
- mountPath: /usr/local/github-credentials
9609+
name: github-credentials-openshift-ci-robot-private-git-cloner
9610+
readOnly: true
9611+
- mountPath: /secrets/manifest-tool
9612+
name: manifest-tool-local-pusher
9613+
readOnly: true
9614+
- mountPath: /etc/pull-secret
9615+
name: pull-secret
9616+
readOnly: true
9617+
- mountPath: /etc/report
9618+
name: result-aggregator
9619+
readOnly: true
9620+
serviceAccountName: ci-operator
9621+
volumes:
9622+
- name: boskos
9623+
secret:
9624+
items:
9625+
- key: credentials
9626+
path: credentials
9627+
secretName: boskos-credentials
9628+
- name: ci-pull-credentials
9629+
secret:
9630+
secretName: ci-pull-credentials
9631+
- name: manifest-tool-local-pusher
9632+
secret:
9633+
secretName: manifest-tool-local-pusher
9634+
- name: pull-secret
9635+
secret:
9636+
secretName: registry-pull-credentials
9637+
- name: result-aggregator
9638+
secret:
9639+
secretName: result-aggregator
9640+
trigger: (?m)^/test( | .* )e2e-vsphere-ovn-multi-network-techpreview,?($|\s.*)
95599641
- agent: kubernetes
95609642
always_run: false
95619643
branches:

ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.19-presubmits.yaml

+82
Original file line numberDiff line numberDiff line change
@@ -9564,6 +9564,88 @@ presubmits:
95649564
secret:
95659565
secretName: result-aggregator
95669566
trigger: (?m)^/test( | .* )e2e-vsphere-ovn-multi-network,?($|\s.*)
9567+
- agent: kubernetes
9568+
always_run: true
9569+
branches:
9570+
- ^release-4\.19$
9571+
- ^release-4\.19-
9572+
context: ci/prow/e2e-vsphere-ovn-multi-network-techpreview
9573+
decorate: true
9574+
decoration_config:
9575+
oauth_token_secret:
9576+
key: oauth
9577+
name: github-credentials-openshift-ci-robot-private-git-cloner
9578+
hidden: true
9579+
labels:
9580+
ci-operator.openshift.io/cloud: vsphere
9581+
ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic
9582+
ci.openshift.io/generator: prowgen
9583+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
9584+
name: pull-ci-openshift-priv-installer-release-4.19-e2e-vsphere-ovn-multi-network-techpreview
9585+
optional: true
9586+
path_alias: github.com/openshift/installer
9587+
rerun_command: /test e2e-vsphere-ovn-multi-network-techpreview
9588+
spec:
9589+
containers:
9590+
- args:
9591+
- --gcs-upload-secret=/secrets/gcs/service-account.json
9592+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
9593+
- --lease-server-credentials-file=/etc/boskos/credentials
9594+
- --oauth-token-path=/usr/local/github-credentials/oauth
9595+
- --report-credentials-file=/etc/report/credentials
9596+
- --secret-dir=/secrets/ci-pull-credentials
9597+
- --target=e2e-vsphere-ovn-multi-network-techpreview
9598+
command:
9599+
- ci-operator
9600+
image: ci-operator:latest
9601+
imagePullPolicy: Always
9602+
name: ""
9603+
resources:
9604+
requests:
9605+
cpu: 10m
9606+
volumeMounts:
9607+
- mountPath: /etc/boskos
9608+
name: boskos
9609+
readOnly: true
9610+
- mountPath: /secrets/ci-pull-credentials
9611+
name: ci-pull-credentials
9612+
readOnly: true
9613+
- mountPath: /secrets/gcs
9614+
name: gcs-credentials
9615+
readOnly: true
9616+
- mountPath: /usr/local/github-credentials
9617+
name: github-credentials-openshift-ci-robot-private-git-cloner
9618+
readOnly: true
9619+
- mountPath: /secrets/manifest-tool
9620+
name: manifest-tool-local-pusher
9621+
readOnly: true
9622+
- mountPath: /etc/pull-secret
9623+
name: pull-secret
9624+
readOnly: true
9625+
- mountPath: /etc/report
9626+
name: result-aggregator
9627+
readOnly: true
9628+
serviceAccountName: ci-operator
9629+
volumes:
9630+
- name: boskos
9631+
secret:
9632+
items:
9633+
- key: credentials
9634+
path: credentials
9635+
secretName: boskos-credentials
9636+
- name: ci-pull-credentials
9637+
secret:
9638+
secretName: ci-pull-credentials
9639+
- name: manifest-tool-local-pusher
9640+
secret:
9641+
secretName: manifest-tool-local-pusher
9642+
- name: pull-secret
9643+
secret:
9644+
secretName: registry-pull-credentials
9645+
- name: result-aggregator
9646+
secret:
9647+
secretName: result-aggregator
9648+
trigger: (?m)^/test( | .* )e2e-vsphere-ovn-multi-network-techpreview,?($|\s.*)
95679649
- agent: kubernetes
95689650
always_run: false
95699651
branches:

ci-operator/jobs/openshift-priv/installer/openshift-priv-installer-release-4.20-presubmits.yaml

+82
Original file line numberDiff line numberDiff line change
@@ -9564,6 +9564,88 @@ presubmits:
95649564
secret:
95659565
secretName: result-aggregator
95669566
trigger: (?m)^/test( | .* )e2e-vsphere-ovn-multi-network,?($|\s.*)
9567+
- agent: kubernetes
9568+
always_run: true
9569+
branches:
9570+
- ^release-4\.20$
9571+
- ^release-4\.20-
9572+
context: ci/prow/e2e-vsphere-ovn-multi-network-techpreview
9573+
decorate: true
9574+
decoration_config:
9575+
oauth_token_secret:
9576+
key: oauth
9577+
name: github-credentials-openshift-ci-robot-private-git-cloner
9578+
hidden: true
9579+
labels:
9580+
ci-operator.openshift.io/cloud: vsphere
9581+
ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic
9582+
ci.openshift.io/generator: prowgen
9583+
pj-rehearse.openshift.io/can-be-rehearsed: "true"
9584+
name: pull-ci-openshift-priv-installer-release-4.20-e2e-vsphere-ovn-multi-network-techpreview
9585+
optional: true
9586+
path_alias: github.com/openshift/installer
9587+
rerun_command: /test e2e-vsphere-ovn-multi-network-techpreview
9588+
spec:
9589+
containers:
9590+
- args:
9591+
- --gcs-upload-secret=/secrets/gcs/service-account.json
9592+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
9593+
- --lease-server-credentials-file=/etc/boskos/credentials
9594+
- --oauth-token-path=/usr/local/github-credentials/oauth
9595+
- --report-credentials-file=/etc/report/credentials
9596+
- --secret-dir=/secrets/ci-pull-credentials
9597+
- --target=e2e-vsphere-ovn-multi-network-techpreview
9598+
command:
9599+
- ci-operator
9600+
image: ci-operator:latest
9601+
imagePullPolicy: Always
9602+
name: ""
9603+
resources:
9604+
requests:
9605+
cpu: 10m
9606+
volumeMounts:
9607+
- mountPath: /etc/boskos
9608+
name: boskos
9609+
readOnly: true
9610+
- mountPath: /secrets/ci-pull-credentials
9611+
name: ci-pull-credentials
9612+
readOnly: true
9613+
- mountPath: /secrets/gcs
9614+
name: gcs-credentials
9615+
readOnly: true
9616+
- mountPath: /usr/local/github-credentials
9617+
name: github-credentials-openshift-ci-robot-private-git-cloner
9618+
readOnly: true
9619+
- mountPath: /secrets/manifest-tool
9620+
name: manifest-tool-local-pusher
9621+
readOnly: true
9622+
- mountPath: /etc/pull-secret
9623+
name: pull-secret
9624+
readOnly: true
9625+
- mountPath: /etc/report
9626+
name: result-aggregator
9627+
readOnly: true
9628+
serviceAccountName: ci-operator
9629+
volumes:
9630+
- name: boskos
9631+
secret:
9632+
items:
9633+
- key: credentials
9634+
path: credentials
9635+
secretName: boskos-credentials
9636+
- name: ci-pull-credentials
9637+
secret:
9638+
secretName: ci-pull-credentials
9639+
- name: manifest-tool-local-pusher
9640+
secret:
9641+
secretName: manifest-tool-local-pusher
9642+
- name: pull-secret
9643+
secret:
9644+
secretName: registry-pull-credentials
9645+
- name: result-aggregator
9646+
secret:
9647+
secretName: result-aggregator
9648+
trigger: (?m)^/test( | .* )e2e-vsphere-ovn-multi-network-techpreview,?($|\s.*)
95679649
- agent: kubernetes
95689650
always_run: false
95699651
branches:

ci-operator/jobs/openshift-priv/microshift/openshift-priv-microshift-main-presubmits.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ presubmits:
692692
skip_cloning: true
693693
hidden: true
694694
labels:
695+
capability/intranet: intranet
695696
ci-operator.openshift.io/cloud: aws
696697
ci-operator.openshift.io/cloud-cluster-profile: aws
697-
ci-operator.openshift.io/cluster: build11
698698
ci.openshift.io/generator: prowgen
699699
job-release: "4.19"
700700
pj-rehearse.openshift.io/can-be-rehearsed: "true"
@@ -778,9 +778,9 @@ presubmits:
778778
skip_cloning: true
779779
hidden: true
780780
labels:
781+
capability/intranet: intranet
781782
ci-operator.openshift.io/cloud: aws
782783
ci-operator.openshift.io/cloud-cluster-profile: aws
783-
ci-operator.openshift.io/cluster: build11
784784
ci.openshift.io/generator: prowgen
785785
job-release: "4.19"
786786
pj-rehearse.openshift.io/can-be-rehearsed: "true"

ci-operator/jobs/openshift-priv/microshift/openshift-priv-microshift-release-4.19-presubmits.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ presubmits:
692692
skip_cloning: true
693693
hidden: true
694694
labels:
695+
capability/intranet: intranet
695696
ci-operator.openshift.io/cloud: aws
696697
ci-operator.openshift.io/cloud-cluster-profile: aws
697-
ci-operator.openshift.io/cluster: build11
698698
ci.openshift.io/generator: prowgen
699699
job-release: "4.19"
700700
pj-rehearse.openshift.io/can-be-rehearsed: "true"
@@ -778,9 +778,9 @@ presubmits:
778778
skip_cloning: true
779779
hidden: true
780780
labels:
781+
capability/intranet: intranet
781782
ci-operator.openshift.io/cloud: aws
782783
ci-operator.openshift.io/cloud-cluster-profile: aws
783-
ci-operator.openshift.io/cluster: build11
784784
ci.openshift.io/generator: prowgen
785785
job-release: "4.19"
786786
pj-rehearse.openshift.io/can-be-rehearsed: "true"

ci-operator/jobs/openshift-priv/microshift/openshift-priv-microshift-release-4.20-presubmits.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ presubmits:
692692
skip_cloning: true
693693
hidden: true
694694
labels:
695+
capability/intranet: intranet
695696
ci-operator.openshift.io/cloud: aws
696697
ci-operator.openshift.io/cloud-cluster-profile: aws
697-
ci-operator.openshift.io/cluster: build11
698698
ci.openshift.io/generator: prowgen
699699
job-release: "4.20"
700700
pj-rehearse.openshift.io/can-be-rehearsed: "true"
@@ -778,9 +778,9 @@ presubmits:
778778
skip_cloning: true
779779
hidden: true
780780
labels:
781+
capability/intranet: intranet
781782
ci-operator.openshift.io/cloud: aws
782783
ci-operator.openshift.io/cloud-cluster-profile: aws
783-
ci-operator.openshift.io/cluster: build11
784784
ci.openshift.io/generator: prowgen
785785
job-release: "4.20"
786786
pj-rehearse.openshift.io/can-be-rehearsed: "true"

0 commit comments

Comments
 (0)