Skip to content

Commit

Permalink
Merge pull request #187 from analogdevicesinc/harness-updates
Browse files Browse the repository at this point in the history
Remove deprecated properties after jsl resource lock changes
  • Loading branch information
tfcollins authored Dec 17, 2024
2 parents 65e81ea + 390a146 commit 35450ed
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions JenkinsfileHW
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Pipeline
lock(label: 'adgt_test_harness_boards') {
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"
Expand All @@ -12,7 +12,7 @@ lock(label: 'adgt_test_harness_boards') {
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_branch','main')
harness.set_env('nebula_config_branch','release')
// harness.set_env('telemetry_repo', 'http://gateway.englab:3000/mirrors/telemetry.git')
// harness.set_env('telemetry_branch', 'master')
Expand All @@ -30,7 +30,6 @@ lock(label: 'adgt_test_harness_boards') {
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
harness.set_required_agent(["sdg-nuc-01","sdg-nuc-02"])
Expand All @@ -44,9 +43,6 @@ lock(label: 'adgt_test_harness_boards') {
harness.set_env('docker_image', 'tfcollins/test-harness-ci-ubuntu-22_04:latest')
harness.set_docker_host_mode(true) // Set to false if using machine-specific license
harness.set_send_telemetry(false)
harness.set_log_jira(false)
harness.set_enable_resource_queuing(true)
harness.set_lock_agent(false) // Set to true if using machine-specific license
harness.set_elastic_server('192.168.10.1')
harness.set_required_hardware(["zynq-zed-adv7511-adrv9002-vcmos",
"zynq-zed-adv7511-adrv9002-rx2tx2-vcmos",
Expand Down

0 comments on commit 35450ed

Please sign in to comment.