From f784ba75974b64d93816b03cedfba190ba8ff0bf Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Fri, 1 Nov 2019 10:48:29 -0400 Subject: [PATCH] Reduce frequency of dashboard stage to weekly No need to stage an image daily Signed-off-by: Lott, Christopher (cl778h) Change-Id: If9d180553a00e4c16692e377855444690e776a65 --- jjb/portal-ric-dashboard/portal-ric-dashboard.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml index 9374d8a8..45593767 100644 --- a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml +++ b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml @@ -32,7 +32,9 @@ jobs: - gerrit-maven-docker-verify - gerrit-maven-docker-merge - - gerrit-maven-docker-stage + - gerrit-maven-docker-stage: + # stage every Saturday, not daily + cron: 'H H * * 6' stream: - master: branch: master -- 2.16.6