From 24742c0b94ad1a7be08525b229568134263b85a5 Mon Sep 17 00:00:00 2001 From: Julia Pineda Date: Wed, 17 Jul 2024 09:45:03 +0800 Subject: [PATCH] Use 2022_r2 image Signed-off-by: Julia Pineda --- JenkinsfileHW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsfileHW b/JenkinsfileHW index 3ca559d..9cbc0b7 100644 --- a/JenkinsfileHW +++ b/JenkinsfileHW @@ -3,7 +3,7 @@ lock(label: 'adgt_test_harness_boards') { @Library('sdgtt-lib@adgt-test-harness') _ // Not necessary when we turn on global libraries :) def hdlBranch = "NA" def linuxBranch = "NA" - def bootPartitionBranch = "2021_r2" + def bootPartitionBranch = "2022_r2" def firmwareVersion = 'v0.34' def bootfile_source = 'artifactory' // options: sftp, artifactory, http, local def harness = getGauntlet(hdlBranch, linuxBranch, bootPartitionBranch, firmwareVersion, bootfile_source)