-
Notifications
You must be signed in to change notification settings - Fork 128
[CI] BlackDuck scan startup fix #238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: HPCINFRA-3508_align_pipeline
Are you sure you want to change the base?
[CI] BlackDuck scan startup fix #238
Conversation
6e9f824 to
ad73d89
Compare
|
The Copyright check was temporarily disabled for this PR (but checked manually) because of the known year-to-check problem, which is the only problem causing the test to fail here. |
ad73d89 to
6f0935a
Compare
6f0935a to
4da3046
Compare
da12552 to
84fd840
Compare
84fd840 to
d8fd5fc
Compare
|
The most recent BD test run: |
6998786 to
74a9a13
Compare
|
bot:retest |
1 similar comment
|
bot:retest |
bc08ed9 to
42aea06
Compare
|
bot:retest |
|
The test BlackDuck run: https://nbuprod.blsm.nvidia.com/swx-media-master/job/sockperf/job/sockperf-ci-linux/108/ |
This change removes the NGCI module previously used for running BlackDuck scans. NGCI relied on a Gerrit user token for cloning BlackDuck, which was subject to periodic rotation and caused recurring CI failures. Instead, the scan is now executed via a custom script using an SSH-based access to Gerrit. This approach improves reliability, simplifies debugging, and provides clearer logs. Issue: HPCINFRA-3508 Signed-off-by: Viacheslav Login <[email protected]>
42aea06 to
07ea793
Compare
|
Can one of the admins verify this patch? |
This change removes the NGCI module previously used for running BlackDuck scans. NGCI relied on a Gerrit user token for cloning BlackDuck, which was subject to periodic rotation and caused recurring CI failures. Instead, the scan is now executed via a custom script using an SSH-based access to Gerrit. This approach improves reliability, simplifies debugging, and provides clearer logs.
Issue: HPCINFRA-3508