Skip to content

Commit

Permalink
#2268: move JSON validation to clang-16 build
Browse files Browse the repository at this point in the history
Use a build based on Ubuntu 24.04 to ensure recent versions of Python
dependencies (python3-schema).
  • Loading branch information
cz4rs committed Nov 15, 2024
1 parent 1dcc8c0 commit a559fe2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ci/azure/azure-clang-16-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

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

trigger:
branches:
Expand Down Expand Up @@ -58,7 +58,7 @@ variables:
VT_KOKKOS_ENABLED: 0
VT_TV_ENABLED: 0
CMAKE_CXX_STANDARD: 17
VT_CI_TEST_LB_SCHEMA: 0
VT_CI_TEST_LB_SCHEMA: 1
RUN_FULL_CI: true
CACHE: "$(Agent.TempDirectory)/cache/"
cache_name: ubuntu-clang-16-cache
Expand Down
4 changes: 2 additions & 2 deletions ci/azure/azure-gcc-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

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

trigger:
branches:
Expand Down Expand Up @@ -58,7 +58,7 @@ variables:
VT_KOKKOS_ENABLED: 0
VT_TV_ENABLED: 0
CMAKE_CXX_STANDARD: 17
VT_CI_TEST_LB_SCHEMA: 1
VT_CI_TEST_LB_SCHEMA: 0
RUN_FULL_CI: true
CACHE: "$(Agent.TempDirectory)/cache/"
cache_name: ubuntu-gcc-9-cache
Expand Down
6 changes: 3 additions & 3 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,10 @@ vt_tests_num_nodes = 4
vt_external_fmt = 1

[PR-tests-gcc-9]
test_configuration = "gcc-9, ubuntu, mpich, zoltan, json schema test"
test_configuration = "gcc-9, ubuntu, mpich, zoltan"
compiler_type = gnu
compiler = gcc-9
output_name = ci/azure/azure-gcc-9-ubuntu-mpich.yml
vt_ci_test_lb_schema = 1
vt_zoltan = 1

[PR-tests-gcc-10]
Expand Down Expand Up @@ -212,11 +211,12 @@ vt_trace = 1
vt_debug_verbose = 1

[PR-tests-clang-16]
test_configuration = "clang-16, ubuntu, mpich"
test_configuration = "clang-16, ubuntu, mpich, json schema test"
compiler_type = clang
compiler = clang-16
distro = 24.04
output_name = ci/azure/azure-clang-16-ubuntu-mpich.yml
vt_ci_test_lb_schema = 1
vt_trace = 1

[PR-tests-gcc-10-spack-package]
Expand Down

0 comments on commit a559fe2

Please sign in to comment.