summaryrefslogtreecommitdiff
path: root/baserock_webserver
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-28 17:57:32 +0000
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-28 17:57:32 +0000
commit62ca087bd11df254768f163a95394801ab87b870 (patch)
tree87d03fc45e7f35977e1e5fa7160142e25447a8b4 /baserock_webserver
parent12e5b8453fafb0f6f34f998227b241efbf1fb94a (diff)
downloadinfrastructure-62ca087bd11df254768f163a95394801ab87b870.tar.gz
gitlab-bot/config.js: Adjusting configuration for buildstreambuildstream-bot-config
For now, remove the push notifications since we cannot just make sure they are only emitted for master branch. Also, add some other buildstream related projects to the list.
Diffstat (limited to 'baserock_webserver')
-rw-r--r--baserock_webserver/gitlab-bot/config.js37
1 files changed, 36 insertions, 1 deletions
diff --git a/baserock_webserver/gitlab-bot/config.js b/baserock_webserver/gitlab-bot/config.js
index 584b1563..5b0045d0 100644
--- a/baserock_webserver/gitlab-bot/config.js
+++ b/baserock_webserver/gitlab-bot/config.js
@@ -39,7 +39,7 @@ module.exports = {
project: 'BuildStream/buildstream',
network: 'gimp',
reports: {
- '#buildstream': ['push', 'merge_request', 'issue']
+ '#buildstream': ['merge_request', 'issue']
}
},
{
@@ -50,6 +50,41 @@ module.exports = {
}
},
{
+ project: 'BuildStream/jhbuild2bst',
+ network: 'gimp',
+ reports: {
+ '#buildstream': ['merge_request', 'issue']
+ }
+ },
+ {
+ project: 'BuildStream/defs2bst',
+ network: 'gimp',
+ reports: {
+ '#buildstream': ['merge_request', 'issue']
+ }
+ },
+ {
+ project: 'BuildStream/debootstrap-ostree',
+ network: 'gimp',
+ reports: {
+ '#buildstream': ['merge_request', 'issue']
+ }
+ },
+ {
+ project: 'BuildStream/gnome-modulesets-base',
+ network: 'gimp',
+ reports: {
+ '#buildstream': ['merge_request', 'issue']
+ }
+ },
+ {
+ project: 'BuildStream/cargo-fetcher',
+ network: 'gimp',
+ reports: {
+ '#buildstream': ['merge_request', 'issue']
+ }
+ },
+ {
project: 'BuildStream/buildstream-docker-images',
network: 'gimp',
reports: {