Skip to content

Commit

Permalink
Check R2022b installtion in nuc-01 before rsync to nuc-02
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <Julia.Pineda@analog.com>
  • Loading branch information
jpineda3 committed Aug 7, 2023
1 parent 3e93412 commit d56efb9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions JenkinsfileHW
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "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)
Expand All @@ -16,7 +16,7 @@ lock(label: 'adgt_test_harness_boards') {
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','R2022a')
harness.set_env('matlab_release','R2022b')

//Update nebula config from netbox
harness.set_update_nebula_config(true)
Expand All @@ -25,10 +25,12 @@ lock(label: 'adgt_test_harness_boards') {
harness.set_env('netbox_port','8000')
harness.set_env('netbox_base_url','netbox')
harness.set_env('netbox_token','0123456789abcdef0123456789abcdef01234567')
harness.set_env('netbox_devices_tag','active')
// harness.set_env('netbox_devices_tag','active')
ness.set_env('netbox_devices_tag','sdg-nuc-01') // Use boards connected to nuc-01

//Update agent with required deps
harness.set_required_agent(["sdg-nuc-01","sdg-nuc-02"])
// harness.set_required_agent(["sdg-nuc-01","sdg-nuc-02"])
harness.set_required_agent(["sdg-nuc-01"]) // Check R2022b installation in nuc-01 before rsync to nuc-02
harness.update_agents()

//Set other test parameters
Expand Down

0 comments on commit d56efb9

Please sign in to comment.