Skip to content

Commit

Permalink
Update build.sh (pytorch#1415)
Browse files Browse the repository at this point in the history
Disable build of tutorial as the mnist download fails right now.
  • Loading branch information
brianjo authored Mar 15, 2021
1 parent 8894cbc commit cd07cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
# Step 1: Remove runnable code from tutorials that are not supposed to be run
python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tutorial.py beginner_source/aws_distributed_training_tutorial.py || true
python $DIR/remove_runnable_code.py advanced_source/ddp_pipeline_tutorial.py advanced_source/ddp_pipeline_tutorial.py || true
# Temp remove for mnist download issue.
python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true


# TODO: Fix bugs in these tutorials to make them runnable again
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
Expand Down

0 comments on commit cd07cea

Please sign in to comment.