File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ echo "export BUILDER_ROOT=${BUILDER_ROOT}" >> ${BASH_ENV}
41
41
retry git clone --depth 1 https://github.com/pytorch/pytorch.git " $PYTORCH_ROOT "
42
42
# Removed checking out pytorch/pytorch using CIRCLE_PR_NUMBER and CIRCLE_SHA1 as
43
43
# those environment variables are tied to the host repo where the build is being
44
- # triggered.
45
- retry git submodule update --init --recursive --jobs 0
44
+ # triggered.
45
+ retry git submodule update --init --recursive
46
46
pushd " $PYTORCH_ROOT "
47
47
echo " Using Pytorch from "
48
48
git --no-pager log --max-count 1
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ if [[ ! -d "$pytorch_rootdir" ]]; then
190
190
popd
191
191
fi
192
192
pushd " $pytorch_rootdir "
193
- git submodule update --init --recursive --jobs 0
193
+ git submodule update --init --recursive
194
194
echo " Using Pytorch from "
195
195
git --no-pager log --max-count 1
196
196
popd
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ if [[ ! -d "$NIGHTLIES_PYTORCH_ROOT" ]]; then
120
120
export PYTORCH_BRANCH=" $last_commit "
121
121
fi
122
122
git checkout " $PYTORCH_BRANCH "
123
- git submodule update --jobs 0
123
+ git submodule update
124
124
popd
125
125
fi
126
126
@@ -229,7 +229,7 @@ if [[ "$DAYS_TO_KEEP" < '1' ]]; then
229
229
fi
230
230
231
231
# PYTORCH_NIGHTLIES_TIMEOUT
232
- # Timeout in seconds.
232
+ # Timeout in seconds.
233
233
# When full testing is enabled, condas builds often take up to 2 hours 20
234
234
# minutes, so the default is set to (2 * 60 + 20 + 40 [buffer]) * 60 == 10800
235
235
# seconds.
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ if [[ ! -d "$pytorch_rootdir" ]]; then
128
128
popd
129
129
fi
130
130
pushd " $pytorch_rootdir "
131
- git submodule update --init --recursive --jobs 0
131
+ git submodule update --init --recursive
132
132
popd
133
133
134
134
# #########################
You can’t perform that action at this time.
0 commit comments