Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch en-server from internal Prow to OSS Prow. #376

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 25 additions & 22 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,37 @@

tide:
merge_method:
GoogleCloudPlatform/osconfig: squash
GoogleCloudPlatform/guest-logging-go: squash
GoogleCloudPlatform/compute-image-tools: squash
GoogleCloudPlatform/guest-agent: squash
GoogleCloudPlatform/guest-configs: squash
GoogleCloudPlatform/guest-diskexpand: squash
GoogleCloudPlatform/guest-test-infra: squash
GoogleCloudPlatform/guest-logging-go: squash
GoogleCloudPlatform/guest-oslogin: squash
GoogleCloudPlatform/compute-image-tools: squash
GoogleCloudPlatform/guest-test-infra: squash
GoogleCloudPlatform/osconfig: squash
google/exposure-notifications-server: squash
target_url: https://oss-prow.knative.dev/tide
queries:
- repos:
- GoogleCloudPlatform/osconfig
- GoogleCloudPlatform/oss-test-infra
- GoogleCloudPlatform/guest-logging-go
- GoogleCloudPlatform/guest-agent
- GoogleCloudPlatform/guest-configs
- GoogleCloudPlatform/guest-diskexpand
- GoogleCloudPlatform/guest-oslogin
- GoogleCloudPlatform/testgrid
- GoogleCloudPlatform/guest-test-infra
- GoogleCloudPlatform/compute-image-tools
labels:
- lgtm
- approved
missingLabels:
- do-not-merge
- do-not-merge/hold
- do-not-merge/work-in-progress
- repos:
- GoogleCloudPlatform/compute-image-tools
- GoogleCloudPlatform/guest-agent
- GoogleCloudPlatform/guest-configs
- GoogleCloudPlatform/guest-diskexpand
- GoogleCloudPlatform/guest-logging-go
- GoogleCloudPlatform/guest-oslogin
- GoogleCloudPlatform/guest-test-infra
- GoogleCloudPlatform/osconfig
- GoogleCloudPlatform/oss-test-infra
- GoogleCloudPlatform/testgrid
- google/exposure-notifications-server
labels:
- lgtm
- approved
missingLabels:
- do-not-merge
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress

plank:
job_url_prefix_config:
Expand Down
21 changes: 21 additions & 0 deletions prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ config_updater:
approve:
- repos:
- GoogleCloudPlatform
- google
- googleforgames
require_self_approval: false

lgtm:
- repos:
- GoogleCloudPlatform
- google
- googleforgames
review_acts_as_lgtm: true

Expand Down Expand Up @@ -96,7 +98,26 @@ plugins:
- yuks # /joke

google:
- approve
- assign
- cat
- dog
- golint
- hold
- label
- lgtm
- owners-label
- pony
- shrug
- size
- trigger
- verify-owners
- wip
- yuks

google/exposure-notifications-server:
- blunderbuss
- lifecycle

# This is a gerrit repo so this config doesn't do anything. It is included
# to satisfy the checkconfig tool which expects all repos that configure
Expand Down