Skip to content

Commit

Permalink
issue: 3466098 CI switch to beni09
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Grissik <[email protected]>
  • Loading branch information
AlexanderGrissik authored and igor-ivanov committed Aug 3, 2023
1 parent 9ebfbaa commit 8c23bf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/matrix_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs_on_dockers:
- {name: 'header-check', url: 'harbor.mellanox.com/toolbox/header_check:0.0.15', category: 'tool', arch: 'x86_64', tag: '0.0.15'}

runs_on_agents:
- {nodeLabel: 'r-aa-fatty02', category: 'base'}
- {nodeLabel: 'beni09', category: 'base'}

matrix:
axes:
Expand Down Expand Up @@ -174,7 +174,7 @@ steps:
containerSelector:
- "{name: 'skip-container'}"
agentSelector:
- "{nodeLabel: 'r-aa-fatty02', variant:1}"
- "{nodeLabel: 'beni09', variant:1}"
run: |
[ "x${do_cppcheck}" == "xtrue" ] && action=yes || action=no
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_cppcheck=${action} ./contrib/test_jenkins.sh
Expand All @@ -191,7 +191,7 @@ steps:
containerSelector:
- "{name: 'skip-container'}"
agentSelector:
- "{nodeLabel: 'r-aa-fatty02', variant:1}"
- "{nodeLabel: 'beni09', variant:1}"
run: |
[ "x${do_csbuild}" == "xtrue" ] && action=yes || action=no
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_csbuild=${action} ./contrib/test_jenkins.sh
Expand All @@ -208,7 +208,7 @@ steps:
containerSelector:
- "{name: 'skip-container'}"
agentSelector:
- "{nodeLabel: 'r-aa-fatty02'}"
- "{nodeLabel: 'beni09'}"
run: |
[ "x${do_gtest}" == "xtrue" ] && action=yes || action=no
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_gtest=${action} ./contrib/test_jenkins.sh
Expand All @@ -227,7 +227,7 @@ steps:
containerSelector:
- "{name: 'skip-container'}"
agentSelector:
- "{nodeLabel: 'r-aa-fatty02', variant:1}"
- "{nodeLabel: 'beni09', variant:1}"
run: |
[ "x${do_test}" == "xtrue" ] && action=yes || action=no
env WORKSPACE=$PWD TARGET=${flags} jenkins_test_run=${action} ./contrib/test_jenkins.sh
Expand Down

0 comments on commit 8c23bf7

Please sign in to comment.