Skip to content

Commit

Permalink
Have UFS-like CI run ExtData1G
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jun 14, 2024
1 parent 398f917 commit d8792d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ workflows:
remove_pflogger: true
extra_cmake_options: "-DBUILD_WITH_FLAP=OFF -DBUILD_WITH_PFLOGGER=OFF -DBUILD_WITH_FARGPARSE=OFF -DUSE_EXTDATA2G=OFF -DBUILD_SHARED_MAPL=OFF"
run_unit_tests: true
ctest_options: "-L 'ESSENTIAL' --output-on-failure"
# ExtData1G tests were removed from ESSENTIAL, so we run them separately here as UFS might still use 1G?
ctest_options: "-L 'ESSENTIAL|EXTDATA1G_SMALL_TESTS' --output-on-failure"

# Run MAPL Tutorials
- ci/run_mapl_tutorial:
Expand Down

0 comments on commit d8792d7

Please sign in to comment.