From a796e4e42040a8d714f11abf2f18efca6541b0f4 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 29 Sep 2022 12:38:15 +1000 Subject: [PATCH] CI: Build packer images periodically Build packer images periodically on the first of every month, so that newer images are available to be updated. Set a timeout of 90 mins for the builds. Signed-off-by: Anil Belur Change-Id: I5c83f8e16fb7550367d0d47de2d19a5b7885bac3 --- jjb/ci-management/ci-packer.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml index cec36e49..ae26de1f 100644 --- a/jjb/ci-management/ci-packer.yaml +++ b/jjb/ci-management/ci-packer.yaml @@ -6,6 +6,8 @@ project: ci-management project-name: ci-management build-node: centos7-builder-1c-1g + build-timeout: 90 + cron: "00 H 1 * *" - project: name: packer-verify -- 2.16.6