From 092cb227c5f462b96ee95825f8a7a404bc8a5126 Mon Sep 17 00:00:00 2001 From: Julia Pineda Date: Mon, 15 Jan 2024 09:06:01 +0800 Subject: [PATCH] Use mirrors to update agents Signed-off-by: Julia Pineda --- JenkinsfileHW | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/JenkinsfileHW b/JenkinsfileHW index 82f2f41..d870f9f 100644 --- a/JenkinsfileHW +++ b/JenkinsfileHW @@ -3,20 +3,22 @@ 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 = "release" + def bootPartitionBranch = "2021_r2" def firmwareVersion = 'v0.34' def bootfile_source = 'artifactory' // options: sftp, artifactory, http, local def harness = getGauntlet(hdlBranch, linuxBranch, bootPartitionBranch, firmwareVersion, bootfile_source) - //Udpate repos - harness.set_env('nebula_repo', 'https://github.com/sdgtt/nebula.git') + //Update repos + harness.set_env('libiio_repo', 'http://gateway.englab:3000/mirrors/libiio.git') + harness.set_env('libiio_branch', 'v0.25') + harness.set_env('nebula_repo', 'http://gateway.englab:3000/mirrors/nebula.git') harness.set_env('nebula_branch','dev') harness.set_env('nebula_config_branch','release') - harness.set_env('libiio_branch', 'v0.23') - harness.set_env('telemetry_repo', 'https://github.com/sdgtt/telemetry.git') - harness.set_env('telemetry_branch', 'master') - harness.set_env('matlab_repo', 'https://github.com/analogdevicesinc/TransceiverToolbox.git') // Not necessary when using checkout scm + // harness.set_env('telemetry_repo', 'http://gateway.englab:3000/mirrors/telemetry.git') + // harness.set_env('telemetry_branch', 'master') + harness.set_env('matlab_repo', 'https://github.com/analogdevicesinc/PrecisionToolbox.git') // Not necessary when using checkout scm harness.set_env('matlab_release','R2021b') + harness.set_matlab_timeout('30m') //Update nebula config from netbox harness.set_update_nebula_config(true) @@ -28,7 +30,7 @@ lock(label: 'adgt_test_harness_boards') { harness.set_env('netbox_devices_tag','active') //Update agent with required deps - harness.set_required_agent(["sdg-nuc-01","sdg-nuc-02"]) + harness.set_required_agent(["sdg-nuc-01"]) harness.update_agents() //Set other test parameters