From 7f4f1d8245d8b041adf6f91b780e101d25299759 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 4 Jan 2016 05:06:35 -0500 Subject: [PATCH] add google storage path postfix for bottlenecks project JIRA: RELENG-64 Change-Id: Ie8d49a04efdb489232469b769196e98c3bf15bfe Signed-off-by: MatthewLi --- jjb/bottlenecks/bottlenecks.yml | 7 ++++--- 1 file 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: -- 2.16.6