Skip to content

Commit 5e54558

Browse files
authored
Merge pull request #53 from bsipocz/CI_ignore_more_euclid
CI: fix skip label CI skip and ignore all euclid testing for now
2 parents ec9eea7 + 5235311 commit 5e54558

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
tests:
2020
# Do not run the test matrix on PRs affecting the rendering
21-
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering') }}
21+
if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'html rendering / skip testing') }}
2222

2323
name: ${{ matrix.os }} ${{ matrix.name }}
2424
runs-on: ${{ matrix.os }}

conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
# The way the notebooks use the multiprocessing module is known to not work on non-Linux
5858
nb_execution_excludepatterns += ['Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
5959

60+
# Euclid data is not yet available publicly
61+
nb_execution_excludepatterns += ['*Euclid*', '*euclid*']
62+
63+
exclude_patterns += ['tutorials/*/*[Ee]uclid*']
64+
6065
# -- Options for HTML output -------------------------------------------------
6166

6267
# The theme to use for HTML and HTML Help pages. See the documentation for

ignore_gha_testing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tutorials/parquet-catalog-demos/neowise-source-table-lightcurves
22
tutorials/parquet-catalog-demos/neowise-source-table-strategies
3-
tutorials/euclid_access
3+
euclid

0 commit comments

Comments
 (0)