From cb0227f77526d2f5154050cb2f7f87af6c265331 Mon Sep 17 00:00:00 2001 From: Yulei Wang Date: Tue, 15 Dec 2020 11:58:58 -0800 Subject: [PATCH] integ-tests: add centos8 to dcv tests Signed-off-by: Yulei Wang --- tests/integration-tests/configs/common/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration-tests/configs/common/common.yaml b/tests/integration-tests/configs/common/common.yaml index 57af542f04..c0139d0136 100644 --- a/tests/integration-tests/configs/common/common.yaml +++ b/tests/integration-tests/configs/common/common.yaml @@ -137,12 +137,12 @@ dcv: # DCV on GPU enabled instance - regions: ["eu-west-1"] instances: ["g3.8xlarge"] - oss: ["alinux2", "centos7", "ubuntu1804"] + oss: ["alinux2", "centos7", "centos8", "ubuntu1804"] schedulers: ["slurm"] # DCV on ARM - regions: ["eu-west-1"] instances: {{ common.INSTANCES_DEFAULT_ARM }} - oss: ["alinux2", "ubuntu1804"] + oss: ["alinux2", "centos8", "ubuntu1804"] schedulers: ["slurm"] # DCV in cn regions and non GPU enabled instance - regions: ["cn-northwest-1"]