Skip to content

Commit

Permalink
#2300: REMOVE_ME: validate jsons in gcc-12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jul 18, 2024
1 parent 3c55d6d commit 9fcf446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 @@ -57,7 +57,7 @@ variables:
VT_DEBUG_VERBOSE: 1
VT_KOKKOS_ENABLED: 1
CMAKE_CXX_STANDARD: 17
VT_CI_TEST_LB_SCHEMA: 0
VT_CI_TEST_LB_SCHEMA: 1
CACHE: "$(Agent.TempDirectory)/cache/"
cache_name: ubuntu-gcc-12-cache
volume_name: ubuntu-cpp
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_lb_data_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set +x

function run_schema_validator() {
file=$1
if python3 "${path_to_vt_src_dir}/scripts/JSON_data_files_validator.py" --file_path="$file" --validate_comm_links
if python3 "${path_to_vt_src_dir}/scripts/JSON_data_files_validator.py" --file_path="$file" #--validate_comm_links
then
echo "Valid JSON schema in $file"
else
Expand Down
1 change: 1 addition & 0 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ output_name = ci/azure/azure-gcc-12-ubuntu-mpich.yml
pr_pattern = "pr:\\n drafts: true\\n autoCancel: true\\n branches:\\n include:\\n - '*'\\n"
vt_debug_verbose = 1
vt_kokkos_enabled = 1
vt_ci_test_lb_schema = 1

[PR-tests-clang-13-alpine]
test_configuration = "clang-13, alpine, mpich"
Expand Down

0 comments on commit 9fcf446

Please sign in to comment.