Skip to content

Commit 9204ac4

Browse files
rostikshAlexanderGrissik
authored andcommitted
issue: 3325307 [CI] Replacing r-aa-fatty09 with beni09
temporarely removed Fedora 3.6 changed BlackDuck default to false Signed-off-by: Shaligin Rostislav <[email protected]>
1 parent e66fe73 commit 9204ac4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.ci/matrix_job.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ runs_on_dockers:
3434
- {name: 'ub20.04-mofed-aarch64', url: 'harbor.mellanox.com/swx-infra/aarch64/ubuntu20.04/builder:mofed-5.2-1.0.4.0', category: 'base', arch: 'aarch64'}
3535
- {name: 'rhel8.6-inbox-x86_64', url: 'harbor.mellanox.com/hpcx/x86_64/rhel8.6/builder:inbox', category: 'base', arch: 'x86_64'}
3636
- {name: 'ub22.04-mofed-x86_64', url: 'harbor.mellanox.com/hpcx/x86_64/ubuntu22.04/builder:mofed-5.7-0.1.1.0', category: 'base', arch: 'x86_64'}
37-
- {name: 'fc36-x86_64', url: 'harbor.mellanox.com/rivermax/x86_64/fedora36:builder', category: 'base', arch: 'x86_64'}
37+
# - {name: 'fc36-x86_64', url: 'harbor.mellanox.com/rivermax/x86_64/fedora36:builder', category: 'base', arch: 'x86_64'}
3838
# tool
3939
- {name: 'toolbox', url: 'harbor.mellanox.com/hpcx/x86_64/rhel8.3/builder:inbox', category: 'tool', arch: 'x86_64'}
4040
- {name: 'blackduck', url: 'harbor.mellanox.com/toolbox/ngci-centos:7.9.2009.2', category: 'tool', arch: 'x86_64'}
4141
- {name: 'header-check', url: 'harbor.mellanox.com/toolbox/header_check:0.0.14', category: 'tool', arch: 'x86_64', tag: '0.0.14'}
4242

4343
runs_on_agents:
44-
- {nodeLabel: 'r-aa-fatty09', category: 'base'}
44+
- {nodeLabel: 'beni09', category: 'base'}
4545
- {nodeLabel: 'r-aa-fatty22-005', category: 'azure'}
4646
- {nodeLabel: 'r-aa-fatty22-006', category: 'azure'}
4747

@@ -138,7 +138,7 @@ steps:
138138
containerSelector:
139139
- "{name: 'skip-container'}"
140140
agentSelector:
141-
- "{nodeLabel: 'r-aa-fatty09'}"
141+
- "{nodeLabel: 'beni09'}"
142142
run: |
143143
[ "x${do_style}" == "xtrue" ] && action=yes || action=no
144144
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_style=${action} ./contrib/test_jenkins.sh
@@ -190,7 +190,7 @@ steps:
190190
containerSelector:
191191
- "{name: 'skip-container'}"
192192
agentSelector:
193-
- "{nodeLabel: 'r-aa-fatty09', variant:1}"
193+
- "{nodeLabel: 'beni09', variant:1}"
194194
run: |
195195
[ "x${do_cppcheck}" == "xtrue" ] && action=yes || action=no
196196
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_cppcheck=${action} ./contrib/test_jenkins.sh
@@ -207,7 +207,7 @@ steps:
207207
containerSelector:
208208
- "{name: 'skip-container'}"
209209
agentSelector:
210-
- "{nodeLabel: 'r-aa-fatty09', variant:1}"
210+
- "{nodeLabel: 'beni09', variant:1}"
211211
run: |
212212
[ "x${do_csbuild}" == "xtrue" ] && action=yes || action=no
213213
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_csbuild=${action} ./contrib/test_jenkins.sh
@@ -224,7 +224,7 @@ steps:
224224
containerSelector:
225225
- "{name: 'skip-container'}"
226226
agentSelector:
227-
- "{nodeLabel: 'r-aa-fatty09', variant:1}"
227+
- "{nodeLabel: 'beni09', variant:1}"
228228
run: |
229229
[ "x${do_test}" == "xtrue" ] && action=yes || action=no
230230
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_run=${action} ./contrib/test_jenkins.sh
@@ -241,7 +241,7 @@ steps:
241241
containerSelector:
242242
- "{name: 'skip-container'}"
243243
agentSelector:
244-
- "{nodeLabel: 'r-aa-fatty09', variant:1}"
244+
- "{nodeLabel: 'beni09', variant:1}"
245245
run: |
246246
[ "x${do_gtest}" == "xtrue" ] && action=yes || action=no
247247
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_gtest=${action} ./contrib/test_jenkins.sh
@@ -260,7 +260,7 @@ steps:
260260
containerSelector:
261261
- "{name: 'skip-container'}"
262262
agentSelector:
263-
- "{nodeLabel: 'r-aa-fatty09', variant:1}"
263+
- "{nodeLabel: 'beni09', variant:1}"
264264
run: |
265265
[ "x${do_valgrind}" == "xtrue" ] && action=yes || action=no
266266
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_vg=${action} ./contrib/test_jenkins.sh

.ci/proj_jjb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
description: "Collect artifacts."
8585
- bool:
8686
name: "do_blackduck"
87-
default: true
87+
default: false
8888
description: "Run BlackDuck."
8989
- bool:
9090
name: "do_copyrights"

0 commit comments

Comments
 (0)