Skip to content

Commit 3b58e1b

Browse files
Merge pull request openshift#18425 from openshift-bot/auto-config-brancher
Automate config brancher by auto-config-brancher job at Fri, 07 May 2021 19:08:56 UTC
2 parents 1ab831e + fa7ef1c commit 3b58e1b

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

ci-operator/config/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ tests:
8888
test:
8989
- ref: windows-e2e-operator-test-with-custom-vxlan-port
9090
workflow: ipi-aws-ovn-hybrid-custom-vxlan-port
91-
- as: e2e-vsphere-ovn
92-
steps:
93-
cluster_profile: vsphere
94-
workflow: openshift-e2e-vsphere-ovn
9591
- as: e2e-azure-ovn
9692
steps:
9793
cluster_profile: azure4

ci-operator/jobs/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.6-presubmits.yaml

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -683,81 +683,6 @@ presubmits:
683683
secret:
684684
secretName: result-aggregator
685685
trigger: (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*)
686-
- agent: kubernetes
687-
always_run: true
688-
branches:
689-
- release-4.6
690-
cluster: vsphere
691-
context: ci/prow/e2e-vsphere-ovn
692-
decorate: true
693-
decoration_config:
694-
skip_cloning: true
695-
hidden: true
696-
labels:
697-
ci-operator.openshift.io/prowgen-controlled: "true"
698-
pj-rehearse.openshift.io/can-be-rehearsed: "true"
699-
name: pull-ci-openshift-priv-ovn-kubernetes-release-4.6-e2e-vsphere-ovn
700-
path_alias: github.com/openshift/ovn-kubernetes
701-
rerun_command: /test e2e-vsphere-ovn
702-
spec:
703-
containers:
704-
- args:
705-
- --gcs-upload-secret=/secrets/gcs/service-account.json
706-
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
707-
- --lease-server-credentials-file=/etc/boskos/credentials
708-
- --oauth-token-path=/usr/local/github-credentials/oauth
709-
- --report-credentials-file=/etc/report/credentials
710-
- --secret-dir=/usr/local/e2e-vsphere-ovn-cluster-profile
711-
- --target=e2e-vsphere-ovn
712-
command:
713-
- ci-operator
714-
image: ci-operator:latest
715-
imagePullPolicy: Always
716-
name: ""
717-
resources:
718-
requests:
719-
cpu: 10m
720-
volumeMounts:
721-
- mountPath: /etc/boskos
722-
name: boskos
723-
readOnly: true
724-
- mountPath: /usr/local/e2e-vsphere-ovn-cluster-profile
725-
name: cluster-profile
726-
- mountPath: /secrets/gcs
727-
name: gcs-credentials
728-
readOnly: true
729-
- mountPath: /usr/local/github-credentials
730-
name: github-credentials-openshift-ci-robot-private-git-cloner
731-
readOnly: true
732-
- mountPath: /etc/pull-secret
733-
name: pull-secret
734-
readOnly: true
735-
- mountPath: /etc/report
736-
name: result-aggregator
737-
readOnly: true
738-
serviceAccountName: ci-operator
739-
volumes:
740-
- name: boskos
741-
secret:
742-
items:
743-
- key: credentials
744-
path: credentials
745-
secretName: boskos-credentials
746-
- name: cluster-profile
747-
projected:
748-
sources:
749-
- secret:
750-
name: cluster-secrets-vsphere
751-
- name: github-credentials-openshift-ci-robot-private-git-cloner
752-
secret:
753-
secretName: github-credentials-openshift-ci-robot-private-git-cloner
754-
- name: pull-secret
755-
secret:
756-
secretName: registry-pull-credentials
757-
- name: result-aggregator
758-
secret:
759-
secretName: result-aggregator
760-
trigger: (?m)^/test( | .* )e2e-vsphere-ovn,?($|\s.*)
761686
- agent: kubernetes
762687
always_run: true
763688
branches:

0 commit comments

Comments
 (0)