From ea935f784e3fe044b34f62af73ab2c68c627381a Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Fri, 29 Jan 2021 12:30:10 -0500 Subject: [PATCH] prep kubernetes/org jobs for default branch rename specificalky - add main to any pre/postsubmit triggers that reference master - try removing explicit master extra_ref, see if that gets us default branch --- config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml b/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml index 22be2af6b6db6..d138cdc430701 100644 --- a/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml +++ b/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml @@ -4,6 +4,7 @@ postsubmits: cluster: test-infra-trusted decorate: true branches: + - ^main$ - ^master$ max_concurrency: 1 spec: @@ -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