Skip to content
Merged
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 @@ -38,7 +38,7 @@ postsubmits:
- agent: kubernetes
branches:
- ^main$
cluster: app.ci
cluster: core-ci
decorate: true
labels:
ci.openshift.io/role: infra
Expand Down Expand Up @@ -152,7 +152,7 @@ postsubmits:
- agent: kubernetes
branches:
- ^main$
cluster: app.ci
cluster: core-ci
decorate: true
labels:
ci.openshift.io/role: infra
Expand All @@ -162,17 +162,30 @@ postsubmits:
containers:
- command:
- hack/annotate.sh
env:
- name: KUBECONFIG
value: /etc/build-farm-credentials/kubeconfig
image: quay-proxy.ci.openshift.org/openshift/ci:ocp_cli-jq_latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
serviceAccountName: config-updater
volumeMounts:
- mountPath: /etc/build-farm-credentials
name: build-farm-credentials
readOnly: true
volumes:
- name: build-farm-credentials
secret:
items:
- key: sa.config-updater.app.ci.config
path: kubeconfig
secretName: config-updater
- agent: kubernetes
branches:
- ^main$
cluster: app.ci
cluster: core-ci
decorate: true
labels:
ci.openshift.io/build-farm: vsphere02
Expand All @@ -183,10 +196,10 @@ postsubmits:
spec:
containers:
- args:
- --config-dir=clusters/build-clusters/vsphere02
- --as=
- --kubeconfig=/etc/build-farm-credentials/kubeconfig
- --config-dir=clusters/build-clusters/vsphere02
- --confirm=true
- --kubeconfig=/etc/build-farm-credentials/kubeconfig
command:
- applyconfig
image: quay.io/openshift/ci-public:ci_applyconfig_latest
Expand All @@ -199,7 +212,6 @@ postsubmits:
- mountPath: /etc/build-farm-credentials
name: build-farm-credentials
readOnly: true
serviceAccountName: config-updater
volumes:
- name: build-farm-credentials
secret:
Expand Down
6 changes: 3 additions & 3 deletions core-services/sanitize-prow-jobs/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25954,12 +25954,9 @@ groups:
- branch-ci-openshift-release-main-build06-apply
- branch-ci-openshift-release-main-build07-apply
- branch-ci-openshift-release-main-build11-apply
- branch-ci-openshift-release-main-config-change-trigger
- branch-ci-openshift-release-main-gsm-secrets-reconciler
- branch-ci-openshift-release-main-label-sync
- branch-ci-openshift-release-main-release-controller-annotate
- branch-ci-openshift-release-main-vsphere-apply
- branch-ci-openshift-release-main-vsphere02-apply
- openshift-release-main-config-bootstrapper
- periodic-openshift-release-main-accept-invitations-cherrypick-robot
- periodic-openshift-release-main-accept-invitations-ci-robot
Expand Down Expand Up @@ -25996,6 +25993,9 @@ groups:
- release-openshift-origin-installer-launch-metal-qe-modern
core-ci:
jobs:
- branch-ci-openshift-release-main-config-change-trigger
- branch-ci-openshift-release-main-release-controller-annotate
- branch-ci-openshift-release-main-vsphere02-apply
- periodic-build01-upgrade
- periodic-build03-upgrade
- periodic-build04-upgrade
Expand Down