Skip to content

Commit

Permalink
Use board exclusively for hsc pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Apr 4, 2024
1 parent 0735b0d commit cd4e561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileHW
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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')
harness.set_env('netbox_devices_tag','hsc')

//Update agent with the required deps
harness.set_required_agent(["sdg-nuc-01","sdg-nuc-02"])
Expand Down

0 comments on commit cd4e561

Please sign in to comment.