From ed305d82e72edd662e2d49a8fe1cdb9d9337e084 Mon Sep 17 00:00:00 2001 From: Julia Pineda Date: Tue, 11 Nov 2025 09:31:36 +0800 Subject: [PATCH] Get boot files from hdl and linux Signed-off-by: Julia Pineda --- JenkinsfileHW | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JenkinsfileHW b/JenkinsfileHW index 850f7165..ade5fa56 100644 --- a/JenkinsfileHW +++ b/JenkinsfileHW @@ -1,9 +1,9 @@ // Pipeline lock(label: 'adgt_test_harness_boards', quantity: 1){ @Library('sdgtt-lib@adgt-test-harness') _ // Not necessary when we turn on global libraries :) - def hdlBranch = "NA" - def linuxBranch = "NA" - def bootPartitionBranch = "2022_r2" + def hdlBranch = "2022_r2" + def linuxBranch = "2022_r2" + def bootPartitionBranch = "NA" def firmwareVersion = 'v0.34' def bootfile_source = 'artifactory' // options: sftp, artifactory, http, local def harness = getGauntlet(hdlBranch, linuxBranch, bootPartitionBranch, firmwareVersion, bootfile_source)