summaryrefslogtreecommitdiffstats
path: root/build-gluster-org
diff options
context:
space:
mode:
Diffstat (limited to 'build-gluster-org')
-rw-r--r--build-gluster-org/jobs/untriaged-bugs.yml26
-rw-r--r--build-gluster-org/scripts/untriaged-bugs.sh5
2 files changed, 0 insertions, 31 deletions
diff --git a/build-gluster-org/jobs/untriaged-bugs.yml b/build-gluster-org/jobs/untriaged-bugs.yml
deleted file mode 100644
index eedca86..0000000
--- a/build-gluster-org/jobs/untriaged-bugs.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-- job:
- name: untriaged-bugs
- node: bugzilla
- description: "List out the untriaged bugs"
- project-type: freestyle
-
- triggers:
- - timed: "H 1 * * 1"
-
- publishers:
- - email-ext:
- recipients: gluster-devel@gluster.org
- subject: Weekly Untriaged Bugs
- body: '${BUILD_LOG_REGEX,regex="^http.*"}'
- attach-build-log: true
- success: true
-
- builders:
- - shell: !include-raw: ../scripts/untriaged-bugs.sh
-
- wrappers:
- - timeout:
- timeout: 30
- abort: true
- type: absolute
- - timestamps
diff --git a/build-gluster-org/scripts/untriaged-bugs.sh b/build-gluster-org/scripts/untriaged-bugs.sh
deleted file mode 100644
index 134035d..0000000
--- a/build-gluster-org/scripts/untriaged-bugs.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-set -e
-echo "Weekly GlusterFS Untriaged Bugs Report"
-echo ""
-bugzilla query --outputformat='https://bugzilla.redhat.com/%{id} / %{component}: %{summary}' --from-url='https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&product=GlusterFS&chfield=[Bug creation]&chfieldfrom=-4w&chfieldto=Now&f1=keywords&o1=notsubstring&v1=Triaged' | sort -k 3