From cbb631a22a931fb4942a2c9f11bc73b4589d25a3 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 12 Sep 2018 01:51:58 -0700 Subject: [PATCH] Stop cron schedule for docker-merge We do not need to re-build the docker images on a schdueled basis whenever there is no code change. Run this job for only new code detected. Change-Id: Ia8244ce90d8f1fdf5a2862875380c5ecd7695349 Issue-ID: INT-634 Signed-off-by: Jessica Wagantall --- jjb/integration/integration-templates-docker.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/jjb/integration/integration-templates-docker.yaml b/jjb/integration/integration-templates-docker.yaml index 15f207461..a01e82f96 100644 --- a/jjb/integration/integration-templates-docker.yaml +++ b/jjb/integration/integration-templates-docker.yaml @@ -31,8 +31,6 @@ build-timeout: '{build-timeout}' triggers: - # 12 AM UTC - - timed: 'H 12 * * *' - gerrit-trigger-patch-merged: server: '{server-name}' project: '{project}' -- 2.16.6