mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: This PR simplifies `.github/scripts/generate_ci_workflows.py` by using the same strategy as https://github.com/pytorch/pytorch/issues/54344, representing workflows as plain data to avoid duplicating the definition of the `generate_workflow_file` function. This will make the script easier to maintain if/when that function is modified and/or more workflow types are added. Pull Request resolved: https://github.com/pytorch/pytorch/pull/58491 Test Plan: The Lint job in CI; specifically: ``` make generate-gha-workflows mypy --config mypy-strict.ini ``` Reviewed By: malfet, seemethere Differential Revision: D28511918 Pulled By: samestep fbshipit-source-id: aaf415a954d938a29aee7c9367c9bc2b9f44bb01 |
||
|---|---|---|
| .. | ||
| build_publish_nightly_docker.sh | ||
| generate_binary_build_matrix.py | ||
| generate_ci_workflows.py | ||
| generate_pytorch_version.py | ||
| install_nvidia_utils_linux.sh | ||
| install_windows_sdk.ps1 | ||
| lint_native_functions.py | ||
| parse_ref.py | ||
| regenerate_cancel_redundant_workflow.py | ||
| report_git_status.sh | ||
| run_torchbench.py | ||
| windows_install_utils.ps1 | ||