diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-01-07 09:09:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-07 09:09:10 +0000 |
commit | 9a3df319ebb2dfc7328b5a66e3e6cf69ebe0413e (patch) | |
tree | ae38d737ce9c8860b6df3bd7d0f13a760d46f6e1 /jjb | |
parent | 2614a58125dd88f286f7ea0fe6b4c91d6febe9f0 (diff) | |
parent | 7f570fb61cb09786a651288278e19274eb303f05 (diff) |
Merge "amend download public IP and remove directory for bottlenecks upload job"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/bottlenecks/bottlenecks.yml | 6 |
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 |