Skip to content

Commit 46fdbd4

Browse files
vialogiAlexanderGrissik
authored andcommitted
[CI]: Fix Blackduck issues
We have been seeing a lot of Blackduck test failures lately. The support team advised us to upgrade from a very old NGCI image that was used in our pipelines to a newer one: harbor.mellanox.com/toolbox/ngci-centos:7.9.2009.2 -> harbor.mellanox.com/toolbox/blackduck_post_scan Issue: HPCINFRA-2665 Signed-off-by: Viacheslav Login <[email protected]>
1 parent 27c08ff commit 46fdbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/matrix_job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs_on_dockers:
5353
category: 'tool'
5454
}
5555
- {name: 'toolbox', url: 'harbor.mellanox.com/hpcx/x86_64/rhel8.6/builder:inbox', category: 'tool', arch: 'x86_64'}
56-
- {name: 'blackduck', url: 'harbor.mellanox.com/toolbox/ngci-centos:7.9.2009.2', category: 'tool', arch: 'x86_64'}
56+
- {name: 'blackduck', url: 'harbor.mellanox.com/toolbox/blackduck_post_scan:latest', category: 'tool', arch: 'x86_64'}
5757
- {name: 'header-check', url: 'harbor.mellanox.com/toolbox/header_check:0.0.51', category: 'tool', arch: 'x86_64', tag: '0.0.51'}
5858
# static tests
5959
- {file: '.ci/dockerfiles/Dockerfile.rhel8.6',

0 commit comments

Comments
 (0)