Skip to content

Commit

Permalink
#1513: CI: enable -Werror flag in Ubuntu 22.04 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed May 12, 2022
1 parent 35283d3 commit e0f3cec
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ci/azure/azure-clang-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variables:
VT_DOCS: 0
VT_ASAN: 0
VT_UBSAN: 0
VT_WERROR: 0
VT_WERROR: 1
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_TESTS_NUM_NODES: 2
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-clang-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variables:
VT_DOCS: 0
VT_ASAN: 0
VT_UBSAN: 0
VT_WERROR: 0
VT_WERROR: 1
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_TESTS_NUM_NODES: 2
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-clang-13-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variables:
VT_DOCS: 0
VT_ASAN: 0
VT_UBSAN: 0
VT_WERROR: 0
VT_WERROR: 1
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_TESTS_NUM_NODES: 2
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-clang-14-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variables:
VT_DOCS: 0
VT_ASAN: 0
VT_UBSAN: 0
VT_WERROR: 0
VT_WERROR: 1
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_TESTS_NUM_NODES: 2
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-gcc-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variables:
VT_DOCS: 0
VT_ASAN: 0
VT_UBSAN: 0
VT_WERROR: 0
VT_WERROR: 1
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_TESTS_NUM_NODES: 2
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-gcc-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variables:
VT_DOCS: 0
VT_ASAN: 0
VT_UBSAN: 0
VT_WERROR: 0
VT_WERROR: 1
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_TESTS_NUM_NODES: 2
Expand Down
6 changes: 0 additions & 6 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,13 @@ compiler_type = gnu
compiler = gcc-11
distro = 22.04
output_name = ci/azure/azure-gcc-11-ubuntu-mpich.yml
vt_werror = 0

[PR-tests-gcc-12]
test_configuration = "gcc-12, ubuntu, mpich"
compiler_type = gnu
compiler = gcc-12
distro = 22.04
output_name = ci/azure/azure-gcc-12-ubuntu-mpich.yml
vt_werror = 0

[PR-tests-clang-39]
test_configuration = "clang-3.9, ubuntu, mpich"
Expand Down Expand Up @@ -241,28 +239,24 @@ compiler_type = clang
compiler = clang-11
distro = 22.04
output_name = ci/azure/azure-clang-11-ubuntu-mpich.yml
vt_werror = 0

[PR-tests-clang-12]
test_configuration = "clang-12, ubuntu, mpich"
compiler_type = clang
compiler = clang-12
distro = 22.04
output_name = ci/azure/azure-clang-12-ubuntu-mpich.yml
vt_werror = 0

[PR-tests-clang-13]
test_configuration = "clang-13, ubuntu, mpich"
compiler_type = clang
compiler = clang-13
distro = 22.04
output_name = ci/azure/azure-clang-13-ubuntu-mpich.yml
vt_werror = 0

[PR-tests-clang-14]
test_configuration = "clang-14, ubuntu, mpich"
compiler_type = clang
compiler = clang-14
distro = 22.04
output_name = ci/azure/azure-clang-14-ubuntu-mpich.yml
vt_werror = 0

0 comments on commit e0f3cec

Please sign in to comment.