diff --git a/toci_gate_test-oooq.sh b/toci_gate_test-oooq.sh index 93665ee79..9d8e220f1 100755 --- a/toci_gate_test-oooq.sh +++ b/toci_gate_test-oooq.sh @@ -278,3 +278,4 @@ else fi echo "Run completed" +echo "tripleo.${STABLE_RELEASE:-master}.${TOCI_JOBTYPE}.logs.size_mb" "$(du -sm $WORKSPACE/logs | awk {'print $1'})" "$(date +%s)" | nc 66.187.229.172 2003 || true diff --git a/toci_gate_test-orig.sh b/toci_gate_test-orig.sh index b557e9e91..af41ec524 100755 --- a/toci_gate_test-orig.sh +++ b/toci_gate_test-orig.sh @@ -432,3 +432,5 @@ fi sudo unbound-control dump_cache > /tmp/dns_cache.txt sudo chown ${USER}: /tmp/dns_cache.txt cat /tmp/dns_cache.txt | gzip - > $WORKSPACE/logs/dns_cache.txt.gz + +echo "tripleo.${STABLE_RELEASE:-master}.${TOCI_JOBTYPE}.logs.size_mb" "$(du -sm $WORKSPACE/logs | awk {'print $1'})" "$(date +%s)" | nc 66.187.229.172 2003 || true