Skip to content

Commit

Permalink
Fix location of Prow's Tide configuration (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored and feast-ci-bot committed Jan 4, 2019
1 parent ccbf615 commit 14cb64c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
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

0 comments on commit 14cb64c

Please sign in to comment.