Skip to content

Commit 0d9c758

Browse files
committed
CI: creating a separate circleCI only ignore list for JB2
1 parent 06830e8 commit 0d9c758

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ignore_circleci_testing

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ignored for now as excluding execution for these is a combination that passes JB2 building on CircleCI.
2+
tutorials/parallelize/Parallelize_Convolution
3+
tutorials/roman_simulations/roman_hlss_number_density.md
4+
tutorials/cosmodc2/cosmoDC2_TAP_access.md
5+
tutorials/openuniversesims/openuniverse2024_roman_simulated_timedomainsurvey.md
6+
tutorials/openuniversesims/openuniverse2024_roman_simulated_wideareasurvey.md
7+
tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md
8+
tutorials/cloud_access/euclid-cloud-access.md
9+
tutorials/cloud_access/cloud-access-intro.md

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ commands =
4848
bash -c 'if python -c "import platform; print(platform.platform())" | grep -i macos; then cat ignore_osx_testing >> ignore_testing; fi'
4949
bash -c 'if python -c "import platform; print(platform.platform())" | grep -i win; then cat ignore_windows_testing >> ignore_testing; fi'
5050
bash -c 'if [[ $CI == true ]]; then cat ignore_gha_testing >> ignore_testing; fi'
51+
bash -c 'if [[ $CIRCLECI == true ]]; then cat ignore_circleci_testing >> ignore_testing; fi'
5152

5253
# We only want to run CI in PRs for the notebooks we touched
5354
!buildhtml: bash -c 'if [[ $GITHUB_EVENT_NAME == pull_request && -z "$(grep force_run:all_tests ${GITHUB_EVENT_PATH})" ]]; then git fetch origin main --depth=1; git diff origin/main --name-only tutorials | grep .md; else find tutorials -name "*.md"; fi | grep -vf ignore_testing | xargs jupytext --to notebook '

0 commit comments

Comments
 (0)