Stop cron schedule for docker-merge 29/66029/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 12 Sep 2018 08:51:58 +0000 (01:51 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 12 Sep 2018 08:51:58 +0000 (01:51 -0700)
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 <jwagantall@linuxfoundation.org>
jjb/integration/integration-templates-docker.yaml

index 15f2074..a01e82f 100644 (file)
@@ -31,8 +31,6 @@
           build-timeout: '{build-timeout}'
 
     triggers:
-      # 12 AM UTC
-      - timed: 'H 12 * * *'
       - gerrit-trigger-patch-merged:
           server: '{server-name}'
           project: '{project}'