Skip to content

Commit

Permalink
prep kubernetes/org jobs for default branch rename
Browse files Browse the repository at this point in the history
specificalky
- add main to any pre/postsubmit triggers that reference master
- try removing explicit master extra_ref, see if that gets us default branch
  • Loading branch information
spiffxp committed Jan 29, 2021
1 parent 94c2ba7 commit ea935f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postsubmits:
cluster: test-infra-trusted
decorate: true
branches:
- ^main$
- ^master$
max_concurrency: 1
spec:
Expand Down Expand Up @@ -784,7 +785,6 @@ periodics:
extra_refs:
- org: kubernetes
repo: org
base_ref: master
spec:
containers:
- image: launcher.gcr.io/google/bazel:0.29.1
Expand Down

0 comments on commit ea935f7

Please sign in to comment.