diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2016-01-05 01:08:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-05 01:08:27 +0000 |
commit | 1861ae7e652d2d8317c8809aecc7822c097c4de2 (patch) | |
tree | d7396dec3e99e3e84a537ad404043a97524d56cd | |
parent | d6b074a51c5b8077b11728670a932bf7aaf9ee2e (diff) | |
parent | 7f4f1d8245d8b041adf6f91b780e101d25299759 (diff) |
Merge "add google storage path postfix for bottlenecks project"
-rw-r--r-- | jjb/bottlenecks/bottlenecks.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jjb/bottlenecks/bottlenecks.yml b/jjb/bottlenecks/bottlenecks.yml index 1d9417c63..2ca87b0b2 100644 --- a/jjb/bottlenecks/bottlenecks.yml +++ b/jjb/bottlenecks/bottlenecks.yml @@ -88,7 +88,8 @@ - project-parameter: project: '{project}' - 'ericsson-ca-build-1-defaults' - - 'bottlenecks-parameter' + - bottlenecks-parameter: + gs-pathname: '{gs-pathname}' scm: - git-scm: @@ -157,7 +158,7 @@ description: "the cache to store packages downloaded from public IP" - string: name: RUBBOS_URL - default: gs://artifacts.opnfv.org/bottlenecks/rubbos + default: gs://artifacts.opnfv.org/bottlenecks/rubbos{gs-pathname} description: "LF artifacts url for storage of bottlenecks packages" - string: name: PACKAGE_URL @@ -221,7 +222,7 @@ - trigger: name: 'bottlenecks-trigger-lf' triggers: - - timed: '0 16 * * *' + - timed: '0 6 * * *' - gerrit: trigger-on: - patchset-created-event: |