Skip to content
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
20 changes: 19 additions & 1 deletion testing/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,22 @@ postsubmits:
containers:
- image: us.gcr.io/kf-feast/test-image:1.0.0
args: ["make", "test"]
imagePullPolicy: Always
imagePullPolicy: Always

tide:
queries:
- repos:
- gojek/feast
labels:
- lgtm
- approved
missingLabels:
- do-not-merge
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- needs-rebase
merge_method:
gojek/feast: squash
blocker_label: merge-blocker
squash_label: tide/squash
20 changes: 1 addition & 19 deletions testing/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,4 @@ plugins:
- size
- verify-owners # Validates OWNERS file changes in PRs.
- wip # Applies a label to PRs with wip in the title to block merge
- trigger

tide:
queries:
- repos:
- gojek/feast
labels:
- lgtm
- approved
missingLabels:
- do-not-merge
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- needs-rebase
merge_method:
gojek/feast: squash
blocker_label: merge-blocker
squash_label: tide/squash
- trigger