Unverified Commit d1bb1711 authored by mlmz's avatar mlmz Committed by GitHub
Browse files

Fix: Reduce the number of document ci attempts to avoid long ci running (#5097)


Co-authored-by: default avatarshuaills <shishuaiuoe@gmail.com>
parent 35e0856b
...@@ -23,7 +23,7 @@ compile: ...@@ -23,7 +23,7 @@ compile:
parallel -0 -j3 --halt soon,fail=1 ' \ parallel -0 -j3 --halt soon,fail=1 ' \
NB_NAME=$$(basename {}); \ NB_NAME=$$(basename {}); \
START_TIME=$$(date +%s); \ START_TIME=$$(date +%s); \
retry --delay=0 --times=3 -- \ retry --delay=0 --times=2 -- \
jupyter nbconvert --to notebook --execute --inplace "{}" \ jupyter nbconvert --to notebook --execute --inplace "{}" \
--ExecutePreprocessor.timeout=600 \ --ExecutePreprocessor.timeout=600 \
--ExecutePreprocessor.kernel_name=python3; \ --ExecutePreprocessor.kernel_name=python3; \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment