From 4521798a34cae9aa2c7ad922798ef1d5b70a000d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 9 Aug 2022 14:21:24 +0200 Subject: [PATCH] Build images for centos8-robot We need to execute tests with Java 17, for which we need RF-enabled CentOS8 images. Make sure we build them. Change-Id: I85c44114213f4f61aa107c456eb7cfd338a541e1 Signed-off-by: Robert Varga --- jjb/releng-packer-jobs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/releng-packer-jobs.yaml b/jjb/releng-packer-jobs.yaml index 9f9562224..46c52e8f0 100644 --- a/jjb/releng-packer-jobs.yaml +++ b/jjb/releng-packer-jobs.yaml @@ -174,7 +174,9 @@ build-timeout: 60 cron: "00 H 1 * *" - platforms: centos-7 + platforms: + - centos-7 + - centos-cs-8 templates: robot update-cloud-image: true -- 2.36.6