From 66ea13519249c533c9f16857b3420dec04848328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evgeny=20Keidar=E2=80=AC=E2=80=8F?= <37797998+jeniaka@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:21:00 +0300 Subject: [PATCH] BUILD: change coverity to label runner (#833) * BUILD: change coverity to label runner --- .ci/job_matrix.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/job_matrix.yaml b/.ci/job_matrix.yaml index ed5fa2528b..d92bcb6628 100644 --- a/.ci/job_matrix.yaml +++ b/.ci/job_matrix.yaml @@ -54,6 +54,7 @@ runs_on_dockers: # bare metal runs_on_agents: - nodeLabel: "swx-clx01" + - nodeLabel: "ml-test-node-gpu" timeout_minutes: 360 @@ -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