We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56acf8 commit 7b51febCopy full SHA for 7b51feb
.ci/matrix_job.yaml
@@ -190,7 +190,7 @@ steps:
190
- name: Style
191
enable: ${do_style}
192
containerSelector:
193
- - "{name: 'xlio_static.tidy', category: 'tool', variant: 1}"
+ - "{name: 'toolbox', category: 'tool'}"
194
agentSelector:
195
- "{nodeLabel: 'skip-agent'}"
196
run: |
contrib/jenkins_tests/style.sh
@@ -4,6 +4,8 @@ source $(dirname $0)/globals.sh
4
5
echo "Checking for codying style ..."
6
7
+do_module "dev/clang-9.0.1"
8
+
9
cd $WORKSPACE
10
11
rm -rf $style_dir
@@ -64,6 +66,8 @@ else
64
66
fi
65
67
rc=$(($rc+$nerrors))
68
69
+module unload "dev/clang-9.0.1"
70
71
do_archive "${style_dir}/*.diff"
72
73
echo "[${0##*/}]..................exit code = $rc"
0 commit comments