summaryrefslogtreecommitdiffstats
path: root/jjb/bottlenecks
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-01-07 02:40:44 -0500
committerMatthewLi <matthew.lijun@huawei.com>2016-01-07 04:04:23 -0500
commit7f570fb61cb09786a651288278e19274eb303f05 (patch)
tree86eb916bd4ccfc68f94c4451073cf710d1ea94e0 /jjb/bottlenecks
parent1273d69584586ea1a3b39e241a602bde00c29bea (diff)
amend download public IP and remove directory for bottlenecks upload job
JIRA: BOTTLENECK-4 Change-Id: I4af3a6c8d06aced8ca3de2e38d6453a3eeb96f9f Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/bottlenecks')
-rw-r--r--jjb/bottlenecks/bottlenecks.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/bottlenecks/bottlenecks.yml b/jjb/bottlenecks/bottlenecks.yml
index 479041a9a..ddaaba6af 100644
--- a/jjb/bottlenecks/bottlenecks.yml
+++ b/jjb/bottlenecks/bottlenecks.yml
@@ -167,7 +167,7 @@
description: "LF artifacts url for storage of bottlenecks packages"
- string:
name: PACKAGE_URL
- default: http://205.177.226.235:9999/bottlenecks/{suite}/
+ default: http://205.177.226.237:9999/bottlenecks/{suite}/
description: "the url where we store the packages used for bottlenecks rubbos"
###################################
@@ -207,7 +207,7 @@
#!/bin/bash
set -o errexit
- echo "Bottlenecks ${suite}: upload to artifacts from the public IP"
+ echo "Bottlenecks: upload to artifacts from the public IP"
[[ -d $CACHE_DIR ]] || mkdir -p $CACHE_DIR
@@ -229,7 +229,7 @@
echo "Bottlenecks: cleanup cache used for storage downloaded packages"
- /bin/rm -rf $WORKSPACE
+ /bin/rm -rf $CACHE_DIR
#######################
#trigger macros