Skip to content

Commit

Permalink
Final fixes
Browse files Browse the repository at this point in the history
Signed-off-by: peppi-lotta <peppi-lotta.saari@est.tech>
  • Loading branch information
peppi-lotta committed Feb 6, 2024
1 parent 5889066 commit 8d7c2da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 60 deletions.
14 changes: 3 additions & 11 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ periodics:
secret:
secretName: github-token
- name: autobump-prow-images
interval: 24h
cluster: prow
cron: 0 0 * * 0
decorate: true
extra_refs:
- org: metal3-io
Expand All @@ -315,23 +314,16 @@ periodics:
command:
- generic-autobumper
args:
- --config=/etc/config/config.yaml
- --labels-override=skip-review
- --skip-if-no-oncall
- --config="prow/manifests/overlays/metal3/generic-autobumper-config.yaml"
- --signoff=true
volumeMounts:
- name: github-token
mountPath: /etc/github
readOnly: true
- name: config
mountPath: /etc/config
readOnly: true
volumes:
- name: github-token
secret:
secretName: github-token
- name: config
configMap:
name: generic-autobumper-config

presubmits:
Nordix/metal3-clusterapi-docs:
Expand Down
49 changes: 0 additions & 49 deletions prow/manifests/overlays/metal3/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ resources:
- external-plugins/needs-rebase_service.yaml
- external-plugins/labels_cronjob.yaml
- external-plugins/jenkins-operator.yaml
- external-plugins/generic-autobumper-deployment.yaml
- pdb.yaml
- limitrange.yaml

Expand All @@ -38,10 +37,6 @@ configMapGenerator:
- labels.yaml
name: label-config
namespace: prow
- files:
- config.yaml=external-plugins/generic-autobumper-config.yaml
name: generic-autobumper-config
namespace: prow

secretGenerator:
- files:
Expand Down Expand Up @@ -79,47 +74,3 @@ secretGenerator:
name: jenkins-token
namespace: prow
type: Opaque

images:
- name: gcr.io/k8s-prow/crier
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/deck
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/ghproxy
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/hook
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/horologium
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/prow-controller-manager
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/sinker
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/status-reconciler
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/tide
newTag: v20231011-33fbc60185
# External plugins
- name: gcr.io/k8s-prow/cherrypicker
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/label_sync
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/needs-rebase
newTag: v20231011-33fbc60185
- name: gcr.io/k8s-prow/jenkins-operator
newTag: v20231011-33fbc60185

patches:
- path: patches/crier.yaml
- path: patches/deck.yaml
- path: patches/ghproxy.yaml
- path: patches/hook.yaml
- path: patches/horologium.yaml
- path: patches/prow-controller-manager.yaml
- path: patches/sinker.yaml
- path: patches/statusreconciler.yaml
- path: patches/tide.yaml
# External plugins
- path: patches/cherrypicker.yaml
- path: patches/needs-rebase.yaml
- path: patches/jenkins-operator.yaml

0 comments on commit 8d7c2da

Please sign in to comment.