Skip to content

Commit 16ec464

Browse files
committed
Update
[ghstack-poisoned]
2 parents 93a58c6 + d974e4a commit 16ec464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
set -eux
5656
# Intentionally suppressing exit code for now.
5757
# TODO (gjcomer) Remove this when jobs are stable.
58+
EXIT_CODE=0
5859
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}" || EXIT_CODE=$?
5960
echo "Test run complete with exit code $EXIT_CODE."
6061
@@ -78,5 +79,6 @@ jobs:
7879
# This is needed to get the prebuilt PyTorch wheel from S3
7980
${CONDA_RUN} --no-capture-output pip install awscli==1.37.21
8081
82+
EXIT_CODE=0
8183
.ci/scripts/backend-test-macos.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}" || EXIT_CODE=$?
8284
echo "Test run complete with exit code $EXIT_CODE."

0 commit comments

Comments
 (0)