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 95736de commit 488a442
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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 Down Expand Up @@ -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 488a442

Please sign in to comment.