Skip to content

Commit

Permalink
Merge pull request #21212 from nikhita/clean-up-master
Browse files Browse the repository at this point in the history
config: remove master branch references for k/k8s.io
  • Loading branch information
k8s-ci-robot authored Mar 7, 2021
2 parents ca62730 + c5cc48f commit 3ba9ec3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion config/jobs/image-pushing/k8s-staging-infra-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ postsubmits:
run_if_changed: "^dns/octodns-docker/"
branches:
- ^main$
- ^master$
spec:
serviceAccountName: gcb-builder
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ presubmits:
max_concurrency: 10
branches:
- ^main$
- ^master$
spec:
containers:
- image: us.gcr.io/k8s-artifacts-prod/artifact-promoter/cip:v2.4.1
Expand Down Expand Up @@ -53,7 +52,6 @@ presubmits:
max_concurrency: 1
branches:
- ^main$
- ^master$
spec:
serviceAccountName: k8s-infra-gcr-promoter-test
containers:
Expand Down
1 change: 0 additions & 1 deletion config/jobs/kubernetes/wg-k8s-infra/k8sio-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ presubmits:
run_if_changed: "^groups/"
branches:
- ^main$
- ^master$
spec:
containers:
- image: golang:1.13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ postsubmits:
max_concurrency: 1
branches:
- ^main$
- ^master$
spec:
serviceAccountName: k8s-infra-gcr-promoter
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ postsubmits:
run_if_changed: '^groups/groups.yaml'
branches:
- ^main$
- ^master$
annotations:
testgrid-create-test-group: 'true'
testgrid-dashboards: wg-k8s-infra-k8sio
Expand All @@ -127,7 +126,6 @@ postsubmits:
run_if_changed: "^dns/zone-configs/"
branches:
- ^main$
- ^master$
annotations:
testgrid-create-test-group: 'true'
testgrid-dashboards: wg-k8s-infra-k8sio
Expand All @@ -149,7 +147,6 @@ postsubmits:
run_if_changed: "^infra/gcp/clusters/projects/k8s-infra-prow-build/prow-build/resources/"
branches:
- ^main$
- ^master$
annotations:
testgrid-create-test-group: 'true'
testgrid-dashboards: wg-k8s-infra-k8sio
Expand All @@ -174,7 +171,6 @@ postsubmits:
run_if_changed: "^infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/prow-build-trusted/resources/"
branches:
- ^main$
- ^master$
annotations:
testgrid-create-test-group: 'true'
testgrid-dashboards: wg-k8s-infra-k8sio
Expand Down
1 change: 0 additions & 1 deletion config/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ milestone_applier:
master: v1.21
kubernetes/k8s.io:
main: v1.21
master: v1.21
kubernetes/kops:
master: v1.21
release-1.20: v1.20
Expand Down

0 comments on commit 3ba9ec3

Please sign in to comment.