From: David Galloway Date: Thu, 27 Aug 2020 20:05:25 +0000 (-0400) Subject: bz-mill: Scrap job X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1651%2Fhead;p=ceph-build.git bz-mill: Scrap job Checked with Christina. She no longer uses this job. Signed-off-by: David Galloway --- diff --git a/bz-mill/build/build b/bz-mill/build/build deleted file mode 100755 index 09da65c8..00000000 --- a/bz-mill/build/build +++ /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 index 61f8e144..00000000 --- a/bz-mill/build/generate_map_namespace_to_query.sh +++ /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 index 22e13431..00000000 --- a/bz-mill/build/head +++ /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 index 00ef8498..00000000 --- a/bz-mill/build/map_namespace_to_query +++ /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 index f143318c..00000000 --- a/bz-mill/config/definitions/bz-mill.yml +++ /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