Skip to content

Commit

Permalink
BUILD: change coverity to label runner (openucx#833)
Browse files Browse the repository at this point in the history
* BUILD: change coverity to label runner
  • Loading branch information
jeniaka authored and nsarka committed Oct 24, 2023
1 parent 038c97b commit 66ea135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/job_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ runs_on_dockers:
# bare metal
runs_on_agents:
- nodeLabel: "swx-clx01"
- nodeLabel: "ml-test-node-gpu"

timeout_minutes: 360

Expand All @@ -72,7 +73,7 @@ steps:
#============================================================================
- name: Run Coverity
credentialsId: "bc9a18d3-1153-449c-b924-7fc9249c9cc0"
agentSelector: "{nodeLabel: 'swx-clx01'}"
agentSelector: "{nodeLabel: 'ml-test-node-gpu'}"
run: |
export UCC_PASSWORD=$UCC_PASSWORD
export UCC_USERNAME=$UCC_USERNAME
Expand Down

0 comments on commit 66ea135

Please sign in to comment.