]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
bz-mill: Scrap job 1651/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 27 Aug 2020 20:05:25 +0000 (16:05 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 28 Aug 2020 02:37:12 +0000 (22:37 -0400)
Checked with Christina.  She no longer uses this job.

Signed-off-by: David Galloway <dgallowa@redhat.com>
bz-mill/build/build [deleted file]
bz-mill/build/generate_map_namespace_to_query.sh [deleted file]
bz-mill/build/head [deleted file]
bz-mill/build/map_namespace_to_query [deleted file]
bz-mill/config/definitions/bz-mill.yml [deleted file]

diff --git a/bz-mill/build/build b/bz-mill/build/build
deleted file mode 100755 (executable)
index 09da65c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-" > stuff
-
-
-cat stuff |\
-while read url namespace;
-do
-    bz_count=$(curl 2>/dev/null -XGET -L "$url" 3>/dev/null | sed 1d | tr "," " " | awk '{print $1}' | sort -n | wc -l);
-    echo "$namespace $bz_count $(date +%s)" | nc grafana.ceph.com 2003;
-done
-
-#TODO auth against BZ so we get counts of hidden BZs
diff --git a/bz-mill/build/generate_map_namespace_to_query.sh b/bz-mill/build/generate_map_namespace_to_query.sh
deleted file mode 100644 (file)
index 61f8e14..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-cat """
-http://red.ht/2oiunCH bz.gmeno.ceph.new.customer.24hrs
-http://red.ht/2paAywM bz.gmeno.ceph.any.needinfo.24hrs
-""" > map_interface_to_query
diff --git a/bz-mill/build/head b/bz-mill/build/head
deleted file mode 100755 (executable)
index 22e1343..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-set -e
-set -x
-
-echo "\
diff --git a/bz-mill/build/map_namespace_to_query b/bz-mill/build/map_namespace_to_query
deleted file mode 100644 (file)
index 00ef849..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# BZ CSV short URL    graphite metric name
-http://red.ht/2oiunCH bz.gmeno.ceph.new.customer.24hrs
-http://red.ht/2paAywM bz.gmeno.ceph.any.needinfo.24hrs
diff --git a/bz-mill/config/definitions/bz-mill.yml b/bz-mill/config/definitions/bz-mill.yml
deleted file mode 100644 (file)
index f143318..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-- job:
-    name: bz-mill
-    defaults: global
-    display-name: 'bz-mill'
-    properties:
-      - build-discarder:
-          days-to-keep: 15
-          artifact-days-to-keep: 15
-
-    triggers:
-      - timed: '@hourly'
-
-    builders:
-      - shell:
-          !include-raw:
-            - ../../build/head
-            - ../../build/map_namespace_to_query
-            - ../../build/build