Skip to content

Commit c90234e

Browse files
committed
[CI] Move coverity out of compiler pipeline
Separate Coverity step from the compiler pipeline. Signed-off-by: Noam Tsemah <[email protected]>
1 parent a698fb7 commit c90234e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.ci/matrix_job.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ runs_on_dockers:
8787
category: 'tool'
8888
}
8989
- {name: 'toolbox', url: 'harbor.mellanox.com/hpcx/x86_64/rhel8.6/builder:inbox', category: 'tool', arch: 'x86_64'}
90+
- {name: 'toolbox-compiler', url: 'harbor.mellanox.com/hpcx/x86_64/rhel8.6/builder:inbox', category: 'tool', arch: 'x86_64'}
9091
- {name: 'header-check', url: 'harbor.mellanox.com/toolbox/header_check:0.0.58', category: 'tool', arch: 'x86_64', tag: '0.0.58'}
9192
# static tests
9293
- {
@@ -222,12 +223,12 @@ steps:
222223
- "{nodeLabel: 'skip-agent'}"
223224
run: |
224225
echo "Installing DOCA: ${DOCA_VERSION} ..."
225-
.ci/scripts/doca_install.sh
226+
.ci/scripts/doca_install.sh
226227
227228
- name: Install Doca-host on Tools
228229
run: |
229230
echo "Installing DOCA: ${DOCA_VERSION} ..."
230-
.ci/scripts/doca_install.sh
231+
.ci/scripts/doca_install.sh
231232
containerSelector:
232233
- "{name: 'style', category: 'tool', variant: 1}"
233234
agentSelector:
@@ -323,7 +324,7 @@ steps:
323324
- name: Compiler
324325
enable: ${do_compiler}
325326
containerSelector:
326-
- "{name: 'toolbox', category: 'tool'}"
327+
- "{name: 'toolbox-compiler', category: 'tool'}"
327328
agentSelector:
328329
- "{nodeLabel: 'skip-agent'}"
329330
run: |

0 commit comments

Comments
 (0)