pytorch/.github/workflows
Huy Do 04c1c2b791 Try to build the Docker image if it doesn't exist (#102562)
There is a bug in the test workflow where it could fail to find the new Docker image when the image hasn't yet became available on ECR, for example e71ab21422.  This basically is a race condition where the test job starts before the docker-build workflow could finish successfully.  The fix here is to make sure that the test job has the opportunity to build the image if it doesn't exist, same as what the build workflow does atm.  Once the docker-build workflow finishes pushing the new image to ECR, that can then be used instead.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/102562
Approved by: https://github.com/PaliC
2023-05-31 20:50:27 +00:00
..
_android-build-test.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
_android-full-build-test.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
_bazel-build-test.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
_binary-build-linux.yml Allow disable binary build jobs on CI (#100754) 2023-05-09 20:01:00 +00:00
_binary-test-linux.yml Allow disable binary build jobs on CI (#100754) 2023-05-09 20:01:00 +00:00
_binary-upload.yml Allow disable binary build jobs on CI (#100754) 2023-05-09 20:01:00 +00:00
_buck-build-test.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
_calculate-docker-image.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
_docs.yml Try to build the Docker image if it doesn't exist (#102562) 2023-05-31 20:50:27 +00:00
_ios-build-test.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
_linux-build.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
_linux-test.yml Try to build the Docker image if it doesn't exist (#102562) 2023-05-31 20:50:27 +00:00
_mac-build.yml Skip sccache initialization on MacOS (#99121) 2023-04-18 00:46:45 +00:00
_mac-test-mps.yml Do not upload MacOS conda environment to GitHub when job fails (#102108) 2023-05-23 23:01:33 +00:00
_mac-test.yml Do not upload MacOS conda environment to GitHub when job fails (#102108) 2023-05-23 23:01:33 +00:00
_rocm-test.yml Try to build the Docker image if it doesn't exist (#102562) 2023-05-31 20:50:27 +00:00
_run_android_tests.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
_update-commit-hash.yml [CI] Distribute bot workload (#101723) 2023-05-17 21:46:55 +00:00
_win-build.yml Use python3 instead of /usr/bin/env python3 on Windows (#101437) 2023-05-16 02:10:24 +00:00
_win-test.yml Use python3 instead of /usr/bin/env python3 on Windows (#101437) 2023-05-16 02:10:24 +00:00
auto_request_review.yml
build-triton-wheel.yml [ROCM] Add build ROCM support to build-triton-wheel.yml (#95142) 2023-05-12 15:54:57 +00:00
check-labels.yml Fix check-labels workflow commenting on forked PRs (#101467) 2023-05-18 00:47:53 +00:00
create_release.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
docker-builds.yml Switch cuda 12.1 docker images to gcc9 (#102380) 2023-05-30 23:03:55 +00:00
docker-release.yml [BE] Dedup hardcoded triton versions (#96580) 2023-03-12 20:00:48 +00:00
generated-linux-binary-conda-nightly.yml Add CUDA 12.1 workflows (#98492) 2023-04-11 00:33:53 +00:00
generated-linux-binary-libtorch-cxx11-abi-main.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
generated-linux-binary-libtorch-cxx11-abi-nightly.yml Add CUDA 12.1 workflows (#98492) 2023-04-11 00:33:53 +00:00
generated-linux-binary-libtorch-pre-cxx11-main.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
generated-linux-binary-libtorch-pre-cxx11-nightly.yml Add CUDA 12.1 workflows (#98492) 2023-04-11 00:33:53 +00:00
generated-linux-binary-manywheel-main.yml Add CUDA 12.1 CI workflows (#98832) 2023-05-01 16:25:53 +00:00
generated-linux-binary-manywheel-nightly.yml Add CUDA 12.1 workflows (#98492) 2023-04-11 00:33:53 +00:00
generated-macos-arm64-binary-conda-nightly.yml
generated-macos-arm64-binary-wheel-nightly.yml
generated-macos-binary-conda-nightly.yml
generated-macos-binary-libtorch-cxx11-abi-nightly.yml
generated-macos-binary-wheel-nightly.yml
generated-windows-binary-conda-nightly.yml Migrate jobs: windows.4xlarge->windows.4xlarge.nonephemeral (#100548) 2023-05-03 15:47:18 +00:00
generated-windows-binary-libtorch-debug-main.yml Revert "Allow disable binary build jobs on CI (#100754)" 2023-05-09 07:15:32 +00:00
generated-windows-binary-libtorch-debug-nightly.yml Migrate jobs: windows.4xlarge->windows.4xlarge.nonephemeral (#100548) 2023-05-03 15:47:18 +00:00
generated-windows-binary-libtorch-release-main.yml Revert "Allow disable binary build jobs on CI (#100754)" 2023-05-09 07:15:32 +00:00
generated-windows-binary-libtorch-release-nightly.yml Migrate jobs: windows.4xlarge->windows.4xlarge.nonephemeral (#100548) 2023-05-03 15:47:18 +00:00
generated-windows-binary-wheel-nightly.yml Migrate jobs: windows.4xlarge->windows.4xlarge.nonephemeral (#100548) 2023-05-03 15:47:18 +00:00
inductor-perf-compare.yml [Inductor CI] Fix concurrency cancellation rule of inductor-perf-compare job (#97197) 2023-03-20 23:32:38 +00:00
inductor-perf-test-nightly.yml [CI] Introduce dashboard-tag to pass dashboard run configs (#101320) 2023-05-12 23:26:16 +00:00
inductor-periodic.yml Switch cuda 12.1 docker images to gcc9 (#102380) 2023-05-30 23:03:55 +00:00
inductor.yml [CI] Enlarge memory for OOM models in inductor cpu HF accuracy test (#101395) 2023-05-18 09:23:30 +00:00
labeler.yml [CI] Do not auto-label nightly builds PR (#100740) 2023-05-05 22:09:13 +00:00
lint-bc.yml Do not trigger lint and pull workflows when sync nightly #26921 (#101746) 2023-05-18 16:57:03 +00:00
lint.yml Do not trigger lint and pull workflows when sync nightly #26921 (#101746) 2023-05-18 16:57:03 +00:00
mac-mps.yml Use the same python version in MacOS workflows and add more debug messages (#98902) 2023-04-13 06:03:14 +00:00
nightly-rockset-uploads.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
nightly.yml [CI] Distribute bot workload (#101723) 2023-05-17 21:46:55 +00:00
periodic.yml Restore Vulkan tests to periodic (#101026) 2023-05-11 01:42:51 +00:00
pull.yml Do not trigger lint and pull workflows when sync nightly #26921 (#101746) 2023-05-18 16:57:03 +00:00
revert.yml [Security] Move mergebot workflows in its own env (#101718) 2023-05-17 13:33:06 -07:00
run_torchbench.yml
scorecards.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
slow.yml Run slow gradcheck on the newer G5 runner (#102496) 2023-05-31 17:28:03 +00:00
stale.yml
trunk.yml Switch cuda 12.1 docker images to gcc9 (#102380) 2023-05-30 23:03:55 +00:00
trymerge.yml [Security] Move mergebot workflows in its own env (#101718) 2023-05-17 13:33:06 -07:00
tryrebase.yml [Security] Move mergebot workflows in its own env (#101718) 2023-05-17 13:33:06 -07:00
unstable-periodic.yml Create a new unstable workflow for periodic jobs (#98858) 2023-04-11 20:12:26 +00:00
unstable.yml Revert "Mark Windows CPU jobs as unstable (#100581)" (#100676) 2023-05-12 19:15:11 +00:00
update-viablestrict.yml [Security] Move mergebot workflows in its own env (#101718) 2023-05-17 13:33:06 -07:00
update_pytorch_labels.yml Rename default branch to main (#99210) 2023-04-16 18:48:14 -07:00
update_s3_htmls.yml
upload-test-stats.yml [Security] Move mergebot workflows in its own env (#101718) 2023-05-17 13:33:06 -07:00
upload-torch-dynamo-perf-stats.yml [CI] Add workflow_dispatch.inputs to control dashboard runs (#101279) 2023-05-12 20:34:50 +00:00
weekly.yml [CI] Distribute bot workload (#101723) 2023-05-17 21:46:55 +00:00