Skip to content

Commit

Permalink
Remove deprecated properties after jsl resource lock changes
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Dec 16, 2024
1 parent 265d3ba commit 8ccd59b
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 the 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-zc706-adv7511-fmcdaq2",
"zynqmp-zcu102-rev10-fmcdaq3",
Expand Down

0 comments on commit 8ccd59b

Please sign in to comment.