Skip to content

Commit 4f4153c

Browse files
authored
Merge pull request #162 from analogdevicesinc/harness-updates
2 parents 265d3ba + 8ccd59b commit 4f4153c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

JenkinsfileHW

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Pipeline
2-
lock(label: 'adgt_test_harness_boards') {
2+
lock(label: 'adgt_test_harness_boards', quantity: 1){
33
@Library('sdgtt-lib@adgt-test-harness') _ // Not necessary when we turn on global libraries :)
44
def hdlBranch = "NA"
55
def linuxBranch = "NA"
@@ -12,7 +12,7 @@ lock(label: 'adgt_test_harness_boards') {
1212
harness.set_env('libiio_repo', 'http://gateway.englab:3000/mirrors/libiio.git')
1313
harness.set_env('libiio_branch', 'v0.25')
1414
harness.set_env('nebula_repo', 'http://gateway.englab:3000/mirrors/nebula.git')
15-
harness.set_env('nebula_branch', 'dev')
15+
harness.set_env('nebula_branch', 'main')
1616
harness.set_env('nebula_config_branch','release')
1717
// harness.set_env('telemetry_repo', 'http://gateway.englab:3000/mirrors/telemetry.git')
1818
// harness.set_env('telemetry_branch', 'master')
@@ -30,7 +30,6 @@ lock(label: 'adgt_test_harness_boards') {
3030
withCredentials([string(credentialsId: 'netbox_token', variable: 'TOKEN')]) {
3131
harness.set_env('netbox_token', TOKEN)
3232
}
33-
harness.set_env('netbox_devices_tag','active')
3433

3534
//Update agent with the required deps
3635
harness.set_required_agent(["sdg-nuc-01","sdg-nuc-02"])
@@ -44,9 +43,6 @@ lock(label: 'adgt_test_harness_boards') {
4443
harness.set_env('docker_image', 'tfcollins/test-harness-ci-ubuntu-22_04:latest')
4544
harness.set_docker_host_mode(true) // Set to false if using machine-specific license
4645
harness.set_send_telemetry(false)
47-
harness.set_log_jira(false)
48-
harness.set_enable_resource_queuing(true)
49-
harness.set_lock_agent(false) // Set to true if using machine-specific license
5046
harness.set_elastic_server('192.168.10.1')
5147
harness.set_required_hardware(["zynq-zc706-adv7511-fmcdaq2",
5248
"zynqmp-zcu102-rev10-fmcdaq3",

0 commit comments

Comments
 (0)