From a4caf2bbe159228563f3d576fa51eca4a619b74c Mon Sep 17 00:00:00 2001 From: arjun-raj-kuppala <60718144+arjun-raj-kuppala@users.noreply.github.com> Date: Thu, 24 Aug 2023 21:44:05 +0530 Subject: [PATCH] Update build-node labels (#407) [ROCm/hip-tests commit: 933b84b5bb060bcda3b1dac6ab509b14802f1fce] --- projects/hip-tests/.jenkins/jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip-tests/.jenkins/jenkinsfile b/projects/hip-tests/.jenkins/jenkinsfile index 42f99c32e7..0960eda8bb 100644 --- a/projects/hip-tests/.jenkins/jenkinsfile +++ b/projects/hip-tests/.jenkins/jenkinsfile @@ -97,7 +97,7 @@ timestamps { skipDefaultCheckout() // labels belonging to each backend - AMD, NVIDIA - String[] labels = ['hip-amd-vg20-ubu1804', 'hip-nvidia-rtx5000-ubu1804'] + String[] labels = ['hip-amd-mi100-ubu2004', 'hip-nvidia-rtx5000-ubu2004'] buildMap = [:] labels.each { backendLabel ->