From 054e1cb5b6d439d62d220115d181690d4076bac7 Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Sun, 30 Oct 2022 02:36:34 +0100 Subject: [PATCH] Fix warnings and add needs-rebase plugin --- config/prow/config.yaml | 20 ++++++++++++-------- config/prow/labels.yaml | 3 +++ config/prow/plugins.yaml | 1 + 3 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 config/prow/labels.yaml diff --git a/config/prow/config.yaml b/config/prow/config.yaml index 104b27d..148d9ad 100644 --- a/config/prow/config.yaml +++ b/config/prow/config.yaml @@ -1,26 +1,30 @@ prowjob_namespace: prow pod_namespace: test-pods +allowed_clusters: + rocky-linux/peridot: + - default + deck: spyglass: lenses: - lens: name: metadata - required_files: - - started.json|finished.json + required_files: + - started.json|finished.json - lens: config: name: buildlog - required_files: - - build-log.txt + required_files: + - build-log.txt - lens: name: junit - required_files: - - bazel-testlogs/.*/test.xml + required_files: + - bazel-testlogs/.*/test.xml - lens: name: podinfo - required_files: - - podinfo.json + required_files: + - podinfo.json plank: job_url_prefix_config: diff --git a/config/prow/labels.yaml b/config/prow/labels.yaml new file mode 100644 index 0000000..eb138bf --- /dev/null +++ b/config/prow/labels.yaml @@ -0,0 +1,3 @@ +labels: + - color: 00ff00 + name: lgtm diff --git a/config/prow/plugins.yaml b/config/prow/plugins.yaml index d1b2f11..f221511 100644 --- a/config/prow/plugins.yaml +++ b/config/prow/plugins.yaml @@ -10,6 +10,7 @@ plugins: - help - heart - hold + - needs-rebase - label - lgtm - trigger