Skip to content

Commit

Permalink
Revert "issue: HPCINFRA-1798 switch Style step to clang-16 based cont…
Browse files Browse the repository at this point in the history
…ainer"

This reverts commit f913492.

Signed-off-by: Gal Noam <gnoam@nvidia.com>
  • Loading branch information
galnoam committed Jun 10, 2024
1 parent d56acf8 commit 7b51feb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/matrix_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ steps:
- name: Style
enable: ${do_style}
containerSelector:
- "{name: 'xlio_static.tidy', category: 'tool', variant: 1}"
- "{name: 'toolbox', category: 'tool'}"
agentSelector:
- "{nodeLabel: 'skip-agent'}"
run: |
Expand Down
4 changes: 4 additions & 0 deletions contrib/jenkins_tests/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ source $(dirname $0)/globals.sh

echo "Checking for codying style ..."

do_module "dev/clang-9.0.1"

cd $WORKSPACE

rm -rf $style_dir
Expand Down Expand Up @@ -64,6 +66,8 @@ else
fi
rc=$(($rc+$nerrors))

module unload "dev/clang-9.0.1"

do_archive "${style_dir}/*.diff"

echo "[${0##*/}]..................exit code = $rc"
Expand Down

0 comments on commit 7b51feb

Please sign in to comment.