Skip to content

Commit affd1e4

Browse files
committed
#2268: move JSON validation to clang-16 build
Use a build based on Ubuntu 24.04 to ensure recent versions of Python dependencies (python3-schema).
1 parent 3af8c4f commit affd1e4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ci/azure/azure-clang-16-ubuntu-mpich.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
############## Warning this is a generated file---do not modify ###############
33
###############################################################################
44

5-
name: PR tests (clang-16, ubuntu, mpich)
5+
name: PR tests (clang-16, ubuntu, mpich, json schema test)
66

77
trigger:
88
branches:
@@ -58,7 +58,7 @@ variables:
5858
VT_KOKKOS_ENABLED: 0
5959
VT_TV_ENABLED: 0
6060
CMAKE_CXX_STANDARD: 17
61-
VT_CI_TEST_LB_SCHEMA: 0
61+
VT_CI_TEST_LB_SCHEMA: 1
6262
RUN_FULL_CI: true
6363
CACHE: "$(Agent.TempDirectory)/cache/"
6464
cache_name: ubuntu-clang-16-cache

ci/azure/azure-gcc-9-ubuntu-mpich.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
############## Warning this is a generated file---do not modify ###############
33
###############################################################################
44

5-
name: PR tests (gcc-9, ubuntu, mpich, zoltan, json schema test)
5+
name: PR tests (gcc-9, ubuntu, mpich, zoltan)
66

77
trigger:
88
branches:
@@ -58,7 +58,7 @@ variables:
5858
VT_KOKKOS_ENABLED: 0
5959
VT_TV_ENABLED: 0
6060
CMAKE_CXX_STANDARD: 17
61-
VT_CI_TEST_LB_SCHEMA: 1
61+
VT_CI_TEST_LB_SCHEMA: 0
6262
RUN_FULL_CI: true
6363
CACHE: "$(Agent.TempDirectory)/cache/"
6464
cache_name: ubuntu-gcc-9-cache

scripts/workflows-azure.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,10 @@ vt_tests_num_nodes = 4
100100
vt_external_fmt = 1
101101

102102
[PR-tests-gcc-9]
103-
test_configuration = "gcc-9, ubuntu, mpich, zoltan, json schema test"
103+
test_configuration = "gcc-9, ubuntu, mpich, zoltan"
104104
compiler_type = gnu
105105
compiler = gcc-9
106106
output_name = ci/azure/azure-gcc-9-ubuntu-mpich.yml
107-
vt_ci_test_lb_schema = 1
108107
vt_zoltan = 1
109108

110109
[PR-tests-gcc-10]
@@ -212,11 +211,12 @@ vt_trace = 1
212211
vt_debug_verbose = 1
213212

214213
[PR-tests-clang-16]
215-
test_configuration = "clang-16, ubuntu, mpich"
214+
test_configuration = "clang-16, ubuntu, mpich, json schema test"
216215
compiler_type = clang
217216
compiler = clang-16
218217
distro = 24.04
219218
output_name = ci/azure/azure-clang-16-ubuntu-mpich.yml
219+
vt_ci_test_lb_schema = 1
220220
vt_trace = 1
221221

222222
[PR-tests-gcc-10-spack-package]

0 commit comments

Comments
 (0)