From 6b0458c380161730bb7fd98f52bf87d2edd541c7 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 23 Mar 2020 15:35:57 -0400 Subject: [PATCH] sepia-fog-images: Run automatically every week Signed-off-by: David Galloway --- sepia-fog-images/config/definitions/sepia-fog-images.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sepia-fog-images/config/definitions/sepia-fog-images.yml b/sepia-fog-images/config/definitions/sepia-fog-images.yml index e385726a..4f7498db 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 -- 2.39.5