From 57c799d9b4ccc7d33e388a7c70bccb2b64a2ca2c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 16 Feb 2020 18:52:04 +0000 Subject: [PATCH] confg.py: Add centos8 workers Signed-off-by: Richard Purdie --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 7dbd5e7..b784490 100644 --- a/config.py +++ b/config.py @@ -101,7 +101,7 @@ web_port = 8010 # List of workers in the cluster workers_ubuntu = ["ubuntu1904-ty-1", "ubuntu1804-ty-1", "ubuntu1804-ty-2", "ubuntu1804-ty-3", "ubuntu1604-ty-1"] -workers_centos = ["centos7-ty-1", "centos7-ty-2", "centos7-ty-3", "centos7-ty-4"] +workers_centos = ["centos7-ty-1", "centos7-ty-2", "centos7-ty-3", "centos7-ty-4", "centos8-ty-1", "centos8-ty-2"] workers_fedora = ["fedora29-ty-1", "fedora30-ty-1", "fedora30-ty-2"] workers_debian = ["debian8-ty-1", "debian9-ty-2", "debian10-ty-1", "debian10-ty-2", "debian10-ty-3"] workers_opensuse = ["tumbleweed-ty-1", "tumbleweed-ty-2", "tumbleweed-ty-3", "opensuse151-ty-1", "opensuse150-ty-1"]