From: David Galloway Date: Mon, 23 Mar 2020 19:35:57 +0000 (-0400) Subject: sepia-fog-images: Run automatically every week X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1532%2Fhead;p=ceph-build.git sepia-fog-images: Run automatically every week Signed-off-by: David Galloway --- diff --git a/sepia-fog-images/config/definitions/sepia-fog-images.yml b/sepia-fog-images/config/definitions/sepia-fog-images.yml index e385726a4..4f7498dbc 100644 --- a/sepia-fog-images/config/definitions/sepia-fog-images.yml +++ b/sepia-fog-images/config/definitions/sepia-fog-images.yml @@ -15,10 +15,14 @@ artifact-days-to-keep: -1 artifact-num-to-keep: -1 + # Run every Sunday at noon + triggers: + - timed: "0 12 * * 0" + parameters: - string: name: DISTROS - default: "ubuntu_14.04 ubuntu_16.04 centos_7.5 rhel_7.5" + default: "ubuntu_18.04 centos_8.1 rhel_8.1" description: "Distro to capture images for: (e.g., 'ubuntu_16.04', 'centos_7.5' or 'ubuntu_16.04 rhel_7.5' for multiple distros)" - string: name: MACHINETYPES