diff options
author | 2018-09-12 01:51:58 -0700 | |
---|---|---|
committer | 2018-09-12 01:51:58 -0700 | |
commit | cbb631a22a931fb4942a2c9f11bc73b4589d25a3 (patch) | |
tree | b265af5631e0bf3fa20a95fe0574b47d115ce1a3 | |
parent | cb2aec17d840515b995f52065ebf8900668bd025 (diff) |
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 <jwagantall@linuxfoundation.org>
-rw-r--r-- | jjb/integration/integration-templates-docker.yaml | 2 |
1 files changed, 0 insertions, 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}' |