Checked with Christina. She no longer uses this job.
Signed-off-by: David Galloway <dgallowa@redhat.com>
+++ /dev/null
-" > 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
+++ /dev/null
-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
+++ /dev/null
-#!/bin/bash
-
-set -e
-set -x
-
-echo "\
+++ /dev/null
-# 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
+++ /dev/null
-- 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