From e001be3798c8e762f1ade0ef8eb798ddb35e66fc Mon Sep 17 00:00:00 2001 From: Chester Liu Date: Thu, 22 Apr 2021 15:51:51 +0800 Subject: [PATCH 1/2] Skip dcgan_faces_tutorial.py on Windows --- .circleci/scripts/build_for_windows.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/scripts/build_for_windows.sh b/.circleci/scripts/build_for_windows.sh index 07127fc85ee..d64094c4e14 100644 --- a/.circleci/scripts/build_for_windows.sh +++ b/.circleci/scripts/build_for_windows.sh @@ -49,6 +49,7 @@ if [[ "${CIRCLE_JOB}" == *worker_* ]]; then python $DIR/remove_runnable_code.py advanced_source/static_quantization_tutorial.py advanced_source/static_quantization_tutorial.py || true python $DIR/remove_runnable_code.py beginner_source/hyperparameter_tuning_tutorial.py beginner_source/hyperparameter_tuning_tutorial.py || true python $DIR/remove_runnable_code.py beginner_source/audio_preprocessing_tutorial.py beginner_source/audio_preprocessing_tutorial.py || true + python $DIR/remove_runnable_code.py beginner_source/dcgan_faces_tutorial.py beginner_source/audio_preprocessing_tutorial.py || true python $DIR/remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true # Temp remove for mnist download issue. (Re-enabled for 1.8.1) # python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true From 17b44715d74fa39adf35a9487eee34c4813b5299 Mon Sep 17 00:00:00 2001 From: Chester Liu Date: Thu, 22 Apr 2021 15:58:03 +0800 Subject: [PATCH 2/2] Update build_for_windows.sh --- .circleci/scripts/build_for_windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/scripts/build_for_windows.sh b/.circleci/scripts/build_for_windows.sh index d64094c4e14..a24dd59757d 100644 --- a/.circleci/scripts/build_for_windows.sh +++ b/.circleci/scripts/build_for_windows.sh @@ -49,7 +49,7 @@ if [[ "${CIRCLE_JOB}" == *worker_* ]]; then python $DIR/remove_runnable_code.py advanced_source/static_quantization_tutorial.py advanced_source/static_quantization_tutorial.py || true python $DIR/remove_runnable_code.py beginner_source/hyperparameter_tuning_tutorial.py beginner_source/hyperparameter_tuning_tutorial.py || true python $DIR/remove_runnable_code.py beginner_source/audio_preprocessing_tutorial.py beginner_source/audio_preprocessing_tutorial.py || true - python $DIR/remove_runnable_code.py beginner_source/dcgan_faces_tutorial.py beginner_source/audio_preprocessing_tutorial.py || true + python $DIR/remove_runnable_code.py beginner_source/dcgan_faces_tutorial.py beginner_source/dcgan_faces_tutorial.py || true python $DIR/remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true # Temp remove for mnist download issue. (Re-enabled for 1.8.1) # python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true