@@ -34,14 +34,14 @@ runs_on_dockers:
34
34
- {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'}
35
35
- {name: 'rhel8.6-inbox-x86_64', url: 'harbor.mellanox.com/hpcx/x86_64/rhel8.6/builder:inbox', category: 'base', arch: 'x86_64'}
36
36
- {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'}
38
38
# tool
39
39
- {name: 'toolbox', url: 'harbor.mellanox.com/hpcx/x86_64/rhel8.3/builder:inbox', category: 'tool', arch: 'x86_64'}
40
40
- {name: 'blackduck', url: 'harbor.mellanox.com/toolbox/ngci-centos:7.9.2009.2', category: 'tool', arch: 'x86_64'}
41
41
- {name: 'header-check', url: 'harbor.mellanox.com/toolbox/header_check:0.0.14', category: 'tool', arch: 'x86_64', tag: '0.0.14'}
42
42
43
43
runs_on_agents :
44
- - {nodeLabel: 'r-aa-fatty09 ', category: 'base'}
44
+ - {nodeLabel: 'beni09 ', category: 'base'}
45
45
- {nodeLabel: 'r-aa-fatty22-005', category: 'azure'}
46
46
- {nodeLabel: 'r-aa-fatty22-006', category: 'azure'}
47
47
@@ -138,7 +138,7 @@ steps:
138
138
containerSelector :
139
139
- " {name: 'skip-container'}"
140
140
agentSelector :
141
- - " {nodeLabel: 'r-aa-fatty09 '}"
141
+ - " {nodeLabel: 'beni09 '}"
142
142
run : |
143
143
[ "x${do_style}" == "xtrue" ] && action=yes || action=no
144
144
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_style=${action} ./contrib/test_jenkins.sh
@@ -190,7 +190,7 @@ steps:
190
190
containerSelector :
191
191
- " {name: 'skip-container'}"
192
192
agentSelector :
193
- - " {nodeLabel: 'r-aa-fatty09 ', variant:1}"
193
+ - " {nodeLabel: 'beni09 ', variant:1}"
194
194
run : |
195
195
[ "x${do_cppcheck}" == "xtrue" ] && action=yes || action=no
196
196
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_cppcheck=${action} ./contrib/test_jenkins.sh
@@ -207,7 +207,7 @@ steps:
207
207
containerSelector :
208
208
- " {name: 'skip-container'}"
209
209
agentSelector :
210
- - " {nodeLabel: 'r-aa-fatty09 ', variant:1}"
210
+ - " {nodeLabel: 'beni09 ', variant:1}"
211
211
run : |
212
212
[ "x${do_csbuild}" == "xtrue" ] && action=yes || action=no
213
213
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_csbuild=${action} ./contrib/test_jenkins.sh
@@ -224,7 +224,7 @@ steps:
224
224
containerSelector :
225
225
- " {name: 'skip-container'}"
226
226
agentSelector :
227
- - " {nodeLabel: 'r-aa-fatty09 ', variant:1}"
227
+ - " {nodeLabel: 'beni09 ', variant:1}"
228
228
run : |
229
229
[ "x${do_test}" == "xtrue" ] && action=yes || action=no
230
230
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_run=${action} ./contrib/test_jenkins.sh
@@ -241,7 +241,7 @@ steps:
241
241
containerSelector :
242
242
- " {name: 'skip-container'}"
243
243
agentSelector :
244
- - " {nodeLabel: 'r-aa-fatty09 ', variant:1}"
244
+ - " {nodeLabel: 'beni09 ', variant:1}"
245
245
run : |
246
246
[ "x${do_gtest}" == "xtrue" ] && action=yes || action=no
247
247
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_gtest=${action} ./contrib/test_jenkins.sh
@@ -260,7 +260,7 @@ steps:
260
260
containerSelector :
261
261
- " {name: 'skip-container'}"
262
262
agentSelector :
263
- - " {nodeLabel: 'r-aa-fatty09 ', variant:1}"
263
+ - " {nodeLabel: 'beni09 ', variant:1}"
264
264
run : |
265
265
[ "x${do_valgrind}" == "xtrue" ] && action=yes || action=no
266
266
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_vg=${action} ./contrib/test_jenkins.sh
0 commit comments