From 7d5b8b85f43f7749dd126cec24cc9f76e216e849 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Fri, 2 Aug 2019 15:22:46 +0530 Subject: [PATCH] publishing: remove redundant rules for kubectl The release-1.15 branch has no dependencies. Adding dependencies in the rules leads to an extra unnecessary sync and is a no-op. Example - https://github.com/kubernetes/kubectl/commit/f16387a692113404c05291b3d41ec50bf51af635. --- staging/publishing/rules.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index d34f598afaa..8cccf923d26 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -637,16 +637,3 @@ rules: dir: staging/src/k8s.io/kubectl name: release-1.15 go: 1.12.5 - dependencies: - - repository: api - branch: release-1.15 - - repository: apimachinery - branch: release-1.15 - - repository: client-go - branch: release-12.0 - - repository: code-generator - branch: release-1.15 - - repository: component-base - branch: release-1.15 - - repository: metrics - branch: release-1.15