diff --git a/config/prow/config.yaml b/config/prow/config.yaml index 104b27d1..148d9ad0 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 00000000..eb138bf0 --- /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 d1b2f11d..f221511e 100644 --- a/config/prow/plugins.yaml +++ b/config/prow/plugins.yaml @@ -10,6 +10,7 @@ plugins: - help - heart - hold + - needs-rebase - label - lgtm - trigger