From 18e32ff6c8cf009ed396ce4e425db5a66af76acf Mon Sep 17 00:00:00 2001 From: Kiriti Gowda Date: Mon, 12 Feb 2024 11:51:55 -0800 Subject: [PATCH] OS - Support updates (#240) [ROCm/rocdecode commit: f9ebe34662422f59dadc82d3e56fcfd0b6666003] --- projects/rocdecode/.jenkins/precheckin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocdecode/.jenkins/precheckin.groovy b/projects/rocdecode/.jenkins/precheckin.groovy index a078fcd5c9..48d4167bb6 100644 --- a/projects/rocdecode/.jenkins/precheckin.groovy +++ b/projects/rocdecode/.jenkins/precheckin.groovy @@ -47,7 +47,7 @@ ci: { def propertyList = ["compute-rocm-dkms-no-npi-hipclang":[pipelineTriggers([cron('0 1 * * 0')])]] propertyList = auxiliary.appendPropertyList(propertyList) - def jobNameList = ["compute-rocm-dkms-no-npi-hipclang":([ubuntu20:['gfx90a'], ubuntu22:['gfx1101'], rhel8:['gfx1030'], rhel9:['gfx942']])] + def jobNameList = ["compute-rocm-dkms-no-npi-hipclang":([ubuntu20:['gfx90a'], ubuntu22:['gfx1101'], sles15sp1:['gfx908'], rhel8:['gfx1030'], rhel9:['gfx942']])] jobNameList = auxiliary.appendJobNameList(jobNameList) propertyList.each