Skip to content

Commit

Permalink
ci: disable tests windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Jul 31, 2024
1 parent 3f0f1ae commit f4b1285
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion scripts/ci/cmake/ci-win2019-vs2019-msmpi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ set(CTEST_CMAKE_GENERATOR "Visual Studio 16 2019")
set(CTEST_CMAKE_GENERATOR_PLATFORM "x64")
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}")
# https://github.com/ornladios/ADIOS2/issues/4276
set(CTEST_TEST_ARGS EXCLUDE "Api.Python.FileReader|Api.Python.BPWriteTypesHighLevelAPI_HDF5")
# https://github.com/ornladios/ADIOS2/issues/4279
# https://github.com/ornladios/ADIOS2/issues/4278
set(CTEST_TEST_ARGS
EXCLUDE "Api.Python.FileReader|Api.Python.BPWriteTypesHighLevelAPI_HDF5|Api.Python.BPWriteTypesHighLevelAPI.MPI"
)
include(${CMAKE_CURRENT_LIST_DIR}/ci-common.cmake)
6 changes: 5 additions & 1 deletion scripts/ci/cmake/ci-win2022-vs2022-msmpi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ set(CTEST_CMAKE_GENERATOR "Visual Studio 17 2022")
set(CTEST_CMAKE_GENERATOR_PLATFORM "x64")
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}")
# https://github.com/ornladios/ADIOS2/issues/4276
set(CTEST_TEST_ARGS EXCLUDE "Api.Python.FileReader|Api.Python.BPWriteTypesHighLevelAPI_HDF5")
# https://github.com/ornladios/ADIOS2/issues/4279
# https://github.com/ornladios/ADIOS2/issues/4278
set(CTEST_TEST_ARGS
EXCLUDE "Api.Python.FileReader|Api.Python.BPWriteTypesHighLevelAPI_HDF5|Api.Python.BPWriteTypesHighLevelAPI.MPI"
)
include(${CMAKE_CURRENT_LIST_DIR}/ci-common.cmake)
1 change: 1 addition & 0 deletions scripts/ci/cmake/ci-win2022-vs2022-serial.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set(CTEST_CMAKE_GENERATOR "Visual Studio 17 2022")
set(CTEST_CMAKE_GENERATOR_PLATFORM "x64")
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}")
# https://github.com/ornladios/ADIOS2/issues/4276
# https://github.com/ornladios/ADIOS2/issues/4279
set(CTEST_TEST_ARGS EXCLUDE "Api.Python.FileReader|Api.Python.BPWriteTypesHighLevelAPI_HDF5")

include(${CMAKE_CURRENT_LIST_DIR}/ci-common.cmake)

0 comments on commit f4b1285

Please sign in to comment.