Skip to content

Commit 164b29b

Browse files
authored
Changes to pipeline controller (openshift#63378)
Signed-off-by: Jakub Guzik <[email protected]>
1 parent bbad41e commit 164b29b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

clusters/app.ci/prow/03_deployment/pipeline-controller.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ items:
8585
- --github-endpoint=https://api.github.com
8686
- --github-graphql-endpoint=http://ghproxy/graphql
8787
- --config-file=/var/repo/release/core-services/pipeline-controller/config.yaml
88+
- --lgtm-config-file=/var/repo/release/core-services/pipeline-controller/lgtm-config.yaml
8889
- --hmac-secret-file=/etc/webhook/hmac.yaml
8990
resources:
9091
requests:
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
orgs:
2-
- org: openshift
3-
repos:
4-
- ci-tools
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
orgs:
2+
- org: openshift
3+
repos:
4+
- ci-tools

core-services/prow/02_config/openshift/_pluginconfig.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ external_plugins:
3737
- endpoint: http://pipeline-controller
3838
events:
3939
- pull_request
40+
- issue_comment
4041
name: pipeline-controller
4142
- endpoint: http://multi-pr-prow-plugin
4243
events:

0 commit comments

Comments
 (0)