From e7bb1b8c0e315b353abc9e949c06df35bf11ab08 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 29 Aug 2018 10:59:03 -0700 Subject: [PATCH 1/2] cluster/ci/config/prow/labels: Drop retest-not-required-docs-only Catching up with 8e62330f (Remove docs-no-retest plugin, 2018-08-28, #1295). --- cluster/ci/config/prow/labels.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cluster/ci/config/prow/labels.yaml b/cluster/ci/config/prow/labels.yaml index 2e45297ca8db..3119a57c7c58 100644 --- a/cluster/ci/config/prow/labels.yaml +++ b/cluster/ci/config/prow/labels.yaml @@ -165,12 +165,6 @@ labels: name: retest-not-required target: prs addedBy: humans - - color: fbca04 - description: Indicates that a PR doesn't need to be retested prior to merge because it only changes docs. At present only submit-queue consumes this label. Unclear whether we're going to modify tide to respect this or not ([kubernetes/test-infra#7195](https://github.com/kubernetes/test-infra/issues/7195)) - name: retest-not-required-docs-only - target: prs - prowPlugin: docs-no-retest - addedBy: prow - color: ee9900 description: Denotes a PR that changes 100-499 lines, ignoring generated files. name: size/L From c1ca9be96e375f9a7b92aa0ee7d1f9c1264f2347 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 29 Aug 2018 11:08:27 -0700 Subject: [PATCH 2/2] cluster/ci/config/prow/labels: Drop retest-not-required Tide doesn't consume this (per the label description), so drop it until it's meaningful. --- cluster/ci/config/prow/labels.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cluster/ci/config/prow/labels.yaml b/cluster/ci/config/prow/labels.yaml index 3119a57c7c58..ea3a404a852e 100644 --- a/cluster/ci/config/prow/labels.yaml +++ b/cluster/ci/config/prow/labels.yaml @@ -160,11 +160,6 @@ labels: name: queue/multiple-rebases target: prs addedBy: humans - - color: eb6420 - description: Indicates that a PR doesn't need to be retested prior to merge. At present only submit-queue consumes this label. Unclear whether we're going to modify tide to respect this or not ([kubernetes/test-infra#5334](https://github.com/kubernetes/test-infra/issues/5334)) - name: retest-not-required - target: prs - addedBy: humans - color: ee9900 description: Denotes a PR that changes 100-499 lines, ignoring generated files. name: size/L