From b99ae40c03dac86a48a792aaf995b89d93e715bb Mon Sep 17 00:00:00 2001 From: Julia Pineda Date: Mon, 7 Aug 2023 10:13:29 +0800 Subject: [PATCH] Update to R2022b installation Signed-off-by: Julia Pineda --- JenkinsfileHW | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/JenkinsfileHW b/JenkinsfileHW index a597d744..21732fff 100644 --- a/JenkinsfileHW +++ b/JenkinsfileHW @@ -3,20 +3,21 @@ 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 = "master" // Workaround changes in Artifactory folder structure, master unaffected (HTH-475) def firmwareVersion = 'v0.34' def bootfile_source = 'artifactory' // options: sftp, artifactory, http, local def harness = getGauntlet(hdlBranch, linuxBranch, bootPartitionBranch, firmwareVersion, bootfile_source) - - //Udpate repos + + //Update repos harness.set_env('nebula_repo', 'https://github.com/sdgtt/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('nebula_config_branch','master') + // 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('matlab_release','R2022b') + harness.set_matlab_timeout('5m') //Update nebula config from netbox harness.set_update_nebula_config(true) @@ -24,7 +25,9 @@ lock(label: 'adgt_test_harness_boards') { harness.set_env('netbox_ip','primary.englab') harness.set_env('netbox_port','8000') harness.set_env('netbox_base_url','netbox') - harness.set_env('netbox_token','0123456789abcdef0123456789abcdef01234567') + withCredentials([string(credentialsId: 'netbox_token', variable: 'TOKEN')]) { + harness.set_env('netbox_token', TOKEN) + } harness.set_env('netbox_devices_tag','active') //Update agent with required deps