Skip to content

[CI] Fix selective downloads #2763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
# IMPORTANT NOTE: We assume that each tutorial has a UNIQUE filename.
FILES_TO_RUN=$(python .jenkins/get_files_to_run.py)
echo "FILES_TO_RUN: " ${FILES_TO_RUN}
# Files to run must be accessible to subprocessed (at least to `download_data.py`)
export FILES_TO_RUN

# Step 3: Run `make docs` to generate HTML files and static files for these tutorials
make docs
Expand Down