├── .flake8 ├── .git-blame-ignore-revs ├── .gitattributes ├── .github ├── actionlint.yaml ├── actions │ ├── bc-lint │ │ └── action.yml │ ├── calculate-docker-image │ │ └── action.yml │ ├── check-disk-space │ │ └── action.yml │ ├── chown-directory │ │ └── action.yml │ ├── clang-tidy-upload │ │ └── action.yml │ ├── cleanup-runner │ │ └── action.yml │ ├── export-matrix-variables │ │ └── action.yml │ ├── gather-benchmark-metadata │ │ └── action.yml │ ├── gather-dependencies │ │ └── action.yml │ ├── gather-runners-info │ │ └── action.yml │ ├── get-workflow-job-id │ │ └── action.yml │ ├── pull-docker-image │ │ └── action.yml │ ├── run-script-with-cache │ │ └── action.yml │ ├── set-channel │ │ └── action.yml │ ├── setup-binary-builds │ │ └── action.yml │ ├── setup-binary-upload │ │ └── action.yml │ ├── setup-build-test │ │ └── action.yml │ ├── setup-linux │ │ └── action.yml │ ├── setup-miniconda │ │ ├── README.md │ │ └── action.yml │ ├── setup-nvidia │ │ └── action.yml │ ├── setup-python │ │ ├── action.yml │ │ ├── cleanup.js │ │ └── setup.js │ ├── setup-ssh │ │ ├── action.yml │ │ └── index.js │ ├── setup-windows │ │ └── action.yml │ ├── teardown-linux │ │ └── action.yml │ ├── teardown-windows │ │ └── action.yml │ ├── trigger-nightly │ │ └── action.yml │ ├── update-commit-hash │ │ └── action.yml │ ├── update-viablestrict │ │ └── action.yml │ ├── upload-artifact-s3 │ │ ├── .eslintignore │ │ ├── .eslintrc.json │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .licensed.yml │ │ ├── .licenses │ │ │ └── npm │ │ │ │ ├── @actions │ │ │ │ ├── artifact.dep.yml │ │ │ │ ├── core.dep.yml │ │ │ │ ├── exec.dep.yml │ │ │ │ ├── github-5.1.1.dep.yml │ │ │ │ ├── github.dep.yml │ │ │ │ ├── glob.dep.yml │ │ │ │ ├── http-client.dep.yml │ │ │ │ └── io.dep.yml │ │ │ │ ├── @azure │ │ │ │ ├── abort-controller.dep.yml │ │ │ │ ├── core-auth.dep.yml │ │ │ │ ├── core-http.dep.yml │ │ │ │ ├── core-lro.dep.yml │ │ │ │ ├── core-paging.dep.yml │ │ │ │ ├── core-tracing.dep.yml │ │ │ │ ├── core-util.dep.yml │ │ │ │ ├── logger.dep.yml │ │ │ │ └── storage-blob.dep.yml │ │ │ │ ├── @fastify │ │ │ │ └── busboy.dep.yml │ │ │ │ ├── @isaacs │ │ │ │ └── cliui.dep.yml │ │ │ │ ├── @octokit │ │ │ │ ├── auth-token-2.5.0.dep.yml │ │ │ │ ├── auth-token-4.0.0.dep.yml │ │ │ │ ├── core-3.6.0.dep.yml │ │ │ │ ├── core-5.0.2.dep.yml │ │ │ │ ├── endpoint-6.0.12.dep.yml │ │ │ │ ├── endpoint-9.0.4.dep.yml │ │ │ │ ├── graphql-4.8.0.dep.yml │ │ │ │ ├── graphql-7.0.2.dep.yml │ │ │ │ ├── openapi-types-12.11.0.dep.yml │ │ │ │ ├── openapi-types-19.1.0.dep.yml │ │ │ │ ├── plugin-paginate-rest-2.21.3.dep.yml │ │ │ │ ├── plugin-paginate-rest-9.1.5.dep.yml │ │ │ │ ├── plugin-request-log.dep.yml │ │ │ │ ├── plugin-rest-endpoint-methods-10.2.0.dep.yml │ │ │ │ ├── plugin-rest-endpoint-methods-5.16.2.dep.yml │ │ │ │ ├── plugin-retry.dep.yml │ │ │ │ ├── request-5.6.3.dep.yml │ │ │ │ ├── request-8.1.6.dep.yml │ │ │ │ ├── request-error-2.1.0.dep.yml │ │ │ │ ├── request-error-5.0.1.dep.yml │ │ │ │ ├── types-12.4.0.dep.yml │ │ │ │ └── types-6.41.0.dep.yml │ │ │ │ ├── @opentelemetry │ │ │ │ └── api.dep.yml │ │ │ │ ├── @pkgjs │ │ │ │ └── parseargs.dep.yml │ │ │ │ ├── @protobuf-ts │ │ │ │ ├── plugin-framework.dep.yml │ │ │ │ ├── plugin.dep.yml │ │ │ │ ├── protoc.dep.yml │ │ │ │ ├── runtime-rpc.dep.yml │ │ │ │ └── runtime.dep.yml │ │ │ │ ├── @types │ │ │ │ ├── color-name.dep.yml │ │ │ │ ├── node-fetch.dep.yml │ │ │ │ ├── node.dep.yml │ │ │ │ └── tunnel.dep.yml │ │ │ │ ├── abort-controller.dep.yml │ │ │ │ ├── ansi-regex-5.0.1.dep.yml │ │ │ │ ├── ansi-regex-6.0.1.dep.yml │ │ │ │ ├── ansi-styles-4.2.1.dep.yml │ │ │ │ ├── ansi-styles-6.2.1.dep.yml │ │ │ │ ├── archiver-utils.dep.yml │ │ │ │ ├── archiver.dep.yml │ │ │ │ ├── async.dep.yml │ │ │ │ ├── asynckit.dep.yml │ │ │ │ ├── b4a.dep.yml │ │ │ │ ├── balanced-match.dep.yml │ │ │ │ ├── bare-events.dep.yml │ │ │ │ ├── base64-js.dep.yml │ │ │ │ ├── before-after-hook.dep.yml │ │ │ │ ├── binary.dep.yml │ │ │ │ ├── bottleneck.dep.yml │ │ │ │ ├── brace-expansion-1.1.11.dep.yml │ │ │ │ ├── brace-expansion-2.0.1.dep.yml │ │ │ │ ├── buffer-crc32.dep.yml │ │ │ │ ├── buffer.dep.yml │ │ │ │ ├── buffers.dep.yml │ │ │ │ ├── camel-case.dep.yml │ │ │ │ ├── chainsaw.dep.yml │ │ │ │ ├── color-convert.dep.yml │ │ │ │ ├── color-name.dep.yml │ │ │ │ ├── combined-stream.dep.yml │ │ │ │ ├── commander.dep.yml │ │ │ │ ├── compress-commons.dep.yml │ │ │ │ ├── concat-map.dep.yml │ │ │ │ ├── core-util-is.dep.yml │ │ │ │ ├── crc-32.dep.yml │ │ │ │ ├── crc32-stream.dep.yml │ │ │ │ ├── cross-spawn.dep.yml │ │ │ │ ├── delayed-stream.dep.yml │ │ │ │ ├── deprecation.dep.yml │ │ │ │ ├── dot-object.dep.yml │ │ │ │ ├── eastasianwidth.dep.yml │ │ │ │ ├── emoji-regex-8.0.0.dep.yml │ │ │ │ ├── emoji-regex-9.2.2.dep.yml │ │ │ │ ├── event-target-shim.dep.yml │ │ │ │ ├── events.dep.yml │ │ │ │ ├── fast-fifo.dep.yml │ │ │ │ ├── foreground-child.dep.yml │ │ │ │ ├── form-data.dep.yml │ │ │ │ ├── fs.realpath.dep.yml │ │ │ │ ├── glob-10.3.12.dep.yml │ │ │ │ ├── glob-7.2.3.dep.yml │ │ │ │ ├── graceful-fs.dep.yml │ │ │ │ ├── ieee754.dep.yml │ │ │ │ ├── inflight.dep.yml │ │ │ │ ├── inherits.dep.yml │ │ │ │ ├── is-fullwidth-code-point.dep.yml │ │ │ │ ├── is-plain-object.dep.yml │ │ │ │ ├── is-stream.dep.yml │ │ │ │ ├── isarray.dep.yml │ │ │ │ ├── isexe.dep.yml │ │ │ │ ├── jackspeak.dep.yml │ │ │ │ ├── jwt-decode.dep.yml │ │ │ │ ├── lazystream.dep.yml │ │ │ │ ├── lodash.dep.yml │ │ │ │ ├── lower-case.dep.yml │ │ │ │ ├── lru-cache.dep.yml │ │ │ │ ├── mime-db.dep.yml │ │ │ │ ├── mime-types.dep.yml │ │ │ │ ├── minimatch-3.1.2.dep.yml │ │ │ │ ├── minimatch-5.1.6.dep.yml │ │ │ │ ├── minimatch.dep.yml │ │ │ │ ├── minimist.dep.yml │ │ │ │ ├── minipass.dep.yml │ │ │ │ ├── mkdirp.dep.yml │ │ │ │ ├── no-case.dep.yml │ │ │ │ ├── node-fetch.dep.yml │ │ │ │ ├── normalize-path.dep.yml │ │ │ │ ├── once.dep.yml │ │ │ │ ├── pascal-case.dep.yml │ │ │ │ ├── path-is-absolute.dep.yml │ │ │ │ ├── path-key.dep.yml │ │ │ │ ├── path-scurry.dep.yml │ │ │ │ ├── path-to-regexp.dep.yml │ │ │ │ ├── prettier.dep.yml │ │ │ │ ├── process-nextick-args.dep.yml │ │ │ │ ├── process.dep.yml │ │ │ │ ├── queue-tick.dep.yml │ │ │ │ ├── readable-stream-2.3.8.dep.yml │ │ │ │ ├── readable-stream-4.5.2.dep.yml │ │ │ │ ├── readdir-glob.dep.yml │ │ │ │ ├── safe-buffer-5.1.2.dep.yml │ │ │ │ ├── safe-buffer-5.2.1.dep.yml │ │ │ │ ├── sax.dep.yml │ │ │ │ ├── shebang-command.dep.yml │ │ │ │ ├── shebang-regex.dep.yml │ │ │ │ ├── signal-exit.dep.yml │ │ │ │ ├── streamx.dep.yml │ │ │ │ ├── string-width-4.2.3.dep.yml │ │ │ │ ├── string-width-5.1.2.dep.yml │ │ │ │ ├── string-width-cjs.dep.yml │ │ │ │ ├── string_decoder-1.1.1.dep.yml │ │ │ │ ├── string_decoder-1.3.0.dep.yml │ │ │ │ ├── strip-ansi-6.0.1.dep.yml │ │ │ │ ├── strip-ansi-7.1.0.dep.yml │ │ │ │ ├── strip-ansi-cjs.dep.yml │ │ │ │ ├── tar-stream.dep.yml │ │ │ │ ├── tr46.dep.yml │ │ │ │ ├── traverse.dep.yml │ │ │ │ ├── ts-poet.dep.yml │ │ │ │ ├── tslib.dep.yml │ │ │ │ ├── tunnel.dep.yml │ │ │ │ ├── twirp-ts.dep.yml │ │ │ │ ├── typescript.dep.yml │ │ │ │ ├── undici.dep.yml │ │ │ │ ├── universal-user-agent.dep.yml │ │ │ │ ├── unzip-stream.dep.yml │ │ │ │ ├── util-deprecate.dep.yml │ │ │ │ ├── uuid.dep.yml │ │ │ │ ├── webidl-conversions.dep.yml │ │ │ │ ├── whatwg-url.dep.yml │ │ │ │ ├── which.dep.yml │ │ │ │ ├── wrap-ansi-cjs.dep.yml │ │ │ │ ├── wrap-ansi.dep.yml │ │ │ │ ├── wrappy.dep.yml │ │ │ │ ├── xml2js.dep.yml │ │ │ │ ├── xmlbuilder.dep.yml │ │ │ │ ├── yaml.dep.yml │ │ │ │ └── zip-stream.dep.yml │ │ ├── .prettierignore │ │ ├── .prettierrc.json │ │ ├── CODEOWNERS │ │ ├── LICENSE │ │ ├── README.md │ │ ├── __tests__ │ │ │ ├── mktestdata.ts │ │ │ ├── search.test.ts │ │ │ ├── toBeOnSameDay.ts │ │ │ └── upload.test.ts │ │ ├── action.yml │ │ ├── babel.config.json │ │ ├── dist │ │ │ └── upload │ │ │ │ └── index.js │ │ ├── jest.config.js │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── src │ │ │ ├── shared │ │ │ │ ├── interfaces.ts │ │ │ │ ├── search.ts │ │ │ │ └── upload-artifact.ts │ │ │ └── upload │ │ │ │ ├── constants.ts │ │ │ │ ├── index.ts │ │ │ │ ├── input-helper.ts │ │ │ │ ├── upload-artifact.ts │ │ │ │ └── upload-inputs.ts │ │ └── tsconfig.json │ └── upload-benchmark-results │ │ └── action.yml ├── arc-node-config.yaml ├── arc-runner-config.yaml ├── canary-scale-config.yml ├── dependabot.yml ├── lf-canary-scale-config.yml ├── lf-scale-config.yml ├── scale-config.yml ├── scripts │ ├── benchmark-results-dir-for-testing │ │ └── v3 │ │ │ ├── add_loop_eager.json │ │ │ ├── add_loop_eager_dynamic.json │ │ │ ├── add_loop_inductor_dynamic_gpu.json │ │ │ ├── do_not_overwrite_runners_info.json │ │ │ ├── json-each-row.json │ │ │ └── mock.json │ ├── benchmarks │ │ ├── gather_metadata.py │ │ └── gather_runners_info.py │ ├── export_matrix_variables.py │ ├── gen_historical_disabled_issue_data.py │ ├── get_tutorials_stats.py │ ├── get_workflow_job_id.py │ ├── install_torch.sh │ ├── install_xpu.bat │ ├── repair_manylinux_2_28.sh │ ├── run_clickhouse_format.sh │ ├── run_with_env_secrets.py │ ├── update_commit_hashes.py │ ├── update_disabled_issues.py │ ├── upload_benchmark_results.py │ ├── validate_binaries.sh │ ├── validate_poetry.sh │ ├── validate_scale_config.py │ └── validate_test_ops.sh └── workflows │ ├── _binary_upload.yml │ ├── _binary_upload_r2.yml │ ├── _lambda-do-release-runners.yml │ ├── _upload_docs.yml │ ├── actions-check-dist.yml │ ├── actions-test.yml │ ├── backfill-workflow-job.yml │ ├── bc-linter-tests.yml │ ├── build-windows-ami.yml │ ├── build_wheels_linux.yml │ ├── build_wheels_macos.yml │ ├── build_wheels_windows.yml │ ├── check-alerts.yml │ ├── clang-tidy-linux.yml │ ├── clang-tidy-macos.yml │ ├── clickhouse-replicator-dynamo-lambda.yml │ ├── clickhouse-replicator-s3-lambda.yml │ ├── deploy_lambda_whl_metadata_upload_pep658.yml │ ├── disable-flaky-tests.yml │ ├── generate_binary_build_matrix.yml │ ├── generate_docker_release_matrix.yml │ ├── generate_release_matrix.yml │ ├── gha-artifacts-lambda.yml │ ├── github-analytics-daily.yml │ ├── github-status-test-lambda.yml │ ├── lambda-release-tag-runners.yml │ ├── lambda-runner-binaries-syncer.yml │ ├── lambda-runners.yml │ ├── lambda-webhook.yml │ ├── lint.yml │ ├── linux_job.yml │ ├── linux_job_v2.yml │ ├── log-classifier-lambda.yml │ ├── macos_job.yml │ ├── mobile_job.yml │ ├── opensearch-gha-jobs-lambda.yml │ ├── pr-dependencies-check.yml │ ├── pytorch-auto-revert-tests.yml │ ├── release-download-pytorch-org.yml │ ├── release-pypi.yml │ ├── release-stage-pypi.yml │ ├── revert-tracker.yml │ ├── scale_config_validation.yml │ ├── servicelab-ingestor-lambda.yml │ ├── test-binary-size-validation.yml │ ├── test-export-matrix-variables.yml │ ├── test-pip-requirements-macOS.txt │ ├── test-setup-miniconda-env-file │ ├── test-setup-miniconda-pip-requirements-file │ ├── test-setup-miniconda.yml │ ├── test-setup-nvidia.yml │ ├── test-setup-python.yml │ ├── test-setup-ssh.yml │ ├── test-validate-domain-library.yml │ ├── test_build_wheels_linux_aarch64_with_cuda.yml │ ├── test_build_wheels_linux_aarch64_without_cuda.yml │ ├── test_build_wheels_linux_python_versions.yml │ ├── test_build_wheels_linux_with_cuda.yml │ ├── test_build_wheels_linux_without_cuda.yml │ ├── test_build_wheels_m1.yml │ ├── test_build_wheels_windows_arm64.yml │ ├── test_build_wheels_windows_with_cuda.yml │ ├── test_build_wheels_windows_without_cuda.yml │ ├── test_gather_benchmark_info.yml │ ├── test_linux_job.yml │ ├── test_linux_job_v2.yml │ ├── test_macos_job.yml │ ├── test_mobile_job.yml │ ├── test_upload_benchmark_results.yml │ ├── test_windows_job.yml │ ├── tests.yml │ ├── tflint.yml │ ├── torchci.yml │ ├── trigger_nightly.yml │ ├── trigger_nightly_core.yml │ ├── update-drci-comments.yml │ ├── update-queue-times.yml │ ├── update-s3-dependencies.yml │ ├── update-s3-html.yml │ ├── update-test-times.yml │ ├── update_disabled_tests.yml │ ├── update_test_file_ratings.yml │ ├── update_test_file_report.yml │ ├── upload-tutorials-stats.yml │ ├── upload_benchmark_results.yml │ ├── usage-log-aggregator-lambda.yml │ ├── validate-aarch64-linux-binaries.yml │ ├── validate-binaries.yml │ ├── validate-docker-images.yml │ ├── validate-domain-library.yml │ ├── validate-linux-binaries.yml │ ├── validate-macos-arm64-binaries.yml │ ├── validate-nightly-binaries.yml │ ├── validate-pypi-wheel-binary-size.yml │ ├── validate-release-binaries.yml │ ├── validate-repackaged-binary-sizes.yml │ ├── validate-windows-binaries.yml │ ├── windows-ami-validation.yml │ └── windows_job.yml ├── .gitignore ├── .lintrunner.toml ├── .mypy_requirements.txt ├── .sqlfluff ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── aws ├── ami │ └── windows │ │ ├── README.md │ │ ├── build.hwm │ │ ├── build.pwd │ │ ├── build.pwi │ │ ├── configs │ │ └── sshd_config │ │ ├── plugins.pkr.hcl │ │ ├── scripts │ │ ├── Helpers │ │ │ ├── Reset-UserData.ps1 │ │ │ └── Uninstall-WinDefend.ps1 │ │ └── Installers │ │ │ ├── Initialize-Python3.ps1 │ │ │ ├── Install-CUDA-Tools.ps1 │ │ │ ├── Install-Choco-GenerateProfile.ps1 │ │ │ ├── Install-Conda-Dependencies.ps1 │ │ │ ├── Install-Miniconda3.ps1 │ │ │ ├── Install-Pip-Dependencies.ps1 │ │ │ ├── Install-SSH.ps1 │ │ │ ├── Install-Tools.ps1 │ │ │ └── Install-VS.ps1 │ │ ├── user-data-scripts │ │ └── bootstrap-winrm.ps1 │ │ ├── variables.pkr.hcl │ │ └── windows.pkr.hcl ├── lambda │ ├── README.md │ ├── benchmark-results-uploader │ │ ├── Makefile │ │ ├── README.md │ │ ├── lambda_function.py │ │ ├── requirements.txt │ │ └── test_lambda_function.py │ ├── benchmark_regression_summary_report │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── common │ │ │ ├── benchmark_time_series_api_model.py │ │ │ ├── config.py │ │ │ ├── config_model.py │ │ │ ├── regression_utils.py │ │ │ └── report_manager.py │ │ ├── lambda_function.py │ │ └── requirements.txt │ ├── buildkite-webhook-handler │ │ ├── Makefile │ │ ├── README.md │ │ ├── lambda_function.py │ │ ├── requirements.txt │ │ └── test_lambda_function.py │ ├── ci-queue-pct │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── ci_queue_pct.py │ │ ├── dorun.sh │ │ └── requirements.txt │ ├── clickhouse-replicator-dynamo │ │ ├── Makefile │ │ ├── README.md │ │ ├── expected_query.sql │ │ ├── lambda_function.py │ │ ├── requirements.txt │ │ ├── sample_workflow_job.json │ │ └── test_lambda_function.py │ ├── clickhouse-replicator-s3 │ │ ├── Makefile │ │ ├── README.md │ │ ├── lambda_function.py │ │ └── requirements.txt │ ├── gha-artifacts │ │ ├── Makefile │ │ ├── README.md │ │ ├── lambda_function.py │ │ └── requirements.txt │ ├── github-status-test │ │ ├── Makefile │ │ ├── README.md │ │ ├── lambda_function.py │ │ └── requirements.txt │ ├── keep-going-call-log-classifier │ │ ├── Makefile │ │ ├── README.md │ │ ├── lambda_function.py │ │ └── test_lambda_function.py │ ├── log-classifier │ │ ├── .gitignore │ │ ├── Cargo.lock │ │ ├── Cargo.toml │ │ ├── README.md │ │ ├── data │ │ │ ├── README.md │ │ │ └── log_classifier_dataset_query_2024-08-14.csv │ │ ├── fixtures │ │ │ ├── error_log1.txt │ │ │ ├── error_log_multiple_matches.txt │ │ │ └── request.json │ │ ├── ruleset.toml │ │ ├── scripts │ │ │ └── download_logs.py │ │ └── src │ │ │ ├── bedrock.rs │ │ │ ├── bedrock │ │ │ └── prompts.rs │ │ │ ├── engine.rs │ │ │ ├── lib.rs │ │ │ ├── log.rs │ │ │ ├── main.rs │ │ │ ├── network.rs │ │ │ ├── rule.rs │ │ │ ├── rule_match.rs │ │ │ └── snapshots │ │ │ ├── log_classifier__engine__test__get_snippets_on_log.snap │ │ │ └── log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap │ ├── opensearch-gha-jobs │ │ ├── Makefile │ │ ├── README.md │ │ ├── lambda_function.py │ │ ├── requirements.txt │ │ └── test_lambda_function.py │ ├── oss_ci_cur │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── Readme.md │ │ ├── lambda_function.py │ │ └── requirements.txt │ ├── oss_ci_job_queue_time │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── lambda_function.py │ │ └── requirements.txt │ ├── pytorch-auto-revert │ │ ├── .env.example │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── README.md │ │ ├── SIGNAL_ACTIONS.md │ │ ├── SIGNAL_EXTRACTION.md │ │ ├── __init__.py │ │ ├── dev_requirements.txt │ │ ├── pytorch_auto_revert │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── autorevert_checker.py │ │ │ ├── autorevert_circuit_breaker.py │ │ │ ├── bisection_planner.py │ │ │ ├── clickhouse_client_helper.py │ │ │ ├── config.py │ │ │ ├── github_client_helper.py │ │ │ ├── hud_renderer.py │ │ │ ├── job_agg_index.py │ │ │ ├── run_state_logger.py │ │ │ ├── signal.py │ │ │ ├── signal_actions.py │ │ │ ├── signal_extraction.py │ │ │ ├── signal_extraction_datasource.py │ │ │ ├── signal_extraction_types.py │ │ │ ├── testers │ │ │ │ ├── __init__.py │ │ │ │ ├── autorevert_v2.py │ │ │ │ ├── hud.py │ │ │ │ └── restart_checker.py │ │ │ ├── tests │ │ │ │ ├── resources │ │ │ │ │ ├── issue_comments.json │ │ │ │ │ ├── push_commits.json │ │ │ │ │ ├── workflow_job_main.json │ │ │ │ │ └── workflow_job_restarted.json │ │ │ │ ├── test_bisection_planner.py │ │ │ │ ├── test_hud_helpers.py │ │ │ │ ├── test_retry_with_backoff.py │ │ │ │ ├── test_run_state_logger.py │ │ │ │ ├── test_signal.py │ │ │ │ ├── test_signal_actions.py │ │ │ │ ├── test_signal_bisection.py │ │ │ │ ├── test_signal_dedup.py │ │ │ │ ├── test_signal_extraction.py │ │ │ │ └── test_workflow_resolver.py │ │ │ ├── utils.py │ │ │ ├── workflow_checker.py │ │ │ └── workflow_resolver.py │ │ └── requirements.txt │ ├── servicelab-ingestor │ │ ├── Makefile │ │ ├── README.md │ │ ├── lambda_function.py │ │ └── requirements.txt │ ├── tests │ │ ├── __init__.py │ │ ├── common.py │ │ ├── test_lambda_oss_ci_job_queue_time.py │ │ ├── test_lambda_oss_cur.py │ │ └── test_requirements.txt │ ├── usage-log-aggregator │ │ ├── Makefile │ │ ├── lambda_function.py │ │ ├── requirements.txt │ │ ├── test_lambda_function.py │ │ └── test_samples │ │ │ ├── test_usage_log_1.txt │ │ │ └── test_usage_log_1.zip │ └── whl_metadata_upload_pep658 │ │ ├── Makefile │ │ ├── README.md │ │ ├── lambda_function.py │ │ ├── requirements.txt │ │ ├── test_event.json │ │ └── test_lambda_function.py ├── tools │ └── cleanup-ssm │ │ ├── Cargo.toml │ │ ├── README.md │ │ └── src │ │ ├── cleanup.rs │ │ ├── client.rs │ │ ├── filter.rs │ │ ├── lib.rs │ │ └── main.rs └── websites │ └── download.pytorch.org │ ├── README.md │ ├── meta_cdn_whl_redirect.js │ └── pep503_whl_redirect.js ├── clickhouse_db_schema ├── README.md ├── benchmark.oss_ci_benchmark_v3 │ └── schema.sql ├── benchmark_regression_report │ └── schema.sql ├── default.all_query_logs │ └── schema.sql ├── default.workflow_job │ └── schema.sql ├── grafana_alerts │ ├── README.md │ ├── broken_viable_strict.sql │ └── queueing_alerts.sql ├── infra_metrics.cloudwatch_metrics │ └── schema.sql ├── materialized_views.queued_runners │ └── schema.sql ├── materialized_views.workflow_jobs_on_main │ └── schema.sql ├── misc.autorevert_events │ └── schema.sql ├── misc.autorevert_events_v2 │ └── schema.sql ├── misc.autorevert_state │ └── schema.sql ├── misc.disabled_tests_historical │ └── schema.sql ├── misc.oss_ci_cur │ └── schema.sql ├── misc.oss_ci_queue_time_histogram │ └── schema.sql ├── misc.torchagent_feedback │ └── schema.sql ├── oss_ci_benchmark_torchinductor_materialized_views │ └── schema.sql ├── oss_ci_benchmark_v3_materialized_views │ └── schema.sql ├── oss_ci_utilization │ ├── oss_ci_time_series_schema.sql │ ├── oss_ci_utilization_job_report_materialized_views.sql │ ├── oss_ci_utilization_metadata_schema.sql │ ├── oss_ci_utilization_summary_report_v1.sql │ └── oss_ci_utilization_workflow_report_materialized_veiws.sql └── vllm │ ├── vllm_buildkite_agents │ └── schema.sql │ ├── vllm_buildkite_builds │ └── schema.sql │ └── vllm_buildkite_jobs │ └── schema.sql ├── docs └── partners_pytorch_ci_runners.md ├── mypy.ini ├── pyproject.toml ├── release ├── README.md ├── cut-release-branch.sh ├── promote.sh ├── promote │ ├── common_utils.sh │ ├── conda_to_conda.sh │ ├── prep_binary_for_pypi.sh │ ├── s3_to_s3.sh │ └── wheel_to_pypi.sh ├── pypi │ ├── prep_binary_for_pypi.py │ ├── promote_pypi_to_production.sh │ ├── promote_pypi_to_staging.sh │ └── upload_pypi_to_staging.sh ├── release_versions.sh └── restore-backup.sh ├── s3_management ├── README.md ├── assume-role-output.txt ├── backup_conda.py ├── manage.py ├── manage_v2.py ├── requirements.txt └── update_dependencies.py ├── setup-ssh ├── .eslintignore ├── .eslintrc.json ├── .prettierignore ├── .prettierrc.json ├── README.md ├── __tests__ │ ├── add-github-ssh-key.test.ts │ ├── get-ip.test.ts │ └── github-utils.test.ts ├── jest.config.js ├── package.json ├── src │ ├── add-github-ssh-key.ts │ ├── ec2-utils.ts │ ├── get-ip.ts │ ├── github-utils.ts │ └── main.ts ├── tsconfig.json └── yarn.lock ├── stats └── README.md ├── terraform-aws-github-runner ├── .gitignore ├── .tflint.hcl ├── LICENSE.md ├── Makefile ├── README.md ├── architecture-diagram.png ├── elastic_cache.tf ├── kms.tf ├── main.tf ├── modules │ ├── download-lambda │ │ ├── .tflint.hcl │ │ ├── README.md │ │ ├── main.tf │ │ ├── outputs.tf │ │ └── variables.tf │ ├── runner-binaries-syncer │ │ ├── .tflint.hcl │ │ ├── README.md │ │ ├── lambdas │ │ │ └── runner-binaries-syncer │ │ │ │ ├── .eslintrc.yaml │ │ │ │ ├── .gitignore │ │ │ │ ├── .nvmrc │ │ │ │ ├── .prettierrc │ │ │ │ ├── Makefile │ │ │ │ ├── jest.config.js │ │ │ │ ├── package.json │ │ │ │ ├── src │ │ │ │ ├── lambda.ts │ │ │ │ ├── local.ts │ │ │ │ └── syncer │ │ │ │ │ ├── handler.test.ts │ │ │ │ │ └── handler.ts │ │ │ │ ├── test │ │ │ │ └── resources │ │ │ │ │ ├── github-list-releases-empty-assets.json │ │ │ │ │ ├── github-list-releases-no-arm64.json │ │ │ │ │ ├── github-list-releases-no-linux.json │ │ │ │ │ └── github-list-releases.json │ │ │ │ ├── tsconfig.json │ │ │ │ └── yarn.lock │ │ ├── main.tf │ │ ├── outputs.tf │ │ ├── policies │ │ │ ├── lambda-cloudwatch.json │ │ │ └── lambda-syncer.json │ │ ├── runner-binaries-syncer.tf │ │ ├── terraform.tfvars │ │ ├── trigger.json │ │ └── variables.tf │ ├── runners-instances │ │ ├── encrypt.tf │ │ ├── launch-template.tf │ │ ├── logging.tf │ │ ├── main.tf │ │ ├── outputs.tf │ │ ├── policies-runner.tf │ │ ├── policies │ │ │ ├── instance-cloudwatch-policy.json │ │ │ ├── instance-ec2-create-tags-policy.json │ │ │ ├── instance-role-trust-policy.json │ │ │ ├── instance-s3-policy.json │ │ │ ├── instance-secrets-policy.json │ │ │ └── instance-ssm-parameters-policy.json │ │ ├── security-groups.tf │ │ ├── templates │ │ │ ├── arm-runner-patch.tpl │ │ │ ├── cloudwatch_config.json │ │ │ ├── cloudwatch_config_linux.json │ │ │ ├── cloudwatch_config_linux_arm64.json │ │ │ ├── cloudwatch_config_linux_nvidia.json │ │ │ ├── cloudwatch_config_windows.json │ │ │ ├── install-config-runner.ps1 │ │ │ ├── install-config-runner.sh │ │ │ ├── user-data.ps1 │ │ │ └── user-data.sh │ │ └── variables.tf │ ├── runners │ │ ├── .gitkeep │ │ ├── .tflint.hcl │ │ ├── lambdas │ │ │ ├── .gitignore │ │ │ └── runners │ │ │ │ ├── .eslintrc.yaml │ │ │ │ ├── .nvmrc │ │ │ │ ├── .prettierrc │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── jest.config.js │ │ │ │ ├── package.json │ │ │ │ ├── src │ │ │ │ ├── lambda.test.ts │ │ │ │ ├── lambda.ts │ │ │ │ ├── scale-runners │ │ │ │ │ ├── cache.test.ts │ │ │ │ │ ├── cache.ts │ │ │ │ │ ├── config.test.ts │ │ │ │ │ ├── config.ts │ │ │ │ │ ├── gh-auth.test.ts │ │ │ │ │ ├── gh-auth.ts │ │ │ │ │ ├── gh-issues.test.ts │ │ │ │ │ ├── gh-issues.ts │ │ │ │ │ ├── gh-runners.test.ts │ │ │ │ │ ├── gh-runners.ts │ │ │ │ │ ├── kms │ │ │ │ │ │ ├── index.test.ts │ │ │ │ │ │ └── index.ts │ │ │ │ │ ├── metrics.test.ts │ │ │ │ │ ├── metrics.ts │ │ │ │ │ ├── runners.test.ts │ │ │ │ │ ├── runners.ts │ │ │ │ │ ├── scale-down.test.ts │ │ │ │ │ ├── scale-down.ts │ │ │ │ │ ├── scale-up-chron.test.ts │ │ │ │ │ ├── scale-up-chron.ts │ │ │ │ │ ├── scale-up.test.ts │ │ │ │ │ ├── scale-up.ts │ │ │ │ │ ├── sqs.test.ts │ │ │ │ │ ├── sqs.ts │ │ │ │ │ ├── utils.test.ts │ │ │ │ │ └── utils.ts │ │ │ │ └── template.yml │ │ │ │ ├── test │ │ │ │ ├── reporter.js │ │ │ │ └── resources │ │ │ │ │ └── sqs_receive_event.json │ │ │ │ ├── tsconfig.json │ │ │ │ └── yarn.lock │ │ ├── main.tf │ │ ├── outputs.tf │ │ ├── policies-lambda-common.tf │ │ ├── policies │ │ │ ├── lambda-cloudwatch.json │ │ │ ├── lambda-scale-down.json │ │ │ ├── lambda-scale-up-chron.json │ │ │ ├── lambda-scale-up.json │ │ │ ├── lambda-secretsmanager.json │ │ │ └── service-linked-role-create-policy.json │ │ ├── scale-down.tf │ │ ├── scale-up-chron.tf │ │ ├── scale-up.tf │ │ └── variables.tf │ ├── setup-iam-permissions │ │ ├── .tflint.hcl │ │ ├── README.md │ │ ├── main.tf │ │ ├── outputs.tf │ │ ├── policies │ │ │ ├── assume-role-for-account.json │ │ │ ├── boundary.json │ │ │ ├── deploy-boundary.json │ │ │ └── deploy-policy.json │ │ └── variables.tf │ └── webhook │ │ ├── .tflint.hcl │ │ ├── README.md │ │ ├── lambdas │ │ └── webhook │ │ │ ├── .eslintrc.yaml │ │ │ ├── .gitignore │ │ │ ├── .nvmrc │ │ │ ├── .prettierrc │ │ │ ├── Makefile │ │ │ ├── jest.config.js │ │ │ ├── jest.config.js-bkp │ │ │ ├── package.json │ │ │ ├── src │ │ │ ├── kms │ │ │ │ └── index.ts │ │ │ ├── lambda.ts │ │ │ ├── local.ts │ │ │ ├── sqs │ │ │ │ └── index.ts │ │ │ └── webhook │ │ │ │ ├── handler.test.ts │ │ │ │ └── handler.ts │ │ │ ├── test │ │ │ ├── reporter.js │ │ │ └── resources │ │ │ │ └── github_check_run_event.json │ │ │ ├── tsconfig.json │ │ │ └── yarn.lock │ │ ├── main.tf │ │ ├── outputs.tf │ │ ├── policies.tf │ │ ├── policies │ │ ├── lambda-cloudwatch.json │ │ ├── lambda-orchestrator.json │ │ └── lambda-publish-sqs-policy.json │ │ ├── terraform.tfvars │ │ ├── variables.tf │ │ └── webhook.tf ├── outputs.tf ├── policies │ └── lambda-publish-sqs-policy.json ├── templates │ └── resource-group.json ├── terraform_migrations │ └── local_ops.sh ├── tools │ ├── aws-ssh-session │ └── run-aws-lambda-helper └── variables.tf ├── tools ├── __init__.py ├── analytics │ ├── cubinsizes.py │ ├── download_count_wheels.py │ ├── duplicates_analyze.py │ ├── get_s3_bucket_sizes.py │ ├── github_analyze.py │ ├── org │ │ ├── .gitignore │ │ ├── README.md │ │ ├── analyze_contributors.py │ │ ├── analyze_repo_info.py │ │ ├── analyze_runner_usage.py │ │ ├── cache_manager.py │ │ ├── github_code_search.py │ │ ├── remove_pytorch_labs.py │ │ └── requirements.txt │ ├── s3_test_stats_analyze.py │ ├── validate_binaries.py │ └── validate_pypi_staging.py ├── binary_size_validation │ ├── README.md │ ├── binary_size_validation.py │ ├── requirements.txt │ └── test_binary_size_validation.py ├── clang-tidy-checks │ ├── .gitignore │ ├── 11.x-patches │ │ ├── max-tokens-check.diff │ │ └── potential-unbounded-loop-check.diff │ ├── 15.x-patches │ │ ├── 0001-Max-tokens-checks.diff │ │ ├── 0002-potential-unbounded-loop-check.diff │ │ └── 0003-Do-not-use-pthread_rwlock_wrlock.diff │ ├── 17.x-patches │ │ └── 0003-Do-not-use-pthread_rwlock_wrlock.diff │ ├── Dockerfile.cilint-clang-tidy │ ├── README.md │ ├── check_s3.py │ ├── setup.sh │ └── verify.sh ├── device-farm-runner │ ├── requirements.txt │ ├── run_on_aws_devicefarm.py │ ├── run_perf_workflow.py │ └── test_run_on_aws_devicefarm.py ├── fleet_analysis │ └── runner_usage_stats.ipynb ├── linter │ ├── adapters │ │ ├── actionlint_linter.py │ │ ├── exec_linter.py │ │ ├── flake8_linter.py │ │ ├── grep_linter.py │ │ ├── lintrunner_version_linter.py │ │ ├── mypy_linter.py │ │ ├── newlines_linter.py │ │ ├── pip_init.py │ │ ├── pyfmt_linter.py │ │ ├── ruff_linter.py │ │ ├── rustfmt.toml │ │ ├── rustfmt_linter.py │ │ ├── s3_init.py │ │ ├── s3_init_config.json │ │ ├── sql_params_linter.py │ │ └── sqlfluff_linter.py │ └── convert_to_sarif.py ├── mirror-pypi │ └── mirror_pytorch_triton_rocm.sh ├── pkg-helpers │ ├── .flake8 │ ├── .gitattributes │ ├── .gitignore │ ├── Makefile │ ├── README.md │ ├── poetry.lock │ ├── pyproject.toml │ ├── pytorch_pkg_helpers │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── conda.py │ │ ├── cuda.py │ │ ├── macos.py │ │ ├── utils.py │ │ ├── version.py │ │ └── wheel.py │ └── tests │ │ ├── assets │ │ └── conda_search.json │ │ ├── test_conda.py │ │ ├── test_cuda.py │ │ ├── test_macos.py │ │ ├── test_utils.py │ │ ├── test_version.py │ │ └── test_wheel.py ├── rockset_migration │ ├── README.md │ ├── compare_keys.py │ ├── create_clickhouse_schema.py │ ├── dynamo2ch.py │ ├── rockset_2_dynamodb.py │ ├── rockset_queries.ipynb │ ├── rockset_queries.py │ └── s32ch.py ├── scripts │ ├── analyze_ci_workflows.py │ ├── backfill_events.py │ ├── consolidate_scale_config_yaml.py │ ├── download-lambdas.py │ ├── fetch_latest_green_commit.py │ ├── generate_binary_build_matrix.py │ ├── generate_docker_release_matrix.py │ ├── generate_release_matrix.py │ ├── get_stable_cuda_version.py │ ├── gitutils.py │ ├── identify_and_kill_instances_by_id.py │ └── list_prs_from_partners_by_label.py ├── self-hosted-runner-utils │ ├── .gitignore │ ├── Makefile │ ├── README.md │ ├── check_runners_state.py │ ├── check_runners_state_org.py │ ├── clear_offline_runners.py │ ├── list-vpc-dependencies.sh │ ├── replace_runners_prefix_submit_pr.py │ └── requirements.txt ├── stronghold │ ├── .flake8 │ ├── bin │ │ ├── .gitignore │ │ ├── analyze-history │ │ └── build-check-api-compatibility │ ├── docs │ │ └── bc_linter_config.md │ ├── pyproject.toml │ ├── requirements.runtime.txt │ ├── requirements.txt │ ├── src │ │ └── api │ │ │ ├── __init__.py │ │ │ ├── ast.py │ │ │ ├── checker.py │ │ │ ├── compatibility.py │ │ │ ├── config.py │ │ │ ├── git.py │ │ │ ├── github.py │ │ │ ├── types.py │ │ │ └── violations.py │ └── tests │ │ ├── api │ │ ├── conftest.py │ │ ├── test_ast.py │ │ ├── test_ast_param_compatibility.py │ │ ├── test_ast_param_types.py │ │ ├── test_compatibility.py │ │ ├── test_config.py │ │ ├── test_config_loader.py │ │ ├── test_git.py │ │ ├── test_github.py │ │ └── test_path_globs.py │ │ └── lib │ │ └── testing │ │ ├── __init__.py │ │ ├── git.py │ │ └── source.py ├── tests │ ├── README.md │ ├── assets │ │ ├── build_matrix_linux_conda_cuda.json │ │ ├── build_matrix_linux_wheel_cuda.json │ │ ├── build_matrix_linux_wheel_cuda_norocm.json │ │ ├── build_matrix_linux_wheel_nocpu.json │ │ ├── build_matrix_linux_wheel_xpu.json │ │ ├── build_matrix_macos_conda.json │ │ ├── build_matrix_macos_wheel.json │ │ ├── build_matrix_windows_conda_cuda.json │ │ ├── build_matrix_windows_wheel_cuda.json │ │ └── build_matrix_windows_wheel_xpu.json │ ├── build_matrix_linux_wheel_nocpu.json │ ├── test_fetch_latest_green_commit.py │ ├── test_generate_binary_build_matrix.py │ └── update_test_assets.sh ├── torchci │ ├── .env.example │ ├── README.md │ ├── check_alerts.py │ ├── check_live_runners.py │ ├── clickhouse.py │ ├── clickhouse_query_perf.py │ ├── download_logs.py │ ├── pyproject.toml │ ├── queue_alert.py │ ├── requirements.txt │ ├── reverts.py │ ├── td │ │ ├── get_merge_base_info.py │ │ ├── get_reverts_caused_by_td.py │ │ ├── historical_class_failure_correlation.py │ │ ├── historical_file_failure_correlation.py │ │ ├── td_heuristic_historical_edited_files.py │ │ ├── td_heuristic_profiling.py │ │ └── utils.py │ ├── test_insights │ │ ├── daily_regression.py │ │ ├── ec2_pricing.py │ │ ├── file_report_generator.py │ │ └── weekly_notification.py │ ├── tests │ │ ├── td │ │ │ └── test_calculate_file_test_rating.py │ │ ├── test_ch_query.py │ │ ├── test_check_alerts.py │ │ ├── test_insights │ │ │ └── test_daily_regressions.py │ │ ├── test_queue_alert.py │ │ └── test_update_test_times.py │ ├── update_test_times.py │ └── utils.py └── torchfix │ └── README.md └── torchci ├── .env.example ├── .eslintrc.json ├── .gitignore ├── .prettierignore ├── .prettierrc.json ├── README.md ├── app └── v2 │ ├── README.md │ ├── benchmark │ └── v3 │ │ ├── layout.tsx │ │ ├── page.tsx │ │ └── regression │ │ ├── layout.tsx │ │ └── page.tsx │ ├── components │ └── rootUxComponents │ │ └── hudNavToolBar.tsx │ ├── layout.tsx │ └── page.tsx ├── clickhouse_queries ├── all_machine_types │ ├── params.json │ └── query.sql ├── autorevert_commits │ ├── params.json │ └── query.sql ├── autorevert_details │ ├── params.json │ └── query.sql ├── benchmark_v3 │ └── list_commit_query │ │ ├── params.json │ │ └── query.sql ├── build_time_metrics │ ├── overall │ │ ├── params.json │ │ └── query.sql │ ├── sccache_stats │ │ ├── params.json │ │ └── query.sql │ └── steps │ │ ├── params.json │ │ └── query.sql ├── commit_failed_jobs │ ├── params.json │ └── query.sql ├── commit_jobs_batch_query │ ├── params.json │ └── query.sql ├── commit_jobs_query │ ├── params.json │ └── query.sql ├── compilers_benchmark_api_commit_query │ ├── params.json │ └── query.sql ├── compilers_benchmark_api_query │ ├── params.json │ └── query.sql ├── compilers_benchmark_performance │ ├── params.json │ └── query.sql ├── compilers_benchmark_performance_branches │ ├── params.json │ └── query.sql ├── correlation_matrix │ ├── params.json │ └── query.sql ├── cost_job_per_gpu │ ├── params.json │ └── query.sql ├── cost_job_per_instance_type │ ├── params.json │ └── query.sql ├── cost_job_per_job_name │ ├── params.json │ └── query.sql ├── cost_job_per_owning_account │ ├── params.json │ └── query.sql ├── cost_job_per_platform │ ├── params.json │ └── query.sql ├── cost_job_per_provider │ ├── params.json │ └── query.sql ├── cost_job_per_repo │ ├── params.json │ └── query.sql ├── cost_job_per_runner_type │ ├── params.json │ └── query.sql ├── cost_job_per_workflow_name │ ├── params.json │ └── query.sql ├── disabled_test_historical │ ├── params.json │ └── query.sql ├── disabled_test_labels │ ├── params.json │ └── query.sql ├── disabled_tests │ ├── params.json │ └── query.sql ├── duration_job_per_gpu │ ├── params.json │ └── query.sql ├── duration_job_per_instance_type │ ├── params.json │ └── query.sql ├── duration_job_per_job_name │ ├── params.json │ └── query.sql ├── duration_job_per_owning_account │ ├── params.json │ └── query.sql ├── duration_job_per_platform │ ├── params.json │ └── query.sql ├── duration_job_per_provider │ ├── params.json │ └── query.sql ├── duration_job_per_repo │ ├── params.json │ └── query.sql ├── duration_job_per_runner_type │ ├── params.json │ └── query.sql ├── duration_job_per_workflow_name │ ├── params.json │ └── query.sql ├── experiment_rollover_percentage │ ├── params.json │ └── query.sql ├── external_contribution_stats │ ├── params.json │ └── query.sql ├── failed_workflow_jobs │ ├── params.json │ └── query.sql ├── filter_forced_merge_pr │ ├── params.json │ └── query.sql ├── flaky_tests │ ├── across_file_reruns │ │ ├── check_every_test │ │ │ ├── params.json │ │ │ └── query.sql │ │ ├── failed_tests │ │ │ ├── params.json │ │ │ └── query.sql │ │ └── workflow_job_info │ │ │ ├── params.json │ │ │ └── query.sql │ ├── across_jobs │ │ ├── params.json │ │ └── query.sql │ ├── disabled_non_flaky_tests │ │ ├── params.json │ │ └── query.sql │ ├── in_subprocess │ │ ├── params.json │ │ └── query.sql │ └── ind_info │ │ ├── params.json │ │ └── query.sql ├── flaky_workflows_jobs │ ├── params.json │ └── query.sql ├── get_workers_on_period │ ├── params.json │ └── query.sql ├── get_workflow_jobs │ ├── params.json │ └── query.sql ├── get_workflows_for_commit │ ├── params.json │ └── query.sql ├── hud_query │ ├── params.json │ └── query.sql ├── issue_query │ ├── params.json │ └── query.sql ├── job_duration_avg │ ├── params.json │ └── query.sql ├── job_duration_percentile │ ├── params.json │ └── query.sql ├── last_branch_push │ ├── params.json │ └── query.sql ├── last_successful_jobs │ ├── params.json │ └── query.sql ├── last_successful_workflow │ ├── params.json │ └── query.sql ├── lf_rollover_percentage │ ├── params.json │ └── query.sql ├── log_captures_count │ ├── params.json │ └── query.sql ├── master_commit_red │ ├── params.json │ └── query.sql ├── master_commit_red_avg │ ├── params.json │ └── query.sql ├── master_commit_red_jobs │ ├── params.json │ └── query.sql ├── master_commit_red_percent │ ├── params.json │ └── query.sql ├── master_commit_red_percent_groups │ ├── params.json │ └── query.sql ├── merge_bases │ ├── params.json │ └── query.sql ├── merge_retry_rate │ ├── params.json │ └── query.sql ├── monthly_contribution_stats │ ├── params.json │ └── query.sql ├── nightly_jobs_red │ ├── params.json │ └── query.sql ├── nightly_jobs_red_by_name │ ├── params.json │ └── query.sql ├── nightly_jobs_red_by_platform │ ├── params.json │ └── query.sql ├── nightly_jobs_red_past_day │ ├── params.json │ └── query.sql ├── num_commits_master │ ├── params.json │ └── query.sql ├── num_reverts │ ├── params.json │ └── query.sql ├── number_of_force_pushes_historical │ ├── params.json │ └── query.sql ├── oss_ci_benchmark_branches │ ├── params.json │ └── query.sql ├── oss_ci_benchmark_llms │ ├── params.json │ └── query.sql ├── oss_ci_benchmark_names │ ├── params.json │ └── query.sql ├── oss_ci_util │ ├── oss_ci_list_util_metadata_info │ │ ├── params.json │ │ └── query.sql │ ├── oss_ci_list_util_stats │ │ ├── params.json │ │ └── query.sql │ ├── oss_ci_list_utilization_reports │ │ ├── params.json │ │ └── query.sql │ ├── oss_ci_util_metadata │ │ ├── params.json │ │ └── query.sql │ └── oss_ci_util_ts │ │ ├── params.json │ │ └── query.sql ├── pr_commits │ ├── params.json │ └── query.sql ├── pr_landing_time_avg │ ├── params.json │ └── query.sql ├── pr_merge_commits │ ├── params.json │ └── query.sql ├── query_execution_metrics │ ├── params.json │ └── query.sql ├── query_execution_metrics_individual │ ├── params.json │ └── query.sql ├── queue_time_analysis │ ├── queue_time_query │ │ ├── params.json │ │ └── query.sql │ └── queue_time_search_items │ │ ├── params.json │ │ └── query.sql ├── queue_times_historical │ ├── params.json │ └── query.sql ├── queue_times_historical_pct │ ├── params.json │ └── query.sql ├── queued_jobs │ ├── params.json │ └── query.sql ├── queued_jobs_aggregate │ ├── params.json │ └── query.sql ├── queued_jobs_by_label │ ├── params.json │ └── query.sql ├── recent_pr_workflows_query │ ├── params.json │ └── query.sql ├── reverts │ ├── params.json │ └── query.sql ├── runner_utilization │ ├── params.json │ └── query.sql ├── runner_utilization_by_activity │ ├── params.json │ └── query.sql ├── runner_utilization_by_repo │ ├── params.json │ └── query.sql ├── strict_lag_historical │ ├── params.json │ └── query.sql ├── strict_lag_sec │ ├── params.json │ └── query.sql ├── testStats3d │ ├── params.json │ └── query.sql ├── testStatsDistinctCount │ ├── params.json │ └── query.sql ├── testStatsSearch │ ├── params.json │ └── query.sql ├── test_times │ ├── job_names_past_month │ │ ├── params.json │ │ └── query.sql │ ├── per_class │ │ ├── params.json │ │ └── query.sql │ ├── per_class_periodic_jobs │ │ ├── params.json │ │ └── query.sql │ ├── per_file │ │ ├── params.json │ │ └── query.sql │ └── per_file_periodic_jobs │ │ ├── params.json │ │ └── query.sql ├── tests │ ├── test_counts_on_commit │ │ ├── params.json │ │ └── query.sql │ ├── test_on_commit │ │ ├── params.json │ │ └── query.sql │ ├── test_status_counts_on_commits_by_file │ │ ├── params.json │ │ └── query.sql │ └── test_statuses_on_commit │ │ ├── params.json │ │ └── query.sql ├── time_to_signal │ ├── params.json │ └── query.sql ├── torchao_query │ ├── params.json │ └── query.sql ├── torchao_query_branches │ ├── params.json │ └── query.sql ├── torchbench_list_userbenchmarks │ ├── params.json │ └── query.sql ├── torchbench_userbenchmark_list_commits │ ├── params.json │ └── query.sql ├── torchbench_userbenchmark_query_metrics │ ├── params.json │ └── query.sql ├── tritonbench_benchmark │ ├── params.json │ └── query.sql ├── tritonbench_benchmark_branches │ ├── params.json │ └── query.sql ├── tritonbench_list_benchmarks │ ├── params.json │ └── query.sql ├── ttrs_percentiles │ ├── params.json │ └── query.sql ├── tts_avg │ ├── params.json │ └── query.sql ├── tts_duration_historical │ ├── params.json │ └── query.sql ├── tts_duration_historical_percentile │ ├── params.json │ └── query.sql ├── tts_percentile │ ├── params.json │ └── query.sql ├── unique_repos_in_runnercost │ ├── params.json │ └── query.sql ├── validation_jobs_red_past_day │ ├── params.json │ └── query.sql ├── vllm │ ├── build_failed_jobs │ │ ├── params.json │ │ └── query.sql │ ├── ci_reliability │ │ ├── params.json │ │ └── query.sql │ ├── ci_run_duration │ │ ├── params.json │ │ └── query.sql │ ├── continuous_builds │ │ ├── params.json │ │ └── query.sql │ ├── docker_build_runtime │ │ ├── params.json │ │ └── query.sql │ ├── job_first_failure │ │ ├── params.json │ │ └── query.sql │ ├── job_list │ │ ├── params.json │ │ └── query.sql │ ├── job_reliability │ │ ├── params.json │ │ └── query.sql │ ├── job_retry_stats │ │ ├── params.json │ │ └── query.sql │ ├── job_runtime_trends │ │ ├── params.json │ │ └── query.sql │ ├── merges_percentage │ │ ├── params.json │ │ └── query.sql │ ├── pr_cycle_time_breakdown │ │ ├── params.json │ │ └── query.sql │ ├── queue_per_build_windowed │ │ ├── params.json │ │ └── query.sql │ ├── rebuild_rate │ │ ├── params.json │ │ └── query.sql │ ├── recent_job_builds │ │ ├── params.json │ │ └── query.sql │ ├── trunk_health │ │ ├── params.json │ │ └── query.sql │ └── trunk_recovery_time │ │ ├── params.json │ │ └── query.sql ├── weekly_force_merge_stats │ ├── params.json │ └── query.sql ├── workflow_duration_avg │ ├── params.json │ └── query.sql ├── workflow_duration_percentile │ ├── params.json │ └── query.sql └── workflow_load │ ├── params.json │ └── query.sql ├── components ├── AISpinner.tsx ├── SettingsPanel.tsx ├── ToolIcon.tsx ├── TorchAgentPage.tsx ├── TorchAgentPage │ ├── ChatHistorySidebar.tsx │ ├── FeedbackButtons.tsx │ ├── GrafanaEmbed.tsx │ ├── HeaderSection.tsx │ ├── LoadingDisplay.tsx │ ├── QueryInputSection.tsx │ ├── ShareModal.tsx │ ├── TipsInfoButton.tsx │ ├── TodoList.tsx │ ├── ToolUse.tsx │ ├── WelcomeSection.tsx │ ├── hooks.ts │ ├── messageProcessor.ts │ ├── styles.ts │ ├── types.ts │ ├── useMessageProcessor.ts │ └── utils.tsx ├── additionalTestInfo │ ├── TestCounts.tsx │ ├── TestInfo.module.css │ ├── TestInfo.tsx │ └── TestStatusInfo.tsx ├── benchmark │ ├── BenchmarkPicker.tsx │ ├── BranchAndCommitPicker.tsx │ ├── CommitPanel.tsx │ ├── HighlightMenu.tsx │ ├── ModeAndDTypePicker.tsx │ ├── RepositoryPicker.tsx │ ├── common.tsx │ ├── compilers │ │ ├── BenchmarkLogs.tsx │ │ ├── CompilerGraphGroup.tsx │ │ ├── LogLinks.tsx │ │ ├── ModelGraphPanel.tsx │ │ ├── ModelPanel.tsx │ │ ├── SuitePicker.tsx │ │ ├── SummaryGraphPanel.tsx │ │ ├── SummaryPanel.tsx │ │ └── common.tsx │ ├── llms │ │ ├── LLMsBenchmarkPage.tsx │ │ ├── LLMsComparingBenchmarkPage.tsx │ │ ├── components │ │ │ ├── LLMsSummaryPanel.tsx │ │ │ ├── ProfilingArtifactsTable.tsx │ │ │ ├── dashboardPicker │ │ │ │ ├── LLMsDashboardPicker.tsx │ │ │ │ ├── LLMsDropdownGroup.tsx │ │ │ │ └── LLMsTimeRangePicker.tsx │ │ │ ├── graphPanel │ │ │ │ ├── LLMsComparisonGraphPanel.tsx │ │ │ │ ├── LLMsGraphPanel.tsx │ │ │ │ └── LLMsGraphPanelBase.tsx │ │ │ └── report │ │ │ │ ├── LLMsComparisonReport.tsx │ │ │ │ └── LLMsReport.tsx │ │ └── context │ │ │ └── BenchmarkProps.tsx │ ├── torchao │ │ ├── SuitePicker.tsx │ │ └── common.tsx │ └── tritonbench │ │ └── TimeSeries.tsx ├── benchmark_v3 │ ├── components │ │ ├── benchmarkList │ │ │ ├── BenchmarkCategoryCard.tsx │ │ │ └── BenchmarkCategoryCardList.tsx │ │ ├── benchmarkRegressionReport │ │ │ ├── BenchmarkReportFeatureNotification.tsx │ │ │ ├── BenchmarkReportFeatureSidePanel.tsx │ │ │ ├── common.tsx │ │ │ ├── listView │ │ │ │ ├── BenchmarkRegressionReportListWrapper.tsx │ │ │ │ └── RegressionReportListView.tsx │ │ │ └── reportView │ │ │ │ ├── BenchmarkRegressionReportMetadataSection.tsx │ │ │ │ ├── RegressionReportDetail.tsx │ │ │ │ ├── RegressionReportTable.tsx │ │ │ │ ├── RegressionReportTimeSeriesChart.tsx │ │ │ │ └── RegressionReportViewWrapper.tsx │ │ ├── benchmarkSideBar │ │ │ ├── BenchmarkSideBar.tsx │ │ │ ├── BenchmarkTopBar.tsx │ │ │ └── components │ │ │ │ ├── SideBarMainSection.tsx │ │ │ │ ├── commits │ │ │ │ ├── BranchDropdown.tsx │ │ │ │ ├── CommitWorkfowSelectSection.tsx │ │ │ │ └── SingleCommitSelectSelection.tsx │ │ │ │ ├── filters │ │ │ │ ├── BenchmarkFilterDropdownGroup.tsx │ │ │ │ ├── DefaultSideBarMetricsDropdowns.tsx │ │ │ │ ├── SingleStringLabelInput.tsx │ │ │ │ └── sampling │ │ │ │ │ ├── SamplingInput.tsx │ │ │ │ │ └── SamplingSetting.tsx │ │ │ │ └── useUrlSync.tsx │ │ ├── common │ │ │ ├── BackToMainButton.tsx │ │ │ ├── BenchmarkIdNotRegisterError.tsx │ │ │ ├── BenchmarkLinkButton.tsx │ │ │ ├── BenchmarkLogViewer │ │ │ │ ├── BenchmarkLogList.tsx │ │ │ │ ├── BenchmarkLogViewContent.tsx │ │ │ │ ├── BenchmarkSidePanel.tsx │ │ │ │ ├── MultiLogViewer.tsx │ │ │ │ └── utils.ts │ │ │ ├── BenchmarkShortcutCardList.tsx │ │ │ ├── MoreVertButton.tsx │ │ │ ├── RawContentDialog.tsx │ │ │ ├── SelectionDialog.tsx │ │ │ ├── StaticRenderViewOnlyContent.tsx │ │ │ ├── StickyBar.tsx │ │ │ ├── ToggleSection.tsx │ │ │ ├── highlight.tsx │ │ │ ├── navigate.tsx │ │ │ └── styledComponents.tsx │ │ └── dataRender │ │ │ ├── auto │ │ │ ├── autoComponents.tsx │ │ │ └── defaultAutoRenderContent.tsx │ │ │ ├── components │ │ │ └── benchmarkTimeSeries │ │ │ │ ├── components │ │ │ │ ├── BenchmarkRawDataTable.tsx │ │ │ │ ├── BenchmarkSingleDataTable.tsx │ │ │ │ ├── BenchmarkSingleViewNatigation.tsx │ │ │ │ ├── BenchmarkTimeSeriesChart │ │ │ │ │ ├── BenchmarkTimeSeriesChart.tsx │ │ │ │ │ ├── BenchmarkTimeSeriesChartGroup.tsx │ │ │ │ │ ├── BenchmarkTimeSeriesChartSection.tsx │ │ │ │ │ ├── ChartSelectionControl.tsx │ │ │ │ │ ├── RenderingOptions.ts │ │ │ │ │ └── type.ts │ │ │ │ └── BenchmarkTimeSeriesComparisonSection │ │ │ │ │ ├── BenchmarkTimeSeriesComparisonTable │ │ │ │ │ ├── ComparisonTable.tsx │ │ │ │ │ ├── ComparisonTableColumnRendering.tsx │ │ │ │ │ ├── ComparisonTableHelpers.tsx │ │ │ │ │ └── GithubExternalLink.tsx │ │ │ │ │ ├── BenchmarkTimeSeriesComparisonTableSection.tsx │ │ │ │ │ └── BenchmarkTimeSeriesComparisonTableSlider.tsx │ │ │ │ └── helper.tsx │ │ │ └── fanout │ │ │ ├── FanoutComponents.tsx │ │ │ └── defaultFanoutRenderContent.tsx │ ├── configs │ │ ├── benchmark_config_book.tsx │ │ ├── config_book_types.ts │ │ ├── configurations.tsx │ │ ├── helpers │ │ │ ├── RegressionPolicy.ts │ │ │ └── configRegistration.tsx │ │ ├── teams │ │ │ ├── compilers │ │ │ │ ├── CompilerPrecomputeConfirmDialogContent.tsx │ │ │ │ ├── CompilerSearchBarDropdowns.tsx │ │ │ │ └── config.ts │ │ │ ├── defaults │ │ │ │ ├── default_dashboard_config.ts │ │ │ │ └── default_single_view_config.ts │ │ │ ├── gptfast │ │ │ │ └── config.ts │ │ │ ├── helion │ │ │ │ └── config.ts │ │ │ ├── torchao │ │ │ │ ├── ao_micro_api_config.ts │ │ │ │ └── config.ts │ │ │ └── vllm │ │ │ │ └── config.ts │ │ └── utils │ │ │ ├── autoRegistration.tsx │ │ │ ├── dataBindingRegistration.tsx │ │ │ ├── fanoutRegistration.tsx │ │ │ ├── helper_methods.ts │ │ │ └── urlHandling.tsx │ └── pages │ │ ├── BenchmarkDashboardPage.tsx │ │ ├── BenchmarkListPage.tsx │ │ ├── BenchmarkRegressionPage.tsx │ │ └── BenchmarkSinglePage.tsx ├── charts │ └── line_rect_chart │ │ ├── LineChart.module.css │ │ ├── LineRectChart.tsx │ │ ├── component │ │ ├── RenderLineChartComponents.module.css │ │ ├── RenderLinePickerOptions.tsx │ │ ├── RenderSvgLine.tsx │ │ ├── RenderSvgLineTooltipElements.tsx │ │ ├── RenderSvgRect.tsx │ │ └── helpers │ │ │ ├── ChartCheckboxGroups.tsx │ │ │ ├── CheckboxGroup.tsx │ │ │ ├── DropList.tsx │ │ │ └── Tooltip.tsx │ │ └── lib │ │ ├── color.ts │ │ ├── types.ts │ │ └── utils.ts ├── commit │ ├── AutorevertBanner.module.css │ ├── AutorevertBanner.tsx │ ├── CommitInfo.tsx │ ├── CommitStatus.tsx │ ├── VersionControlLinks.tsx │ ├── WorkflowBox.tsx │ ├── WorkflowDispatcher.tsx │ └── commit.module.css ├── common │ ├── CheckBoxList.tsx │ ├── CheckBoxSelector.tsx │ ├── CopyLink.tsx │ ├── DrCIButton.tsx │ ├── DropDownList.tsx │ ├── ErrorBoundary.tsx │ ├── GranularityPicker.tsx │ ├── LoadingIcon.tsx │ ├── LoadingPage.tsx │ ├── MultiSelectPicker.tsx │ ├── PageSelector.tsx │ ├── RegexButton.tsx │ ├── TextFieldSubmit.tsx │ ├── ThemeModePicker.module.css │ ├── ThemeModePicker.tsx │ ├── TimeUtils.tsx │ ├── ToggleGroup.tsx │ ├── ValuePicker.tsx │ ├── log │ │ ├── LogAnnotationToggle.tsx │ │ └── LogViewer.tsx │ └── tooltipTarget │ │ ├── TooltipTarget.module.css │ │ └── TooltipTarget.tsx ├── githubIncident │ └── GithubIncident.tsx ├── hud.module.css ├── hud │ └── GroupHudTableHeaders.tsx ├── job │ ├── FilteredJobList.tsx │ ├── GroupJobConclusion.tsx │ ├── JobAnnotationToggle.tsx │ ├── JobArtifact.tsx │ ├── JobConclusion.module.css │ ├── JobConclusion.tsx │ ├── JobFilterInput.tsx │ ├── JobLinks.module.css │ ├── JobLinks.tsx │ ├── JobSummary.tsx │ ├── JobTooltip.tsx │ ├── ODCCommand.tsx │ └── ReproductionCommand.tsx ├── layout │ ├── AnnouncementBanner.module.css │ ├── AnnouncementBanner.tsx │ ├── DynamicTitle.tsx │ ├── LoginSection.module.css │ ├── LoginSection.tsx │ ├── NavBar.module.css │ ├── NavBar.tsx │ └── NavBarGroupDropdown.tsx ├── metrics.module.css ├── metrics │ ├── panels │ │ ├── QueuedJobsTable.tsx │ │ ├── ScalarPanel.tsx │ │ ├── TablePanel.tsx │ │ ├── TimeSeriesPanel.tsx │ │ ├── TimeSeriesTable.tsx │ │ └── WorkflowPicker.tsx │ ├── pickers │ │ └── ToggleIconPicker.tsx │ └── vllm │ │ ├── CiDurationsPanel.tsx │ │ ├── CiStabilityTrendPanel.tsx │ │ ├── CommitsOnRedTrendPanel.tsx │ │ ├── ContinuousBuildTracker.tsx │ │ ├── DockerBuildRuntimePanel.tsx │ │ ├── DurationDistributionPanel.tsx │ │ ├── JobBuildsPanel.tsx │ │ ├── JobGroupFilter.tsx │ │ ├── JobReliabilityPanel.tsx │ │ ├── JobRuntimePanel.tsx │ │ ├── MergesPanel.tsx │ │ ├── MostRetriedJobsTable.tsx │ │ ├── QueueWaitPerBuildPanel.tsx │ │ ├── ReliabilityPanel.tsx │ │ ├── ReliabilityTrendPanel.tsx │ │ ├── RetryTrendPanel.tsx │ │ ├── RunCostPerBuildPanel.tsx │ │ ├── TimeToSignalTrendPanel.tsx │ │ ├── TrunkHealthPanel.tsx │ │ ├── TrunkHealthTrendPanel.tsx │ │ ├── TrunkRecoveryPanel.tsx │ │ ├── UnreliableJobsTable.tsx │ │ ├── VllmScalarPanel.tsx │ │ ├── chartUtils.tsx │ │ └── constants.ts ├── queueTimeAnalysis │ ├── QueueTimeAnalysisPage.tsx │ └── components │ │ ├── DebugToggle.tsx │ │ ├── QueueDataExplanation.tsx │ │ ├── QueueTimeChartPage.tsx │ │ ├── charts │ │ ├── QueueTimeCharts.tsx │ │ └── QueueTimeEchartElement.tsx │ │ ├── pickers │ │ ├── DateRangePicker.tsx │ │ ├── QueueTimeCategoryPicker.tsx │ │ ├── Shared.tsx │ │ └── TimeGranuityPicker.tsx │ │ └── searchBarItems │ │ ├── QueueTimeCheckBoxList.tsx │ │ ├── QueueTimeSearchBar.tsx │ │ └── SharedUIElements.tsx ├── runners │ ├── RunnerGroupCard.tsx │ └── StatusChip.tsx ├── sevReport │ ├── SevReport.module.css │ └── SevReport.tsx ├── tests │ └── TestSearchForm.tsx ├── tritonbench │ └── common.tsx ├── uiModules │ ├── UMCheckboxPopover.tsx │ ├── UMComparisonTable.tsx │ ├── UMCopyLink.tsx │ ├── UMDateRangePicker.tsx │ ├── UMDenseComponents.tsx │ ├── UMDenseDatePicker.tsx │ ├── UMMetricsTable.tsx │ └── UMPropReducer.tsx └── utilization │ ├── JobUtilizationPage │ ├── JobUtilizationPage.tsx │ ├── UtilizationPage.module.css │ ├── helper.ts │ ├── styles.tsx │ └── types.ts │ ├── UtilizationReportPage │ ├── ReportMetricsTable.tsx │ ├── UtilizationReportContext.tsx │ ├── UtilizationReportPage.tsx │ └── hepler.ts │ ├── WorkflowUtilizationPage │ ├── WorkflowUtilizationPage.tsx │ └── hepler.ts │ └── components │ ├── DenseTable │ └── DenseTable.tsx │ ├── SingleValueGauge.tsx │ ├── TestSectionView │ ├── RankTestView │ │ ├── RankBar.tsx │ │ └── RankTestView.tsx │ ├── SingleTestView.tsx │ ├── TestSectionView.tsx │ └── ToggleTestsGroup.tsx │ ├── UtilizationJobSummary │ ├── UtilizationJobInformation.tsx │ └── UtilizationJobSummary.tsx │ └── UtilizationStatsTable.tsx ├── docs ├── architecture.md └── event_tracking_guidance.md ├── jest.config.js ├── lib ├── DarkModeContext.tsx ├── GeneralUtils.ts ├── JobClassifierUtil.ts ├── ParamSelector.tsx ├── auth │ └── auth.ts ├── autorevertUtils.ts ├── benchmark │ ├── api_helper │ │ ├── backend │ │ │ ├── common │ │ │ │ ├── type.ts │ │ │ │ └── utils.ts │ │ │ ├── compilers │ │ │ │ ├── compiler_benchmark_data.ts │ │ │ │ └── helpers │ │ │ │ │ ├── common.ts │ │ │ │ │ ├── general.ts │ │ │ │ │ ├── precompute.ts │ │ │ │ │ └── type.ts │ │ │ ├── dataFetchers │ │ │ │ ├── fetchers.ts │ │ │ │ ├── queryBuilderUtils │ │ │ │ │ ├── benchmarkDataQueryBuilder.ts │ │ │ │ │ ├── compilerQueryBuilder.ts │ │ │ │ │ ├── listCommitQueryBuilder.ts │ │ │ │ │ ├── listMetadataQueryBuilder.ts │ │ │ │ │ └── queryBuilder.ts │ │ │ │ └── type.ts │ │ │ └── list_commits.ts │ │ └── fe │ │ │ ├── api.ts │ │ │ └── hooks.ts │ ├── compilerUtils.ts │ ├── compliers │ │ └── CompilerSuites.ts │ ├── llms │ │ ├── common.ts │ │ ├── types │ │ │ ├── benchmarkMode.ts │ │ │ ├── dashboardPickerTypes.ts │ │ │ └── dashboardProps.ts │ │ └── utils │ │ │ ├── aoUtils.ts │ │ │ ├── artifacts.ts │ │ │ ├── dashboardPickerUtils.ts │ │ │ └── llmUtils.ts │ ├── store │ │ ├── benchmark_dashboard_provider.tsx │ │ └── benchmark_regression_store.ts │ └── tritonbench │ │ ├── metricUtils.tsx │ │ └── tritonSuites.tsx ├── bot │ ├── Constants.ts │ ├── README.md │ ├── autoCcBot.ts │ ├── autoLabelBot.ts │ ├── autoLabelCodevTrunk.ts │ ├── cancelWorkflowsOnCloseBot.ts │ ├── ciflowPushTrigger.ts │ ├── cliParser.ts │ ├── codevNoWritePermBot.ts │ ├── drciBot.ts │ ├── index.ts │ ├── pytorchBot.ts │ ├── pytorchBotHandler.ts │ ├── pytorchbotLogger.ts │ ├── retryBot.ts │ ├── stripApprovalBot.ts │ ├── subscriptions.ts │ ├── utils.ts │ ├── verifyDisableTestIssueBot.ts │ └── webhookToDynamo.ts ├── chartTheme.tsx ├── clickhouse.ts ├── commitUtils.ts ├── csvUtils.ts ├── datamodels │ ├── benchmark_group_request.ts │ └── zodUtils.ts ├── drciUtils.ts ├── dynamo.ts ├── error_utils.ts ├── fetchCommit.ts ├── fetchDisabledNonFlakyTests.ts ├── fetchFlakyTests.ts ├── fetchHud.ts ├── fetchIssuesByLabel.ts ├── fetchPR.ts ├── fetchRecentWorkflows.ts ├── fetchS3Links.ts ├── flakyBot │ ├── aggregateDisableIssue.ts │ ├── singleDisableIssue.ts │ └── utils.ts ├── getAuthorizedUsername.ts ├── getAuthors.ts ├── github.ts ├── githubFunctions.ts ├── helpers │ └── urlQuery.ts ├── jobUtils.ts ├── metricUtils.ts ├── opensearch.ts ├── rateLimit.ts ├── runnerUtils.ts ├── s3.ts ├── searchLogs.ts ├── searchUtils.ts ├── tools │ └── MeasureRenderTimeProfiler.tsx ├── torchagent │ └── allowList.json ├── tracking │ ├── eventTrackingHandler.ts │ └── track.ts ├── types.ts ├── useGroupingPreference.tsx ├── useHudData.ts ├── useScrollTo.ts ├── useTableFilter.ts └── utilization │ ├── fetchListUtilizationMetadataInfo.ts │ ├── fetchListUtilizationReport.ts │ ├── fetchUtilization.test.ts │ ├── fetchUtilization.ts │ └── types.ts ├── next-env.d.ts ├── next.config.js ├── package.json ├── pages ├── [repoOwner] │ └── [repoName] │ │ ├── commit │ │ └── [sha].tsx │ │ ├── issues │ │ └── [issueNumber].tsx │ │ └── pull │ │ └── [prNumber].tsx ├── _app.tsx ├── api │ ├── [repoOwner] │ │ └── [repoName] │ │ │ ├── commit │ │ │ └── [sha].ts │ │ │ └── pull │ │ │ └── [prNumber].ts │ ├── artifacts │ │ ├── index.ts │ │ └── s3 │ │ │ └── [workflowId].ts │ ├── auth │ │ └── [...nextauth].ts │ ├── autorevert │ │ └── [repoOwner] │ │ │ └── [repoName] │ │ │ └── [sha].ts │ ├── benchmark │ │ ├── get_regression_summary_report.ts │ │ ├── get_time_series.ts │ │ ├── group_data.ts │ │ ├── list_commits.ts │ │ ├── list_metadata.ts │ │ └── list_regression_summary_reports.ts │ ├── clickhouse │ │ └── [queryName].ts │ ├── corresponding_workflow_id.ts │ ├── drci │ │ └── drci.ts │ ├── failure.ts │ ├── flaky-tests │ │ ├── 3dStats.ts │ │ ├── disable.ts │ │ ├── failures.ts │ │ ├── fileReport.ts │ │ ├── getDisabledTestsAndJobs.ts │ │ ├── search.ts │ │ └── statusChanges.ts │ ├── github │ │ ├── dispatch │ │ │ └── [repoOwner] │ │ │ │ └── [repoName] │ │ │ │ └── [workflow] │ │ │ │ └── [sha].ts │ │ └── webhooks.ts │ ├── hud │ │ └── [repoOwner] │ │ │ └── [repoName] │ │ │ └── [branch] │ │ │ └── [page].ts │ ├── issue │ │ └── [label].ts │ ├── job_annotation │ │ └── [repoOwner] │ │ │ └── [repoName] │ │ │ ├── [annotation].ts │ │ │ ├── annotations │ │ │ └── [jobIds].ts │ │ │ └── failures │ │ │ └── [queryParams].ts │ ├── job_utilization │ │ └── [workflowId] │ │ │ └── [jobId] │ │ │ └── [attempt].ts │ ├── list_util_reports │ │ └── [group_by].ts │ ├── list_utilization_metadata_info │ │ └── [workflowId].ts │ ├── log_annotation │ │ └── [repoOwner] │ │ │ └── [repoName] │ │ │ └── [annotation].ts │ ├── runners │ │ └── [org].ts │ ├── search.ts │ ├── torchagent-api │ │ └── index.ts │ ├── torchagent-check-permissions.ts │ ├── torchagent-feedback.ts │ ├── torchagent-get-chat-history │ │ └── index.ts │ ├── torchagent-get-history │ │ └── index.ts │ ├── torchagent-get-shared │ │ └── [uuid].ts │ ├── torchagent-share.ts │ └── usage-log-aggregator │ │ └── lambda.ts ├── benchmark │ ├── [suite] │ │ └── [compiler] │ │ │ └── [[...page]].tsx │ ├── benchmark_list.tsx │ ├── compilers.tsx │ ├── compilers_regression.tsx │ ├── llms.tsx │ ├── regression │ │ ├── report │ │ │ └── [id].tsx │ │ └── reports │ │ │ └── [report_id].tsx │ ├── torchao.tsx │ └── v3 │ │ ├── dashboard │ │ └── [id].tsx │ │ └── single │ │ └── [id].tsx ├── build_time_metrics.tsx ├── cost_analysis.tsx ├── disabled.tsx ├── failedjobs │ └── [repoOwner] │ │ └── [repoName] │ │ └── [branch] │ │ └── [[...page]].tsx ├── failure.tsx ├── flakytest.tsx ├── flambeau.tsx ├── flambeau │ └── s │ │ └── [uuid].tsx ├── hud │ └── [repoOwner] │ │ └── [repoName] │ │ └── [branch] │ │ └── [[...page]].tsx ├── job_cancellation_dashboard.tsx ├── kpis.tsx ├── login_test.tsx ├── metrics.tsx ├── metrics │ └── vllm.tsx ├── nightlies.tsx ├── query_execution_metrics.tsx ├── queue_time_analysis.tsx ├── reliability │ └── [repoOwner] │ │ └── [repoName] │ │ └── [[...page]].tsx ├── runners │ └── [org].tsx ├── tests │ ├── fileReport.tsx │ ├── search.tsx │ └── testInfo.tsx ├── torchbench │ └── userbenchmark.tsx ├── tritonbench │ └── commit_view.tsx ├── tts │ └── [repoOwner] │ │ └── [repoName] │ │ └── [branch] │ │ └── [[...page]].tsx └── utilization │ ├── [workflowId] │ ├── [[...page]].tsx │ └── [jobId] │ │ └── [attempt] │ │ └── [[...page]].tsx │ └── report │ └── [[...page]].tsx ├── public ├── failures_spritesheet.png ├── favicon.ico └── icons │ ├── bash_icon.svg │ ├── clickhouse_icon.png │ └── grafana_icon.svg ├── scripts ├── backfillJobs.mjs └── updateQueueTimes.mjs ├── styles ├── MuiThemeOverrides.tsx └── globals.css ├── test ├── autoCcBot.test.ts ├── autoLabelBot.test.ts ├── autoLabelCodevTrunk.test.ts ├── cancelWorkflowsOnCloseBot.test.ts ├── ciflow-push-trigger.test.ts ├── cliParser.test.ts ├── codevNoWritePermBot.test.ts ├── common.ts ├── drci.test.ts ├── drciBot.test.ts ├── drciUtils.test.ts ├── fixtures │ ├── config.json │ ├── issue.json │ ├── issue_comment.json │ ├── issues.labeled.json │ ├── issues.opened.json │ ├── known_labels.json │ ├── pull_files.json │ ├── pull_request.closed.json │ ├── pull_request.edited.json │ ├── pull_request.labeled.json │ ├── pull_request.opened.json │ ├── pull_request.reopened.json │ ├── pull_request.synchronize.json │ ├── pull_request_comment.json │ ├── pull_request_review.json │ ├── pull_request_review_approved.json │ ├── pull_request_reviews.json │ ├── push-trigger │ │ ├── permission.json │ │ ├── pull_request.closed.json │ │ ├── pull_request.labeled.json │ │ ├── pull_request.synchronize.json │ │ └── pull_request.unlabeled.json │ ├── push.json │ ├── webhookToDynamoExpected.json.gz │ ├── workflow_job.queued.json │ ├── workflow_jobs.json │ └── workflow_run.completed.json ├── flakyBotTests │ ├── flakyAggregateIssue.test.ts │ ├── flakyBotIntegration.test.ts │ ├── flakyBotTestsUtils.ts │ ├── flakyBotUtils.test.ts │ ├── flakySingleIssue.test.ts │ └── getDisabledTestsAndJobs.test.ts ├── jobUtils.test.ts ├── labelCommands.test.ts ├── mergeCommands.test.ts ├── metricUtils.test.ts ├── reporter.js ├── retryBot.test.ts ├── searchUtils.test.ts ├── setup.ts ├── stripApprovals.test.ts ├── subscriptions.test.ts ├── torchagentFeedback.test.ts ├── utils.test.ts ├── utils.ts ├── verifyDisableTestIssue.test.ts └── wehookToDynamoBot.test.ts ├── tsconfig.json ├── types └── next-auth-d.ts └── yarn.lock /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.flake8 -------------------------------------------------------------------------------- /.git-blame-ignore-revs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.git-blame-ignore-revs -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/actionlint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actionlint.yaml -------------------------------------------------------------------------------- /.github/actions/bc-lint/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/bc-lint/action.yml -------------------------------------------------------------------------------- /.github/actions/calculate-docker-image/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/calculate-docker-image/action.yml -------------------------------------------------------------------------------- /.github/actions/check-disk-space/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/check-disk-space/action.yml -------------------------------------------------------------------------------- /.github/actions/chown-directory/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/chown-directory/action.yml -------------------------------------------------------------------------------- /.github/actions/clang-tidy-upload/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/clang-tidy-upload/action.yml -------------------------------------------------------------------------------- /.github/actions/cleanup-runner/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/cleanup-runner/action.yml -------------------------------------------------------------------------------- /.github/actions/export-matrix-variables/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/export-matrix-variables/action.yml -------------------------------------------------------------------------------- /.github/actions/gather-benchmark-metadata/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/gather-benchmark-metadata/action.yml -------------------------------------------------------------------------------- /.github/actions/gather-dependencies/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/gather-dependencies/action.yml -------------------------------------------------------------------------------- /.github/actions/gather-runners-info/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/gather-runners-info/action.yml -------------------------------------------------------------------------------- /.github/actions/get-workflow-job-id/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/get-workflow-job-id/action.yml -------------------------------------------------------------------------------- /.github/actions/pull-docker-image/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/pull-docker-image/action.yml -------------------------------------------------------------------------------- /.github/actions/run-script-with-cache/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/run-script-with-cache/action.yml -------------------------------------------------------------------------------- /.github/actions/set-channel/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/set-channel/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-binary-builds/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-binary-builds/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-binary-upload/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-binary-upload/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-build-test/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-build-test/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-linux/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-linux/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-miniconda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-miniconda/README.md -------------------------------------------------------------------------------- /.github/actions/setup-miniconda/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-miniconda/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-nvidia/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-nvidia/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-python/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-python/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-python/cleanup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-python/cleanup.js -------------------------------------------------------------------------------- /.github/actions/setup-python/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-python/setup.js -------------------------------------------------------------------------------- /.github/actions/setup-ssh/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-ssh/action.yml -------------------------------------------------------------------------------- /.github/actions/setup-ssh/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-ssh/index.js -------------------------------------------------------------------------------- /.github/actions/setup-windows/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/setup-windows/action.yml -------------------------------------------------------------------------------- /.github/actions/teardown-linux/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/teardown-linux/action.yml -------------------------------------------------------------------------------- /.github/actions/teardown-windows/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/teardown-windows/action.yml -------------------------------------------------------------------------------- /.github/actions/trigger-nightly/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/trigger-nightly/action.yml -------------------------------------------------------------------------------- /.github/actions/update-commit-hash/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/update-commit-hash/action.yml -------------------------------------------------------------------------------- /.github/actions/update-viablestrict/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/update-viablestrict/action.yml -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/.eslintignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | lib/ 3 | dist/ -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/.eslintrc.json -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/.gitattributes -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | lib/ 3 | __tests__/_temp/ -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/.licensed.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/.licensed.yml -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/.prettierignore: -------------------------------------------------------------------------------- 1 | dist/ 2 | lib/ 3 | node_modules/ -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/.prettierrc.json -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @zklaus 2 | -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/LICENSE -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/README.md -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/action.yml -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/babel.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/babel.config.json -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/jest.config.js -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/package-lock.json -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/package.json -------------------------------------------------------------------------------- /.github/actions/upload-artifact-s3/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-artifact-s3/tsconfig.json -------------------------------------------------------------------------------- /.github/actions/upload-benchmark-results/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/actions/upload-benchmark-results/action.yml -------------------------------------------------------------------------------- /.github/arc-node-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/arc-node-config.yaml -------------------------------------------------------------------------------- /.github/arc-runner-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/arc-runner-config.yaml -------------------------------------------------------------------------------- /.github/canary-scale-config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/canary-scale-config.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/lf-canary-scale-config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/lf-canary-scale-config.yml -------------------------------------------------------------------------------- /.github/lf-scale-config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/lf-scale-config.yml -------------------------------------------------------------------------------- /.github/scale-config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scale-config.yml -------------------------------------------------------------------------------- /.github/scripts/benchmarks/gather_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/benchmarks/gather_metadata.py -------------------------------------------------------------------------------- /.github/scripts/benchmarks/gather_runners_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/benchmarks/gather_runners_info.py -------------------------------------------------------------------------------- /.github/scripts/export_matrix_variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/export_matrix_variables.py -------------------------------------------------------------------------------- /.github/scripts/get_tutorials_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/get_tutorials_stats.py -------------------------------------------------------------------------------- /.github/scripts/get_workflow_job_id.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/get_workflow_job_id.py -------------------------------------------------------------------------------- /.github/scripts/install_torch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/install_torch.sh -------------------------------------------------------------------------------- /.github/scripts/install_xpu.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/install_xpu.bat -------------------------------------------------------------------------------- /.github/scripts/repair_manylinux_2_28.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/repair_manylinux_2_28.sh -------------------------------------------------------------------------------- /.github/scripts/run_clickhouse_format.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/run_clickhouse_format.sh -------------------------------------------------------------------------------- /.github/scripts/run_with_env_secrets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/run_with_env_secrets.py -------------------------------------------------------------------------------- /.github/scripts/update_commit_hashes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/update_commit_hashes.py -------------------------------------------------------------------------------- /.github/scripts/update_disabled_issues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/update_disabled_issues.py -------------------------------------------------------------------------------- /.github/scripts/upload_benchmark_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/upload_benchmark_results.py -------------------------------------------------------------------------------- /.github/scripts/validate_binaries.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/validate_binaries.sh -------------------------------------------------------------------------------- /.github/scripts/validate_poetry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/validate_poetry.sh -------------------------------------------------------------------------------- /.github/scripts/validate_scale_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/validate_scale_config.py -------------------------------------------------------------------------------- /.github/scripts/validate_test_ops.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/scripts/validate_test_ops.sh -------------------------------------------------------------------------------- /.github/workflows/_binary_upload.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/_binary_upload.yml -------------------------------------------------------------------------------- /.github/workflows/_binary_upload_r2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/_binary_upload_r2.yml -------------------------------------------------------------------------------- /.github/workflows/_lambda-do-release-runners.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/_lambda-do-release-runners.yml -------------------------------------------------------------------------------- /.github/workflows/_upload_docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/_upload_docs.yml -------------------------------------------------------------------------------- /.github/workflows/actions-check-dist.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/actions-check-dist.yml -------------------------------------------------------------------------------- /.github/workflows/actions-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/actions-test.yml -------------------------------------------------------------------------------- /.github/workflows/backfill-workflow-job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/backfill-workflow-job.yml -------------------------------------------------------------------------------- /.github/workflows/bc-linter-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/bc-linter-tests.yml -------------------------------------------------------------------------------- /.github/workflows/build-windows-ami.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/build-windows-ami.yml -------------------------------------------------------------------------------- /.github/workflows/build_wheels_linux.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/build_wheels_linux.yml -------------------------------------------------------------------------------- /.github/workflows/build_wheels_macos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/build_wheels_macos.yml -------------------------------------------------------------------------------- /.github/workflows/build_wheels_windows.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/build_wheels_windows.yml -------------------------------------------------------------------------------- /.github/workflows/check-alerts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/check-alerts.yml -------------------------------------------------------------------------------- /.github/workflows/clang-tidy-linux.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/clang-tidy-linux.yml -------------------------------------------------------------------------------- /.github/workflows/clang-tidy-macos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/clang-tidy-macos.yml -------------------------------------------------------------------------------- /.github/workflows/disable-flaky-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/disable-flaky-tests.yml -------------------------------------------------------------------------------- /.github/workflows/generate_binary_build_matrix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/generate_binary_build_matrix.yml -------------------------------------------------------------------------------- /.github/workflows/generate_docker_release_matrix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/generate_docker_release_matrix.yml -------------------------------------------------------------------------------- /.github/workflows/generate_release_matrix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/generate_release_matrix.yml -------------------------------------------------------------------------------- /.github/workflows/gha-artifacts-lambda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/gha-artifacts-lambda.yml -------------------------------------------------------------------------------- /.github/workflows/github-analytics-daily.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/github-analytics-daily.yml -------------------------------------------------------------------------------- /.github/workflows/github-status-test-lambda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/github-status-test-lambda.yml -------------------------------------------------------------------------------- /.github/workflows/lambda-release-tag-runners.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/lambda-release-tag-runners.yml -------------------------------------------------------------------------------- /.github/workflows/lambda-runner-binaries-syncer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/lambda-runner-binaries-syncer.yml -------------------------------------------------------------------------------- /.github/workflows/lambda-runners.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/lambda-runners.yml -------------------------------------------------------------------------------- /.github/workflows/lambda-webhook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/lambda-webhook.yml -------------------------------------------------------------------------------- /.github/workflows/lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/lint.yml -------------------------------------------------------------------------------- /.github/workflows/linux_job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/linux_job.yml -------------------------------------------------------------------------------- /.github/workflows/linux_job_v2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/linux_job_v2.yml -------------------------------------------------------------------------------- /.github/workflows/log-classifier-lambda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/log-classifier-lambda.yml -------------------------------------------------------------------------------- /.github/workflows/macos_job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/macos_job.yml -------------------------------------------------------------------------------- /.github/workflows/mobile_job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/mobile_job.yml -------------------------------------------------------------------------------- /.github/workflows/opensearch-gha-jobs-lambda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/opensearch-gha-jobs-lambda.yml -------------------------------------------------------------------------------- /.github/workflows/pr-dependencies-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/pr-dependencies-check.yml -------------------------------------------------------------------------------- /.github/workflows/pytorch-auto-revert-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/pytorch-auto-revert-tests.yml -------------------------------------------------------------------------------- /.github/workflows/release-download-pytorch-org.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/release-download-pytorch-org.yml -------------------------------------------------------------------------------- /.github/workflows/release-pypi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/release-pypi.yml -------------------------------------------------------------------------------- /.github/workflows/release-stage-pypi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/release-stage-pypi.yml -------------------------------------------------------------------------------- /.github/workflows/revert-tracker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/revert-tracker.yml -------------------------------------------------------------------------------- /.github/workflows/scale_config_validation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/scale_config_validation.yml -------------------------------------------------------------------------------- /.github/workflows/servicelab-ingestor-lambda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/servicelab-ingestor-lambda.yml -------------------------------------------------------------------------------- /.github/workflows/test-binary-size-validation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test-binary-size-validation.yml -------------------------------------------------------------------------------- /.github/workflows/test-export-matrix-variables.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test-export-matrix-variables.yml -------------------------------------------------------------------------------- /.github/workflows/test-pip-requirements-macOS.txt: -------------------------------------------------------------------------------- 1 | numpy==1.26.4 2 | -------------------------------------------------------------------------------- /.github/workflows/test-setup-miniconda-env-file: -------------------------------------------------------------------------------- 1 | # Just a dummy file to test miniconda setup 2 | ninja 3 | -------------------------------------------------------------------------------- /.github/workflows/test-setup-miniconda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test-setup-miniconda.yml -------------------------------------------------------------------------------- /.github/workflows/test-setup-nvidia.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test-setup-nvidia.yml -------------------------------------------------------------------------------- /.github/workflows/test-setup-python.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test-setup-python.yml -------------------------------------------------------------------------------- /.github/workflows/test-setup-ssh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test-setup-ssh.yml -------------------------------------------------------------------------------- /.github/workflows/test-validate-domain-library.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test-validate-domain-library.yml -------------------------------------------------------------------------------- /.github/workflows/test_build_wheels_m1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test_build_wheels_m1.yml -------------------------------------------------------------------------------- /.github/workflows/test_gather_benchmark_info.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test_gather_benchmark_info.yml -------------------------------------------------------------------------------- /.github/workflows/test_linux_job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test_linux_job.yml -------------------------------------------------------------------------------- /.github/workflows/test_linux_job_v2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test_linux_job_v2.yml -------------------------------------------------------------------------------- /.github/workflows/test_macos_job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test_macos_job.yml -------------------------------------------------------------------------------- /.github/workflows/test_mobile_job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test_mobile_job.yml -------------------------------------------------------------------------------- /.github/workflows/test_upload_benchmark_results.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test_upload_benchmark_results.yml -------------------------------------------------------------------------------- /.github/workflows/test_windows_job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/test_windows_job.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.github/workflows/tflint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/tflint.yml -------------------------------------------------------------------------------- /.github/workflows/torchci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/torchci.yml -------------------------------------------------------------------------------- /.github/workflows/trigger_nightly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/trigger_nightly.yml -------------------------------------------------------------------------------- /.github/workflows/trigger_nightly_core.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/trigger_nightly_core.yml -------------------------------------------------------------------------------- /.github/workflows/update-drci-comments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/update-drci-comments.yml -------------------------------------------------------------------------------- /.github/workflows/update-queue-times.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/update-queue-times.yml -------------------------------------------------------------------------------- /.github/workflows/update-s3-dependencies.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/update-s3-dependencies.yml -------------------------------------------------------------------------------- /.github/workflows/update-s3-html.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/update-s3-html.yml -------------------------------------------------------------------------------- /.github/workflows/update-test-times.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/update-test-times.yml -------------------------------------------------------------------------------- /.github/workflows/update_disabled_tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/update_disabled_tests.yml -------------------------------------------------------------------------------- /.github/workflows/update_test_file_ratings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/update_test_file_ratings.yml -------------------------------------------------------------------------------- /.github/workflows/update_test_file_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/update_test_file_report.yml -------------------------------------------------------------------------------- /.github/workflows/upload-tutorials-stats.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/upload-tutorials-stats.yml -------------------------------------------------------------------------------- /.github/workflows/upload_benchmark_results.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/upload_benchmark_results.yml -------------------------------------------------------------------------------- /.github/workflows/usage-log-aggregator-lambda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/usage-log-aggregator-lambda.yml -------------------------------------------------------------------------------- /.github/workflows/validate-binaries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/validate-binaries.yml -------------------------------------------------------------------------------- /.github/workflows/validate-docker-images.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/validate-docker-images.yml -------------------------------------------------------------------------------- /.github/workflows/validate-domain-library.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/validate-domain-library.yml -------------------------------------------------------------------------------- /.github/workflows/validate-linux-binaries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/validate-linux-binaries.yml -------------------------------------------------------------------------------- /.github/workflows/validate-macos-arm64-binaries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/validate-macos-arm64-binaries.yml -------------------------------------------------------------------------------- /.github/workflows/validate-nightly-binaries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/validate-nightly-binaries.yml -------------------------------------------------------------------------------- /.github/workflows/validate-release-binaries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/validate-release-binaries.yml -------------------------------------------------------------------------------- /.github/workflows/validate-windows-binaries.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/validate-windows-binaries.yml -------------------------------------------------------------------------------- /.github/workflows/windows-ami-validation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/windows-ami-validation.yml -------------------------------------------------------------------------------- /.github/workflows/windows_job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.github/workflows/windows_job.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.gitignore -------------------------------------------------------------------------------- /.lintrunner.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.lintrunner.toml -------------------------------------------------------------------------------- /.mypy_requirements.txt: -------------------------------------------------------------------------------- 1 | mypy==0.982 2 | -------------------------------------------------------------------------------- /.sqlfluff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/.sqlfluff -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/README.md -------------------------------------------------------------------------------- /aws/ami/windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/ami/windows/README.md -------------------------------------------------------------------------------- /aws/ami/windows/build.hwm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aws/ami/windows/build.pwd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aws/ami/windows/build.pwi: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aws/ami/windows/configs/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/ami/windows/configs/sshd_config -------------------------------------------------------------------------------- /aws/ami/windows/plugins.pkr.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/ami/windows/plugins.pkr.hcl -------------------------------------------------------------------------------- /aws/ami/windows/scripts/Helpers/Reset-UserData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1 -------------------------------------------------------------------------------- /aws/ami/windows/scripts/Installers/Install-SSH.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/ami/windows/scripts/Installers/Install-SSH.ps1 -------------------------------------------------------------------------------- /aws/ami/windows/scripts/Installers/Install-Tools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/ami/windows/scripts/Installers/Install-Tools.ps1 -------------------------------------------------------------------------------- /aws/ami/windows/scripts/Installers/Install-VS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/ami/windows/scripts/Installers/Install-VS.ps1 -------------------------------------------------------------------------------- /aws/ami/windows/variables.pkr.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/ami/windows/variables.pkr.hcl -------------------------------------------------------------------------------- /aws/ami/windows/windows.pkr.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/ami/windows/windows.pkr.hcl -------------------------------------------------------------------------------- /aws/lambda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/README.md -------------------------------------------------------------------------------- /aws/lambda/benchmark-results-uploader/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/benchmark-results-uploader/Makefile -------------------------------------------------------------------------------- /aws/lambda/benchmark-results-uploader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/benchmark-results-uploader/README.md -------------------------------------------------------------------------------- /aws/lambda/benchmark-results-uploader/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.36.21 2 | -------------------------------------------------------------------------------- /aws/lambda/buildkite-webhook-handler/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/buildkite-webhook-handler/Makefile -------------------------------------------------------------------------------- /aws/lambda/buildkite-webhook-handler/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/buildkite-webhook-handler/README.md -------------------------------------------------------------------------------- /aws/lambda/buildkite-webhook-handler/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.36.21 2 | -------------------------------------------------------------------------------- /aws/lambda/ci-queue-pct/.gitignore: -------------------------------------------------------------------------------- 1 | *.zip 2 | deployment/ 3 | venv/ 4 | -------------------------------------------------------------------------------- /aws/lambda/ci-queue-pct/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/ci-queue-pct/Makefile -------------------------------------------------------------------------------- /aws/lambda/ci-queue-pct/ci_queue_pct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/ci-queue-pct/ci_queue_pct.py -------------------------------------------------------------------------------- /aws/lambda/ci-queue-pct/dorun.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | while true ; do 4 | make run-local 5 | done -------------------------------------------------------------------------------- /aws/lambda/ci-queue-pct/requirements.txt: -------------------------------------------------------------------------------- 1 | PyGithub==1.59.0 2 | python-dateutil==2.8.2 3 | PyYAML==6.0.1 4 | clickhouse_connect==0.8.5 5 | -------------------------------------------------------------------------------- /aws/lambda/clickhouse-replicator-dynamo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/clickhouse-replicator-dynamo/Makefile -------------------------------------------------------------------------------- /aws/lambda/clickhouse-replicator-dynamo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/clickhouse-replicator-dynamo/README.md -------------------------------------------------------------------------------- /aws/lambda/clickhouse-replicator-dynamo/requirements.txt: -------------------------------------------------------------------------------- 1 | clickhouse-connect==0.8.14 2 | pytest==7.4.0 3 | -------------------------------------------------------------------------------- /aws/lambda/clickhouse-replicator-s3/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/clickhouse-replicator-s3/Makefile -------------------------------------------------------------------------------- /aws/lambda/clickhouse-replicator-s3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/clickhouse-replicator-s3/README.md -------------------------------------------------------------------------------- /aws/lambda/clickhouse-replicator-s3/requirements.txt: -------------------------------------------------------------------------------- 1 | clickhouse-connect==0.8.14 2 | pytest==7.4.0 3 | -------------------------------------------------------------------------------- /aws/lambda/gha-artifacts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/gha-artifacts/Makefile -------------------------------------------------------------------------------- /aws/lambda/gha-artifacts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/gha-artifacts/README.md -------------------------------------------------------------------------------- /aws/lambda/gha-artifacts/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/gha-artifacts/lambda_function.py -------------------------------------------------------------------------------- /aws/lambda/gha-artifacts/requirements.txt: -------------------------------------------------------------------------------- 1 | aioboto3==12.1.0 2 | pytest==7.4.0 3 | -------------------------------------------------------------------------------- /aws/lambda/github-status-test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/github-status-test/Makefile -------------------------------------------------------------------------------- /aws/lambda/github-status-test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/github-status-test/README.md -------------------------------------------------------------------------------- /aws/lambda/github-status-test/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/github-status-test/lambda_function.py -------------------------------------------------------------------------------- /aws/lambda/github-status-test/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.24.59 2 | requests==2.32.2 3 | -------------------------------------------------------------------------------- /aws/lambda/keep-going-call-log-classifier/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/keep-going-call-log-classifier/Makefile -------------------------------------------------------------------------------- /aws/lambda/keep-going-call-log-classifier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/keep-going-call-log-classifier/README.md -------------------------------------------------------------------------------- /aws/lambda/log-classifier/.gitignore: -------------------------------------------------------------------------------- 1 | /target -------------------------------------------------------------------------------- /aws/lambda/log-classifier/Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/Cargo.lock -------------------------------------------------------------------------------- /aws/lambda/log-classifier/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/Cargo.toml -------------------------------------------------------------------------------- /aws/lambda/log-classifier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/README.md -------------------------------------------------------------------------------- /aws/lambda/log-classifier/data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/data/README.md -------------------------------------------------------------------------------- /aws/lambda/log-classifier/fixtures/error_log1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/fixtures/error_log1.txt -------------------------------------------------------------------------------- /aws/lambda/log-classifier/fixtures/request.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/fixtures/request.json -------------------------------------------------------------------------------- /aws/lambda/log-classifier/ruleset.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/ruleset.toml -------------------------------------------------------------------------------- /aws/lambda/log-classifier/scripts/download_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/scripts/download_logs.py -------------------------------------------------------------------------------- /aws/lambda/log-classifier/src/bedrock.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/src/bedrock.rs -------------------------------------------------------------------------------- /aws/lambda/log-classifier/src/bedrock/prompts.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/src/bedrock/prompts.rs -------------------------------------------------------------------------------- /aws/lambda/log-classifier/src/engine.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/src/engine.rs -------------------------------------------------------------------------------- /aws/lambda/log-classifier/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/src/lib.rs -------------------------------------------------------------------------------- /aws/lambda/log-classifier/src/log.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/src/log.rs -------------------------------------------------------------------------------- /aws/lambda/log-classifier/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/src/main.rs -------------------------------------------------------------------------------- /aws/lambda/log-classifier/src/network.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/src/network.rs -------------------------------------------------------------------------------- /aws/lambda/log-classifier/src/rule.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/src/rule.rs -------------------------------------------------------------------------------- /aws/lambda/log-classifier/src/rule_match.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/log-classifier/src/rule_match.rs -------------------------------------------------------------------------------- /aws/lambda/opensearch-gha-jobs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/opensearch-gha-jobs/Makefile -------------------------------------------------------------------------------- /aws/lambda/opensearch-gha-jobs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/opensearch-gha-jobs/README.md -------------------------------------------------------------------------------- /aws/lambda/opensearch-gha-jobs/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/opensearch-gha-jobs/lambda_function.py -------------------------------------------------------------------------------- /aws/lambda/opensearch-gha-jobs/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.28.24 2 | opensearch-py==2.3.0 3 | pytest==7.4.0 4 | -------------------------------------------------------------------------------- /aws/lambda/oss_ci_cur/.gitignore: -------------------------------------------------------------------------------- 1 | *.zip 2 | deployment/ 3 | venv/ 4 | -------------------------------------------------------------------------------- /aws/lambda/oss_ci_cur/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/oss_ci_cur/Makefile -------------------------------------------------------------------------------- /aws/lambda/oss_ci_cur/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/oss_ci_cur/Readme.md -------------------------------------------------------------------------------- /aws/lambda/oss_ci_cur/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/oss_ci_cur/lambda_function.py -------------------------------------------------------------------------------- /aws/lambda/oss_ci_cur/requirements.txt: -------------------------------------------------------------------------------- 1 | clickhouse_connect==0.8.5 2 | boto3==1.35.33 3 | -------------------------------------------------------------------------------- /aws/lambda/oss_ci_job_queue_time/.gitignore: -------------------------------------------------------------------------------- 1 | *.zip 2 | deployment/ 3 | venv/ 4 | -------------------------------------------------------------------------------- /aws/lambda/oss_ci_job_queue_time/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/oss_ci_job_queue_time/Makefile -------------------------------------------------------------------------------- /aws/lambda/oss_ci_job_queue_time/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/oss_ci_job_queue_time/lambda_function.py -------------------------------------------------------------------------------- /aws/lambda/oss_ci_job_queue_time/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/oss_ci_job_queue_time/requirements.txt -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/pytorch-auto-revert/.env.example -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/.gitignore: -------------------------------------------------------------------------------- 1 | *.zip 2 | deployment/ 3 | venv/ 4 | *.html 5 | -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/pytorch-auto-revert/Makefile -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/pytorch-auto-revert/README.md -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/SIGNAL_ACTIONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/pytorch-auto-revert/SIGNAL_ACTIONS.md -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/SIGNAL_EXTRACTION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/pytorch-auto-revert/SIGNAL_EXTRACTION.md -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/dev_requirements.txt: -------------------------------------------------------------------------------- 1 | boto3-stubs>=1.34.51 2 | lintrunner==0.12.5 3 | setuptools>=80.9.0 4 | -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/pytorch_auto_revert/testers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aws/lambda/pytorch-auto-revert/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/pytorch-auto-revert/requirements.txt -------------------------------------------------------------------------------- /aws/lambda/servicelab-ingestor/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/servicelab-ingestor/Makefile -------------------------------------------------------------------------------- /aws/lambda/servicelab-ingestor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/servicelab-ingestor/README.md -------------------------------------------------------------------------------- /aws/lambda/servicelab-ingestor/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/servicelab-ingestor/lambda_function.py -------------------------------------------------------------------------------- /aws/lambda/servicelab-ingestor/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.28.24 2 | clickhouse-connect==0.8.14 3 | pytest==7.4.0 4 | -------------------------------------------------------------------------------- /aws/lambda/tests/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/tests/__init__.py -------------------------------------------------------------------------------- /aws/lambda/tests/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/tests/common.py -------------------------------------------------------------------------------- /aws/lambda/tests/test_lambda_oss_cur.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/tests/test_lambda_oss_cur.py -------------------------------------------------------------------------------- /aws/lambda/tests/test_requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/tests/test_requirements.txt -------------------------------------------------------------------------------- /aws/lambda/usage-log-aggregator/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/usage-log-aggregator/Makefile -------------------------------------------------------------------------------- /aws/lambda/usage-log-aggregator/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/usage-log-aggregator/lambda_function.py -------------------------------------------------------------------------------- /aws/lambda/usage-log-aggregator/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/usage-log-aggregator/requirements.txt -------------------------------------------------------------------------------- /aws/lambda/whl_metadata_upload_pep658/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/whl_metadata_upload_pep658/Makefile -------------------------------------------------------------------------------- /aws/lambda/whl_metadata_upload_pep658/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/lambda/whl_metadata_upload_pep658/README.md -------------------------------------------------------------------------------- /aws/lambda/whl_metadata_upload_pep658/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.35.96 2 | -------------------------------------------------------------------------------- /aws/tools/cleanup-ssm/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/tools/cleanup-ssm/Cargo.toml -------------------------------------------------------------------------------- /aws/tools/cleanup-ssm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/tools/cleanup-ssm/README.md -------------------------------------------------------------------------------- /aws/tools/cleanup-ssm/src/cleanup.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/tools/cleanup-ssm/src/cleanup.rs -------------------------------------------------------------------------------- /aws/tools/cleanup-ssm/src/client.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/tools/cleanup-ssm/src/client.rs -------------------------------------------------------------------------------- /aws/tools/cleanup-ssm/src/filter.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/tools/cleanup-ssm/src/filter.rs -------------------------------------------------------------------------------- /aws/tools/cleanup-ssm/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/tools/cleanup-ssm/src/lib.rs -------------------------------------------------------------------------------- /aws/tools/cleanup-ssm/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/tools/cleanup-ssm/src/main.rs -------------------------------------------------------------------------------- /aws/websites/download.pytorch.org/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/aws/websites/download.pytorch.org/README.md -------------------------------------------------------------------------------- /clickhouse_db_schema/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/clickhouse_db_schema/README.md -------------------------------------------------------------------------------- /clickhouse_db_schema/default.workflow_job/schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/clickhouse_db_schema/default.workflow_job/schema.sql -------------------------------------------------------------------------------- /clickhouse_db_schema/grafana_alerts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/clickhouse_db_schema/grafana_alerts/README.md -------------------------------------------------------------------------------- /clickhouse_db_schema/misc.oss_ci_cur/schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/clickhouse_db_schema/misc.oss_ci_cur/schema.sql -------------------------------------------------------------------------------- /docs/partners_pytorch_ci_runners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/docs/partners_pytorch_ci_runners.md -------------------------------------------------------------------------------- /mypy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/mypy.ini -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/pyproject.toml -------------------------------------------------------------------------------- /release/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/README.md -------------------------------------------------------------------------------- /release/cut-release-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/cut-release-branch.sh -------------------------------------------------------------------------------- /release/promote.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/promote.sh -------------------------------------------------------------------------------- /release/promote/common_utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/promote/common_utils.sh -------------------------------------------------------------------------------- /release/promote/conda_to_conda.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/promote/conda_to_conda.sh -------------------------------------------------------------------------------- /release/promote/prep_binary_for_pypi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/promote/prep_binary_for_pypi.sh -------------------------------------------------------------------------------- /release/promote/s3_to_s3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/promote/s3_to_s3.sh -------------------------------------------------------------------------------- /release/promote/wheel_to_pypi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/promote/wheel_to_pypi.sh -------------------------------------------------------------------------------- /release/pypi/prep_binary_for_pypi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/pypi/prep_binary_for_pypi.py -------------------------------------------------------------------------------- /release/pypi/promote_pypi_to_production.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/pypi/promote_pypi_to_production.sh -------------------------------------------------------------------------------- /release/pypi/promote_pypi_to_staging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/pypi/promote_pypi_to_staging.sh -------------------------------------------------------------------------------- /release/pypi/upload_pypi_to_staging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/pypi/upload_pypi_to_staging.sh -------------------------------------------------------------------------------- /release/release_versions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/release_versions.sh -------------------------------------------------------------------------------- /release/restore-backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/release/restore-backup.sh -------------------------------------------------------------------------------- /s3_management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/s3_management/README.md -------------------------------------------------------------------------------- /s3_management/assume-role-output.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /s3_management/backup_conda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/s3_management/backup_conda.py -------------------------------------------------------------------------------- /s3_management/manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/s3_management/manage.py -------------------------------------------------------------------------------- /s3_management/manage_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/s3_management/manage_v2.py -------------------------------------------------------------------------------- /s3_management/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.28.53 2 | packaging==21.3 3 | -------------------------------------------------------------------------------- /s3_management/update_dependencies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/s3_management/update_dependencies.py -------------------------------------------------------------------------------- /setup-ssh/.eslintignore: -------------------------------------------------------------------------------- 1 | dist/ 2 | lib/ 3 | node_modules/ 4 | jest.config.js 5 | -------------------------------------------------------------------------------- /setup-ssh/.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/.eslintrc.json -------------------------------------------------------------------------------- /setup-ssh/.prettierignore: -------------------------------------------------------------------------------- 1 | dist/ 2 | lib/ 3 | node_modules/ -------------------------------------------------------------------------------- /setup-ssh/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/.prettierrc.json -------------------------------------------------------------------------------- /setup-ssh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/README.md -------------------------------------------------------------------------------- /setup-ssh/__tests__/add-github-ssh-key.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/__tests__/add-github-ssh-key.test.ts -------------------------------------------------------------------------------- /setup-ssh/__tests__/get-ip.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/__tests__/get-ip.test.ts -------------------------------------------------------------------------------- /setup-ssh/__tests__/github-utils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/__tests__/github-utils.test.ts -------------------------------------------------------------------------------- /setup-ssh/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/jest.config.js -------------------------------------------------------------------------------- /setup-ssh/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/package.json -------------------------------------------------------------------------------- /setup-ssh/src/add-github-ssh-key.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/src/add-github-ssh-key.ts -------------------------------------------------------------------------------- /setup-ssh/src/ec2-utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/src/ec2-utils.ts -------------------------------------------------------------------------------- /setup-ssh/src/get-ip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/src/get-ip.ts -------------------------------------------------------------------------------- /setup-ssh/src/github-utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/src/github-utils.ts -------------------------------------------------------------------------------- /setup-ssh/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/src/main.ts -------------------------------------------------------------------------------- /setup-ssh/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/tsconfig.json -------------------------------------------------------------------------------- /setup-ssh/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/setup-ssh/yarn.lock -------------------------------------------------------------------------------- /stats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/stats/README.md -------------------------------------------------------------------------------- /terraform-aws-github-runner/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/.gitignore -------------------------------------------------------------------------------- /terraform-aws-github-runner/.tflint.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/.tflint.hcl -------------------------------------------------------------------------------- /terraform-aws-github-runner/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/LICENSE.md -------------------------------------------------------------------------------- /terraform-aws-github-runner/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/Makefile -------------------------------------------------------------------------------- /terraform-aws-github-runner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/README.md -------------------------------------------------------------------------------- /terraform-aws-github-runner/architecture-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/architecture-diagram.png -------------------------------------------------------------------------------- /terraform-aws-github-runner/elastic_cache.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/elastic_cache.tf -------------------------------------------------------------------------------- /terraform-aws-github-runner/kms.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/kms.tf -------------------------------------------------------------------------------- /terraform-aws-github-runner/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/main.tf -------------------------------------------------------------------------------- /terraform-aws-github-runner/modules/download-lambda/outputs.tf: -------------------------------------------------------------------------------- 1 | output "files" { 2 | value = null_resource.download[*].triggers.file 3 | } 4 | -------------------------------------------------------------------------------- /terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc: -------------------------------------------------------------------------------- 1 | v12.16.1 2 | -------------------------------------------------------------------------------- /terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json: -------------------------------------------------------------------------------- 1 | { 2 | "key": "value" 3 | } 4 | -------------------------------------------------------------------------------- /terraform-aws-github-runner/modules/runners/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc: -------------------------------------------------------------------------------- 1 | v12.16.1 2 | -------------------------------------------------------------------------------- /terraform-aws-github-runner/modules/runners/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/modules/runners/main.tf -------------------------------------------------------------------------------- /terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc: -------------------------------------------------------------------------------- 1 | v12.16.1 2 | -------------------------------------------------------------------------------- /terraform-aws-github-runner/modules/webhook/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/modules/webhook/main.tf -------------------------------------------------------------------------------- /terraform-aws-github-runner/modules/webhook/policies.tf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /terraform-aws-github-runner/outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/outputs.tf -------------------------------------------------------------------------------- /terraform-aws-github-runner/tools/aws-ssh-session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/tools/aws-ssh-session -------------------------------------------------------------------------------- /terraform-aws-github-runner/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/terraform-aws-github-runner/variables.tf -------------------------------------------------------------------------------- /tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/analytics/cubinsizes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/cubinsizes.py -------------------------------------------------------------------------------- /tools/analytics/download_count_wheels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/download_count_wheels.py -------------------------------------------------------------------------------- /tools/analytics/duplicates_analyze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/duplicates_analyze.py -------------------------------------------------------------------------------- /tools/analytics/get_s3_bucket_sizes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/get_s3_bucket_sizes.py -------------------------------------------------------------------------------- /tools/analytics/github_analyze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/github_analyze.py -------------------------------------------------------------------------------- /tools/analytics/org/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/org/.gitignore -------------------------------------------------------------------------------- /tools/analytics/org/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/org/README.md -------------------------------------------------------------------------------- /tools/analytics/org/analyze_contributors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/org/analyze_contributors.py -------------------------------------------------------------------------------- /tools/analytics/org/analyze_repo_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/org/analyze_repo_info.py -------------------------------------------------------------------------------- /tools/analytics/org/analyze_runner_usage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/org/analyze_runner_usage.py -------------------------------------------------------------------------------- /tools/analytics/org/cache_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/org/cache_manager.py -------------------------------------------------------------------------------- /tools/analytics/org/github_code_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/org/github_code_search.py -------------------------------------------------------------------------------- /tools/analytics/org/remove_pytorch_labs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/org/remove_pytorch_labs.py -------------------------------------------------------------------------------- /tools/analytics/org/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/org/requirements.txt -------------------------------------------------------------------------------- /tools/analytics/s3_test_stats_analyze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/s3_test_stats_analyze.py -------------------------------------------------------------------------------- /tools/analytics/validate_binaries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/validate_binaries.py -------------------------------------------------------------------------------- /tools/analytics/validate_pypi_staging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/analytics/validate_pypi_staging.py -------------------------------------------------------------------------------- /tools/binary_size_validation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/binary_size_validation/README.md -------------------------------------------------------------------------------- /tools/binary_size_validation/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/binary_size_validation/requirements.txt -------------------------------------------------------------------------------- /tools/clang-tidy-checks/.gitignore: -------------------------------------------------------------------------------- 1 | /llvm-project/ 2 | -------------------------------------------------------------------------------- /tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy -------------------------------------------------------------------------------- /tools/clang-tidy-checks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/clang-tidy-checks/README.md -------------------------------------------------------------------------------- /tools/clang-tidy-checks/check_s3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/clang-tidy-checks/check_s3.py -------------------------------------------------------------------------------- /tools/clang-tidy-checks/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/clang-tidy-checks/setup.sh -------------------------------------------------------------------------------- /tools/clang-tidy-checks/verify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/clang-tidy-checks/verify.sh -------------------------------------------------------------------------------- /tools/device-farm-runner/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/device-farm-runner/requirements.txt -------------------------------------------------------------------------------- /tools/device-farm-runner/run_on_aws_devicefarm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/device-farm-runner/run_on_aws_devicefarm.py -------------------------------------------------------------------------------- /tools/device-farm-runner/run_perf_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/device-farm-runner/run_perf_workflow.py -------------------------------------------------------------------------------- /tools/fleet_analysis/runner_usage_stats.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/fleet_analysis/runner_usage_stats.ipynb -------------------------------------------------------------------------------- /tools/linter/adapters/actionlint_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/actionlint_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/exec_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/exec_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/flake8_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/flake8_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/grep_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/grep_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/lintrunner_version_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/lintrunner_version_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/mypy_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/mypy_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/newlines_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/newlines_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/pip_init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/pip_init.py -------------------------------------------------------------------------------- /tools/linter/adapters/pyfmt_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/pyfmt_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/ruff_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/ruff_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/rustfmt.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/rustfmt.toml -------------------------------------------------------------------------------- /tools/linter/adapters/rustfmt_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/rustfmt_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/s3_init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/s3_init.py -------------------------------------------------------------------------------- /tools/linter/adapters/s3_init_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/s3_init_config.json -------------------------------------------------------------------------------- /tools/linter/adapters/sql_params_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/sql_params_linter.py -------------------------------------------------------------------------------- /tools/linter/adapters/sqlfluff_linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/adapters/sqlfluff_linter.py -------------------------------------------------------------------------------- /tools/linter/convert_to_sarif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/linter/convert_to_sarif.py -------------------------------------------------------------------------------- /tools/mirror-pypi/mirror_pytorch_triton_rocm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh -------------------------------------------------------------------------------- /tools/pkg-helpers/.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/.flake8 -------------------------------------------------------------------------------- /tools/pkg-helpers/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/.gitattributes -------------------------------------------------------------------------------- /tools/pkg-helpers/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/.gitignore -------------------------------------------------------------------------------- /tools/pkg-helpers/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/Makefile -------------------------------------------------------------------------------- /tools/pkg-helpers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/README.md -------------------------------------------------------------------------------- /tools/pkg-helpers/poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/poetry.lock -------------------------------------------------------------------------------- /tools/pkg-helpers/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/pyproject.toml -------------------------------------------------------------------------------- /tools/pkg-helpers/pytorch_pkg_helpers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/pkg-helpers/pytorch_pkg_helpers/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py -------------------------------------------------------------------------------- /tools/pkg-helpers/pytorch_pkg_helpers/conda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/pytorch_pkg_helpers/conda.py -------------------------------------------------------------------------------- /tools/pkg-helpers/pytorch_pkg_helpers/cuda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py -------------------------------------------------------------------------------- /tools/pkg-helpers/pytorch_pkg_helpers/macos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/pytorch_pkg_helpers/macos.py -------------------------------------------------------------------------------- /tools/pkg-helpers/pytorch_pkg_helpers/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/pytorch_pkg_helpers/utils.py -------------------------------------------------------------------------------- /tools/pkg-helpers/pytorch_pkg_helpers/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/pytorch_pkg_helpers/version.py -------------------------------------------------------------------------------- /tools/pkg-helpers/pytorch_pkg_helpers/wheel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py -------------------------------------------------------------------------------- /tools/pkg-helpers/tests/assets/conda_search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/tests/assets/conda_search.json -------------------------------------------------------------------------------- /tools/pkg-helpers/tests/test_conda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/tests/test_conda.py -------------------------------------------------------------------------------- /tools/pkg-helpers/tests/test_cuda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/tests/test_cuda.py -------------------------------------------------------------------------------- /tools/pkg-helpers/tests/test_macos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/tests/test_macos.py -------------------------------------------------------------------------------- /tools/pkg-helpers/tests/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/tests/test_utils.py -------------------------------------------------------------------------------- /tools/pkg-helpers/tests/test_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/tests/test_version.py -------------------------------------------------------------------------------- /tools/pkg-helpers/tests/test_wheel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/pkg-helpers/tests/test_wheel.py -------------------------------------------------------------------------------- /tools/rockset_migration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/rockset_migration/README.md -------------------------------------------------------------------------------- /tools/rockset_migration/compare_keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/rockset_migration/compare_keys.py -------------------------------------------------------------------------------- /tools/rockset_migration/create_clickhouse_schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/rockset_migration/create_clickhouse_schema.py -------------------------------------------------------------------------------- /tools/rockset_migration/dynamo2ch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/rockset_migration/dynamo2ch.py -------------------------------------------------------------------------------- /tools/rockset_migration/rockset_2_dynamodb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/rockset_migration/rockset_2_dynamodb.py -------------------------------------------------------------------------------- /tools/rockset_migration/rockset_queries.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/rockset_migration/rockset_queries.ipynb -------------------------------------------------------------------------------- /tools/rockset_migration/rockset_queries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/rockset_migration/rockset_queries.py -------------------------------------------------------------------------------- /tools/rockset_migration/s32ch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/rockset_migration/s32ch.py -------------------------------------------------------------------------------- /tools/scripts/analyze_ci_workflows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/analyze_ci_workflows.py -------------------------------------------------------------------------------- /tools/scripts/backfill_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/backfill_events.py -------------------------------------------------------------------------------- /tools/scripts/consolidate_scale_config_yaml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/consolidate_scale_config_yaml.py -------------------------------------------------------------------------------- /tools/scripts/download-lambdas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/download-lambdas.py -------------------------------------------------------------------------------- /tools/scripts/fetch_latest_green_commit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/fetch_latest_green_commit.py -------------------------------------------------------------------------------- /tools/scripts/generate_binary_build_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/generate_binary_build_matrix.py -------------------------------------------------------------------------------- /tools/scripts/generate_docker_release_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/generate_docker_release_matrix.py -------------------------------------------------------------------------------- /tools/scripts/generate_release_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/generate_release_matrix.py -------------------------------------------------------------------------------- /tools/scripts/get_stable_cuda_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/get_stable_cuda_version.py -------------------------------------------------------------------------------- /tools/scripts/gitutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/gitutils.py -------------------------------------------------------------------------------- /tools/scripts/identify_and_kill_instances_by_id.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/identify_and_kill_instances_by_id.py -------------------------------------------------------------------------------- /tools/scripts/list_prs_from_partners_by_label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/scripts/list_prs_from_partners_by_label.py -------------------------------------------------------------------------------- /tools/self-hosted-runner-utils/.gitignore: -------------------------------------------------------------------------------- 1 | venv 2 | -------------------------------------------------------------------------------- /tools/self-hosted-runner-utils/Makefile: -------------------------------------------------------------------------------- 1 | format: 2 | black *.py 3 | -------------------------------------------------------------------------------- /tools/self-hosted-runner-utils/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/self-hosted-runner-utils/README.md -------------------------------------------------------------------------------- /tools/self-hosted-runner-utils/requirements.txt: -------------------------------------------------------------------------------- 1 | PyGithub 2 | black 3 | tqdm 4 | boto3 5 | -------------------------------------------------------------------------------- /tools/stronghold/.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/.flake8 -------------------------------------------------------------------------------- /tools/stronghold/bin/.gitignore: -------------------------------------------------------------------------------- 1 | check-api-compatibility 2 | -------------------------------------------------------------------------------- /tools/stronghold/bin/analyze-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/bin/analyze-history -------------------------------------------------------------------------------- /tools/stronghold/bin/build-check-api-compatibility: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/bin/build-check-api-compatibility -------------------------------------------------------------------------------- /tools/stronghold/docs/bc_linter_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/docs/bc_linter_config.md -------------------------------------------------------------------------------- /tools/stronghold/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/pyproject.toml -------------------------------------------------------------------------------- /tools/stronghold/requirements.runtime.txt: -------------------------------------------------------------------------------- 1 | PyYAML==6.0.2 2 | pathspec==0.12.1 3 | -------------------------------------------------------------------------------- /tools/stronghold/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/requirements.txt -------------------------------------------------------------------------------- /tools/stronghold/src/api/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/src/api/__init__.py -------------------------------------------------------------------------------- /tools/stronghold/src/api/ast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/src/api/ast.py -------------------------------------------------------------------------------- /tools/stronghold/src/api/checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/src/api/checker.py -------------------------------------------------------------------------------- /tools/stronghold/src/api/compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/src/api/compatibility.py -------------------------------------------------------------------------------- /tools/stronghold/src/api/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/src/api/config.py -------------------------------------------------------------------------------- /tools/stronghold/src/api/git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/src/api/git.py -------------------------------------------------------------------------------- /tools/stronghold/src/api/github.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/src/api/github.py -------------------------------------------------------------------------------- /tools/stronghold/src/api/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/src/api/types.py -------------------------------------------------------------------------------- /tools/stronghold/src/api/violations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/src/api/violations.py -------------------------------------------------------------------------------- /tools/stronghold/tests/api/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/api/conftest.py -------------------------------------------------------------------------------- /tools/stronghold/tests/api/test_ast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/api/test_ast.py -------------------------------------------------------------------------------- /tools/stronghold/tests/api/test_ast_param_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/api/test_ast_param_types.py -------------------------------------------------------------------------------- /tools/stronghold/tests/api/test_compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/api/test_compatibility.py -------------------------------------------------------------------------------- /tools/stronghold/tests/api/test_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/api/test_config.py -------------------------------------------------------------------------------- /tools/stronghold/tests/api/test_config_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/api/test_config_loader.py -------------------------------------------------------------------------------- /tools/stronghold/tests/api/test_git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/api/test_git.py -------------------------------------------------------------------------------- /tools/stronghold/tests/api/test_github.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/api/test_github.py -------------------------------------------------------------------------------- /tools/stronghold/tests/api/test_path_globs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/api/test_path_globs.py -------------------------------------------------------------------------------- /tools/stronghold/tests/lib/testing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/stronghold/tests/lib/testing/git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/lib/testing/git.py -------------------------------------------------------------------------------- /tools/stronghold/tests/lib/testing/source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/stronghold/tests/lib/testing/source.py -------------------------------------------------------------------------------- /tools/tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/tests/README.md -------------------------------------------------------------------------------- /tools/tests/assets/build_matrix_linux_conda_cuda.json: -------------------------------------------------------------------------------- 1 | { 2 | "include": [] 3 | } -------------------------------------------------------------------------------- /tools/tests/assets/build_matrix_linux_wheel_xpu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/tests/assets/build_matrix_linux_wheel_xpu.json -------------------------------------------------------------------------------- /tools/tests/assets/build_matrix_macos_conda.json: -------------------------------------------------------------------------------- 1 | { 2 | "include": [] 3 | } -------------------------------------------------------------------------------- /tools/tests/assets/build_matrix_macos_wheel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/tests/assets/build_matrix_macos_wheel.json -------------------------------------------------------------------------------- /tools/tests/assets/build_matrix_windows_conda_cuda.json: -------------------------------------------------------------------------------- 1 | { 2 | "include": [] 3 | } -------------------------------------------------------------------------------- /tools/tests/build_matrix_linux_wheel_nocpu.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/tests/test_fetch_latest_green_commit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/tests/test_fetch_latest_green_commit.py -------------------------------------------------------------------------------- /tools/tests/test_generate_binary_build_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/tests/test_generate_binary_build_matrix.py -------------------------------------------------------------------------------- /tools/tests/update_test_assets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/tests/update_test_assets.sh -------------------------------------------------------------------------------- /tools/torchci/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/.env.example -------------------------------------------------------------------------------- /tools/torchci/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/README.md -------------------------------------------------------------------------------- /tools/torchci/check_alerts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/check_alerts.py -------------------------------------------------------------------------------- /tools/torchci/check_live_runners.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/check_live_runners.py -------------------------------------------------------------------------------- /tools/torchci/clickhouse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/clickhouse.py -------------------------------------------------------------------------------- /tools/torchci/clickhouse_query_perf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/clickhouse_query_perf.py -------------------------------------------------------------------------------- /tools/torchci/download_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/download_logs.py -------------------------------------------------------------------------------- /tools/torchci/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/pyproject.toml -------------------------------------------------------------------------------- /tools/torchci/queue_alert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/queue_alert.py -------------------------------------------------------------------------------- /tools/torchci/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/requirements.txt -------------------------------------------------------------------------------- /tools/torchci/reverts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/reverts.py -------------------------------------------------------------------------------- /tools/torchci/td/get_merge_base_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/td/get_merge_base_info.py -------------------------------------------------------------------------------- /tools/torchci/td/get_reverts_caused_by_td.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/td/get_reverts_caused_by_td.py -------------------------------------------------------------------------------- /tools/torchci/td/td_heuristic_profiling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/td/td_heuristic_profiling.py -------------------------------------------------------------------------------- /tools/torchci/td/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/td/utils.py -------------------------------------------------------------------------------- /tools/torchci/test_insights/daily_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/test_insights/daily_regression.py -------------------------------------------------------------------------------- /tools/torchci/test_insights/ec2_pricing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/test_insights/ec2_pricing.py -------------------------------------------------------------------------------- /tools/torchci/test_insights/file_report_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/test_insights/file_report_generator.py -------------------------------------------------------------------------------- /tools/torchci/test_insights/weekly_notification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/test_insights/weekly_notification.py -------------------------------------------------------------------------------- /tools/torchci/tests/test_ch_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/tests/test_ch_query.py -------------------------------------------------------------------------------- /tools/torchci/tests/test_check_alerts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/tests/test_check_alerts.py -------------------------------------------------------------------------------- /tools/torchci/tests/test_queue_alert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/tests/test_queue_alert.py -------------------------------------------------------------------------------- /tools/torchci/tests/test_update_test_times.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/tests/test_update_test_times.py -------------------------------------------------------------------------------- /tools/torchci/update_test_times.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/update_test_times.py -------------------------------------------------------------------------------- /tools/torchci/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchci/utils.py -------------------------------------------------------------------------------- /tools/torchfix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/tools/torchfix/README.md -------------------------------------------------------------------------------- /torchci/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/.env.example -------------------------------------------------------------------------------- /torchci/.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/.eslintrc.json -------------------------------------------------------------------------------- /torchci/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/.gitignore -------------------------------------------------------------------------------- /torchci/.prettierignore: -------------------------------------------------------------------------------- 1 | *.json 2 | .next 3 | -------------------------------------------------------------------------------- /torchci/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/.prettierrc.json -------------------------------------------------------------------------------- /torchci/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/README.md -------------------------------------------------------------------------------- /torchci/app/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/app/v2/README.md -------------------------------------------------------------------------------- /torchci/app/v2/benchmark/v3/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/app/v2/benchmark/v3/layout.tsx -------------------------------------------------------------------------------- /torchci/app/v2/benchmark/v3/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/app/v2/benchmark/v3/page.tsx -------------------------------------------------------------------------------- /torchci/app/v2/benchmark/v3/regression/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/app/v2/benchmark/v3/regression/layout.tsx -------------------------------------------------------------------------------- /torchci/app/v2/benchmark/v3/regression/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/app/v2/benchmark/v3/regression/page.tsx -------------------------------------------------------------------------------- /torchci/app/v2/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/app/v2/layout.tsx -------------------------------------------------------------------------------- /torchci/app/v2/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/app/v2/page.tsx -------------------------------------------------------------------------------- /torchci/clickhouse_queries/disabled_tests/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/disabled_tests/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/hud_query/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/hud_query/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/hud_query/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/hud_query/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/issue_query/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/issue_query/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/issue_query/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/issue_query/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/merge_bases/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/merge_bases/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/merge_bases/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/merge_bases/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/num_reverts/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/num_reverts/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/num_reverts/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/num_reverts/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/pr_commits/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/pr_commits/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/pr_commits/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/pr_commits/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/queued_jobs/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/queued_jobs/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/queued_jobs/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/queued_jobs/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/reverts/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/reverts/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/reverts/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/reverts/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/strict_lag_sec/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/strict_lag_sec/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/testStats3d/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/testStats3d/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/testStats3d/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/testStats3d/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/testStatsSearch/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/testStatsSearch/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/time_to_signal/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/time_to_signal/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/torchao_query/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/torchao_query/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/torchao_query/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/torchao_query/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/tts_avg/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/tts_avg/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/tts_avg/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/tts_avg/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/tts_percentile/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/tts_percentile/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/vllm/job_list/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/vllm/job_list/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/vllm/job_list/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/vllm/job_list/query.sql -------------------------------------------------------------------------------- /torchci/clickhouse_queries/workflow_load/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/workflow_load/params.json -------------------------------------------------------------------------------- /torchci/clickhouse_queries/workflow_load/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/clickhouse_queries/workflow_load/query.sql -------------------------------------------------------------------------------- /torchci/components/AISpinner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/AISpinner.tsx -------------------------------------------------------------------------------- /torchci/components/SettingsPanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/SettingsPanel.tsx -------------------------------------------------------------------------------- /torchci/components/ToolIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/ToolIcon.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/GrafanaEmbed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/GrafanaEmbed.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/HeaderSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/HeaderSection.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/LoadingDisplay.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/LoadingDisplay.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/ShareModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/ShareModal.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/TipsInfoButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/TipsInfoButton.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/TodoList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/TodoList.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/ToolUse.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/ToolUse.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/WelcomeSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/WelcomeSection.tsx -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/hooks.ts -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/styles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/styles.ts -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/types.ts -------------------------------------------------------------------------------- /torchci/components/TorchAgentPage/utils.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/TorchAgentPage/utils.tsx -------------------------------------------------------------------------------- /torchci/components/benchmark/BenchmarkPicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/benchmark/BenchmarkPicker.tsx -------------------------------------------------------------------------------- /torchci/components/benchmark/CommitPanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/benchmark/CommitPanel.tsx -------------------------------------------------------------------------------- /torchci/components/benchmark/HighlightMenu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/benchmark/HighlightMenu.tsx -------------------------------------------------------------------------------- /torchci/components/benchmark/RepositoryPicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/benchmark/RepositoryPicker.tsx -------------------------------------------------------------------------------- /torchci/components/benchmark/common.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/benchmark/common.tsx -------------------------------------------------------------------------------- /torchci/components/benchmark/compilers/common.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/benchmark/compilers/common.tsx -------------------------------------------------------------------------------- /torchci/components/benchmark/torchao/common.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/benchmark/torchao/common.tsx -------------------------------------------------------------------------------- /torchci/components/commit/AutorevertBanner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/commit/AutorevertBanner.tsx -------------------------------------------------------------------------------- /torchci/components/commit/CommitInfo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/commit/CommitInfo.tsx -------------------------------------------------------------------------------- /torchci/components/commit/CommitStatus.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/commit/CommitStatus.tsx -------------------------------------------------------------------------------- /torchci/components/commit/VersionControlLinks.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/commit/VersionControlLinks.tsx -------------------------------------------------------------------------------- /torchci/components/commit/WorkflowBox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/commit/WorkflowBox.tsx -------------------------------------------------------------------------------- /torchci/components/commit/WorkflowDispatcher.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/commit/WorkflowDispatcher.tsx -------------------------------------------------------------------------------- /torchci/components/commit/commit.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/commit/commit.module.css -------------------------------------------------------------------------------- /torchci/components/common/CheckBoxList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/CheckBoxList.tsx -------------------------------------------------------------------------------- /torchci/components/common/CheckBoxSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/CheckBoxSelector.tsx -------------------------------------------------------------------------------- /torchci/components/common/CopyLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/CopyLink.tsx -------------------------------------------------------------------------------- /torchci/components/common/DrCIButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/DrCIButton.tsx -------------------------------------------------------------------------------- /torchci/components/common/DropDownList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/DropDownList.tsx -------------------------------------------------------------------------------- /torchci/components/common/ErrorBoundary.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/ErrorBoundary.tsx -------------------------------------------------------------------------------- /torchci/components/common/GranularityPicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/GranularityPicker.tsx -------------------------------------------------------------------------------- /torchci/components/common/LoadingIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/LoadingIcon.tsx -------------------------------------------------------------------------------- /torchci/components/common/LoadingPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/LoadingPage.tsx -------------------------------------------------------------------------------- /torchci/components/common/MultiSelectPicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/MultiSelectPicker.tsx -------------------------------------------------------------------------------- /torchci/components/common/PageSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/PageSelector.tsx -------------------------------------------------------------------------------- /torchci/components/common/RegexButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/RegexButton.tsx -------------------------------------------------------------------------------- /torchci/components/common/TextFieldSubmit.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/TextFieldSubmit.tsx -------------------------------------------------------------------------------- /torchci/components/common/ThemeModePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/ThemeModePicker.tsx -------------------------------------------------------------------------------- /torchci/components/common/TimeUtils.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/TimeUtils.tsx -------------------------------------------------------------------------------- /torchci/components/common/ToggleGroup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/ToggleGroup.tsx -------------------------------------------------------------------------------- /torchci/components/common/ValuePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/ValuePicker.tsx -------------------------------------------------------------------------------- /torchci/components/common/log/LogViewer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/common/log/LogViewer.tsx -------------------------------------------------------------------------------- /torchci/components/hud.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/hud.module.css -------------------------------------------------------------------------------- /torchci/components/hud/GroupHudTableHeaders.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/hud/GroupHudTableHeaders.tsx -------------------------------------------------------------------------------- /torchci/components/job/FilteredJobList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/FilteredJobList.tsx -------------------------------------------------------------------------------- /torchci/components/job/GroupJobConclusion.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/GroupJobConclusion.tsx -------------------------------------------------------------------------------- /torchci/components/job/JobAnnotationToggle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/JobAnnotationToggle.tsx -------------------------------------------------------------------------------- /torchci/components/job/JobArtifact.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/JobArtifact.tsx -------------------------------------------------------------------------------- /torchci/components/job/JobConclusion.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/JobConclusion.module.css -------------------------------------------------------------------------------- /torchci/components/job/JobConclusion.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/JobConclusion.tsx -------------------------------------------------------------------------------- /torchci/components/job/JobFilterInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/JobFilterInput.tsx -------------------------------------------------------------------------------- /torchci/components/job/JobLinks.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/JobLinks.module.css -------------------------------------------------------------------------------- /torchci/components/job/JobLinks.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/JobLinks.tsx -------------------------------------------------------------------------------- /torchci/components/job/JobSummary.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/JobSummary.tsx -------------------------------------------------------------------------------- /torchci/components/job/JobTooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/JobTooltip.tsx -------------------------------------------------------------------------------- /torchci/components/job/ODCCommand.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/ODCCommand.tsx -------------------------------------------------------------------------------- /torchci/components/job/ReproductionCommand.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/job/ReproductionCommand.tsx -------------------------------------------------------------------------------- /torchci/components/layout/AnnouncementBanner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/layout/AnnouncementBanner.tsx -------------------------------------------------------------------------------- /torchci/components/layout/DynamicTitle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/layout/DynamicTitle.tsx -------------------------------------------------------------------------------- /torchci/components/layout/LoginSection.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/layout/LoginSection.module.css -------------------------------------------------------------------------------- /torchci/components/layout/LoginSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/layout/LoginSection.tsx -------------------------------------------------------------------------------- /torchci/components/layout/NavBar.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/layout/NavBar.module.css -------------------------------------------------------------------------------- /torchci/components/layout/NavBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/layout/NavBar.tsx -------------------------------------------------------------------------------- /torchci/components/layout/NavBarGroupDropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/layout/NavBarGroupDropdown.tsx -------------------------------------------------------------------------------- /torchci/components/metrics.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/metrics.module.css -------------------------------------------------------------------------------- /torchci/components/metrics/panels/ScalarPanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/metrics/panels/ScalarPanel.tsx -------------------------------------------------------------------------------- /torchci/components/metrics/panels/TablePanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/metrics/panels/TablePanel.tsx -------------------------------------------------------------------------------- /torchci/components/metrics/vllm/MergesPanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/metrics/vllm/MergesPanel.tsx -------------------------------------------------------------------------------- /torchci/components/metrics/vllm/chartUtils.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/metrics/vllm/chartUtils.tsx -------------------------------------------------------------------------------- /torchci/components/metrics/vllm/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/metrics/vllm/constants.ts -------------------------------------------------------------------------------- /torchci/components/runners/RunnerGroupCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/runners/RunnerGroupCard.tsx -------------------------------------------------------------------------------- /torchci/components/runners/StatusChip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/runners/StatusChip.tsx -------------------------------------------------------------------------------- /torchci/components/sevReport/SevReport.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/sevReport/SevReport.module.css -------------------------------------------------------------------------------- /torchci/components/sevReport/SevReport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/sevReport/SevReport.tsx -------------------------------------------------------------------------------- /torchci/components/tests/TestSearchForm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/tests/TestSearchForm.tsx -------------------------------------------------------------------------------- /torchci/components/tritonbench/common.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/tritonbench/common.tsx -------------------------------------------------------------------------------- /torchci/components/uiModules/UMComparisonTable.tsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /torchci/components/uiModules/UMCopyLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/uiModules/UMCopyLink.tsx -------------------------------------------------------------------------------- /torchci/components/uiModules/UMMetricsTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/uiModules/UMMetricsTable.tsx -------------------------------------------------------------------------------- /torchci/components/uiModules/UMPropReducer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/components/uiModules/UMPropReducer.tsx -------------------------------------------------------------------------------- /torchci/components/utilization/components/DenseTable/DenseTable.tsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /torchci/docs/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/docs/architecture.md -------------------------------------------------------------------------------- /torchci/docs/event_tracking_guidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/docs/event_tracking_guidance.md -------------------------------------------------------------------------------- /torchci/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/jest.config.js -------------------------------------------------------------------------------- /torchci/lib/DarkModeContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/DarkModeContext.tsx -------------------------------------------------------------------------------- /torchci/lib/GeneralUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/GeneralUtils.ts -------------------------------------------------------------------------------- /torchci/lib/JobClassifierUtil.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/JobClassifierUtil.ts -------------------------------------------------------------------------------- /torchci/lib/ParamSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/ParamSelector.tsx -------------------------------------------------------------------------------- /torchci/lib/auth/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/auth/auth.ts -------------------------------------------------------------------------------- /torchci/lib/autorevertUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/autorevertUtils.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/api_helper/fe/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/api_helper/fe/api.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/api_helper/fe/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/api_helper/fe/hooks.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/compilerUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/compilerUtils.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/compliers/CompilerSuites.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/compliers/CompilerSuites.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/llms/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/llms/common.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/llms/types/benchmarkMode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/llms/types/benchmarkMode.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/llms/utils/aoUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/llms/utils/aoUtils.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/llms/utils/artifacts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/llms/utils/artifacts.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/llms/utils/llmUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/llms/utils/llmUtils.ts -------------------------------------------------------------------------------- /torchci/lib/benchmark/tritonbench/metricUtils.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/benchmark/tritonbench/metricUtils.tsx -------------------------------------------------------------------------------- /torchci/lib/bot/Constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/Constants.ts -------------------------------------------------------------------------------- /torchci/lib/bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/README.md -------------------------------------------------------------------------------- /torchci/lib/bot/autoCcBot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/autoCcBot.ts -------------------------------------------------------------------------------- /torchci/lib/bot/autoLabelBot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/autoLabelBot.ts -------------------------------------------------------------------------------- /torchci/lib/bot/autoLabelCodevTrunk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/autoLabelCodevTrunk.ts -------------------------------------------------------------------------------- /torchci/lib/bot/cancelWorkflowsOnCloseBot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts -------------------------------------------------------------------------------- /torchci/lib/bot/ciflowPushTrigger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/ciflowPushTrigger.ts -------------------------------------------------------------------------------- /torchci/lib/bot/cliParser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/cliParser.ts -------------------------------------------------------------------------------- /torchci/lib/bot/codevNoWritePermBot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/codevNoWritePermBot.ts -------------------------------------------------------------------------------- /torchci/lib/bot/drciBot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/drciBot.ts -------------------------------------------------------------------------------- /torchci/lib/bot/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/index.ts -------------------------------------------------------------------------------- /torchci/lib/bot/pytorchBot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/pytorchBot.ts -------------------------------------------------------------------------------- /torchci/lib/bot/pytorchBotHandler.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/pytorchBotHandler.ts -------------------------------------------------------------------------------- /torchci/lib/bot/pytorchbotLogger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/pytorchbotLogger.ts -------------------------------------------------------------------------------- /torchci/lib/bot/retryBot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/retryBot.ts -------------------------------------------------------------------------------- /torchci/lib/bot/stripApprovalBot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/stripApprovalBot.ts -------------------------------------------------------------------------------- /torchci/lib/bot/subscriptions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/subscriptions.ts -------------------------------------------------------------------------------- /torchci/lib/bot/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/utils.ts -------------------------------------------------------------------------------- /torchci/lib/bot/verifyDisableTestIssueBot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/verifyDisableTestIssueBot.ts -------------------------------------------------------------------------------- /torchci/lib/bot/webhookToDynamo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/bot/webhookToDynamo.ts -------------------------------------------------------------------------------- /torchci/lib/chartTheme.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/chartTheme.tsx -------------------------------------------------------------------------------- /torchci/lib/clickhouse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/clickhouse.ts -------------------------------------------------------------------------------- /torchci/lib/commitUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/commitUtils.ts -------------------------------------------------------------------------------- /torchci/lib/csvUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/csvUtils.ts -------------------------------------------------------------------------------- /torchci/lib/datamodels/benchmark_group_request.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/datamodels/benchmark_group_request.ts -------------------------------------------------------------------------------- /torchci/lib/datamodels/zodUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/datamodels/zodUtils.ts -------------------------------------------------------------------------------- /torchci/lib/drciUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/drciUtils.ts -------------------------------------------------------------------------------- /torchci/lib/dynamo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/dynamo.ts -------------------------------------------------------------------------------- /torchci/lib/error_utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/error_utils.ts -------------------------------------------------------------------------------- /torchci/lib/fetchCommit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/fetchCommit.ts -------------------------------------------------------------------------------- /torchci/lib/fetchDisabledNonFlakyTests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/fetchDisabledNonFlakyTests.ts -------------------------------------------------------------------------------- /torchci/lib/fetchFlakyTests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/fetchFlakyTests.ts -------------------------------------------------------------------------------- /torchci/lib/fetchHud.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/fetchHud.ts -------------------------------------------------------------------------------- /torchci/lib/fetchIssuesByLabel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/fetchIssuesByLabel.ts -------------------------------------------------------------------------------- /torchci/lib/fetchPR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/fetchPR.ts -------------------------------------------------------------------------------- /torchci/lib/fetchRecentWorkflows.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/fetchRecentWorkflows.ts -------------------------------------------------------------------------------- /torchci/lib/fetchS3Links.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/fetchS3Links.ts -------------------------------------------------------------------------------- /torchci/lib/flakyBot/aggregateDisableIssue.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/flakyBot/aggregateDisableIssue.ts -------------------------------------------------------------------------------- /torchci/lib/flakyBot/singleDisableIssue.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/flakyBot/singleDisableIssue.ts -------------------------------------------------------------------------------- /torchci/lib/flakyBot/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/flakyBot/utils.ts -------------------------------------------------------------------------------- /torchci/lib/getAuthorizedUsername.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/getAuthorizedUsername.ts -------------------------------------------------------------------------------- /torchci/lib/getAuthors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/getAuthors.ts -------------------------------------------------------------------------------- /torchci/lib/github.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/github.ts -------------------------------------------------------------------------------- /torchci/lib/githubFunctions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/githubFunctions.ts -------------------------------------------------------------------------------- /torchci/lib/helpers/urlQuery.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/helpers/urlQuery.ts -------------------------------------------------------------------------------- /torchci/lib/jobUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/jobUtils.ts -------------------------------------------------------------------------------- /torchci/lib/metricUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/metricUtils.ts -------------------------------------------------------------------------------- /torchci/lib/opensearch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/opensearch.ts -------------------------------------------------------------------------------- /torchci/lib/rateLimit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/rateLimit.ts -------------------------------------------------------------------------------- /torchci/lib/runnerUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/runnerUtils.ts -------------------------------------------------------------------------------- /torchci/lib/s3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/s3.ts -------------------------------------------------------------------------------- /torchci/lib/searchLogs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/searchLogs.ts -------------------------------------------------------------------------------- /torchci/lib/searchUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/searchUtils.ts -------------------------------------------------------------------------------- /torchci/lib/tools/MeasureRenderTimeProfiler.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/tools/MeasureRenderTimeProfiler.tsx -------------------------------------------------------------------------------- /torchci/lib/torchagent/allowList.json: -------------------------------------------------------------------------------- 1 | ["saienduri", "amdfaa"] 2 | -------------------------------------------------------------------------------- /torchci/lib/tracking/eventTrackingHandler.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/tracking/eventTrackingHandler.ts -------------------------------------------------------------------------------- /torchci/lib/tracking/track.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/tracking/track.ts -------------------------------------------------------------------------------- /torchci/lib/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/types.ts -------------------------------------------------------------------------------- /torchci/lib/useGroupingPreference.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/useGroupingPreference.tsx -------------------------------------------------------------------------------- /torchci/lib/useHudData.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/useHudData.ts -------------------------------------------------------------------------------- /torchci/lib/useScrollTo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/useScrollTo.ts -------------------------------------------------------------------------------- /torchci/lib/useTableFilter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/useTableFilter.ts -------------------------------------------------------------------------------- /torchci/lib/utilization/fetchUtilization.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/utilization/fetchUtilization.test.ts -------------------------------------------------------------------------------- /torchci/lib/utilization/fetchUtilization.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/utilization/fetchUtilization.ts -------------------------------------------------------------------------------- /torchci/lib/utilization/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/lib/utilization/types.ts -------------------------------------------------------------------------------- /torchci/next-env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/next-env.d.ts -------------------------------------------------------------------------------- /torchci/next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/next.config.js -------------------------------------------------------------------------------- /torchci/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/package.json -------------------------------------------------------------------------------- /torchci/pages/_app.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/_app.tsx -------------------------------------------------------------------------------- /torchci/pages/api/artifacts/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/artifacts/index.ts -------------------------------------------------------------------------------- /torchci/pages/api/artifacts/s3/[workflowId].ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/artifacts/s3/[workflowId].ts -------------------------------------------------------------------------------- /torchci/pages/api/auth/[...nextauth].ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/auth/[...nextauth].ts -------------------------------------------------------------------------------- /torchci/pages/api/benchmark/get_time_series.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/benchmark/get_time_series.ts -------------------------------------------------------------------------------- /torchci/pages/api/benchmark/group_data.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/benchmark/group_data.ts -------------------------------------------------------------------------------- /torchci/pages/api/benchmark/list_commits.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/benchmark/list_commits.ts -------------------------------------------------------------------------------- /torchci/pages/api/benchmark/list_metadata.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/benchmark/list_metadata.ts -------------------------------------------------------------------------------- /torchci/pages/api/clickhouse/[queryName].ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/clickhouse/[queryName].ts -------------------------------------------------------------------------------- /torchci/pages/api/corresponding_workflow_id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/corresponding_workflow_id.ts -------------------------------------------------------------------------------- /torchci/pages/api/drci/drci.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/drci/drci.ts -------------------------------------------------------------------------------- /torchci/pages/api/failure.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/failure.ts -------------------------------------------------------------------------------- /torchci/pages/api/flaky-tests/3dStats.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/flaky-tests/3dStats.ts -------------------------------------------------------------------------------- /torchci/pages/api/flaky-tests/disable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/flaky-tests/disable.ts -------------------------------------------------------------------------------- /torchci/pages/api/flaky-tests/failures.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/flaky-tests/failures.ts -------------------------------------------------------------------------------- /torchci/pages/api/flaky-tests/fileReport.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/flaky-tests/fileReport.ts -------------------------------------------------------------------------------- /torchci/pages/api/flaky-tests/search.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/flaky-tests/search.ts -------------------------------------------------------------------------------- /torchci/pages/api/flaky-tests/statusChanges.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/flaky-tests/statusChanges.ts -------------------------------------------------------------------------------- /torchci/pages/api/github/webhooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/github/webhooks.ts -------------------------------------------------------------------------------- /torchci/pages/api/issue/[label].ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/issue/[label].ts -------------------------------------------------------------------------------- /torchci/pages/api/list_util_reports/[group_by].ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/list_util_reports/[group_by].ts -------------------------------------------------------------------------------- /torchci/pages/api/runners/[org].ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/runners/[org].ts -------------------------------------------------------------------------------- /torchci/pages/api/search.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/search.ts -------------------------------------------------------------------------------- /torchci/pages/api/torchagent-api/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/torchagent-api/index.ts -------------------------------------------------------------------------------- /torchci/pages/api/torchagent-check-permissions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/torchagent-check-permissions.ts -------------------------------------------------------------------------------- /torchci/pages/api/torchagent-feedback.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/torchagent-feedback.ts -------------------------------------------------------------------------------- /torchci/pages/api/torchagent-get-history/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/torchagent-get-history/index.ts -------------------------------------------------------------------------------- /torchci/pages/api/torchagent-get-shared/[uuid].ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/torchagent-get-shared/[uuid].ts -------------------------------------------------------------------------------- /torchci/pages/api/torchagent-share.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/torchagent-share.ts -------------------------------------------------------------------------------- /torchci/pages/api/usage-log-aggregator/lambda.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/api/usage-log-aggregator/lambda.ts -------------------------------------------------------------------------------- /torchci/pages/benchmark/benchmark_list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/benchmark/benchmark_list.tsx -------------------------------------------------------------------------------- /torchci/pages/benchmark/compilers.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/benchmark/compilers.tsx -------------------------------------------------------------------------------- /torchci/pages/benchmark/compilers_regression.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/benchmark/compilers_regression.tsx -------------------------------------------------------------------------------- /torchci/pages/benchmark/llms.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/benchmark/llms.tsx -------------------------------------------------------------------------------- /torchci/pages/benchmark/torchao.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/benchmark/torchao.tsx -------------------------------------------------------------------------------- /torchci/pages/benchmark/v3/dashboard/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/benchmark/v3/dashboard/[id].tsx -------------------------------------------------------------------------------- /torchci/pages/benchmark/v3/single/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/benchmark/v3/single/[id].tsx -------------------------------------------------------------------------------- /torchci/pages/build_time_metrics.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/build_time_metrics.tsx -------------------------------------------------------------------------------- /torchci/pages/cost_analysis.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/cost_analysis.tsx -------------------------------------------------------------------------------- /torchci/pages/disabled.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/disabled.tsx -------------------------------------------------------------------------------- /torchci/pages/failure.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/failure.tsx -------------------------------------------------------------------------------- /torchci/pages/flakytest.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/flakytest.tsx -------------------------------------------------------------------------------- /torchci/pages/flambeau.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/flambeau.tsx -------------------------------------------------------------------------------- /torchci/pages/flambeau/s/[uuid].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/flambeau/s/[uuid].tsx -------------------------------------------------------------------------------- /torchci/pages/job_cancellation_dashboard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/job_cancellation_dashboard.tsx -------------------------------------------------------------------------------- /torchci/pages/kpis.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/kpis.tsx -------------------------------------------------------------------------------- /torchci/pages/login_test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/login_test.tsx -------------------------------------------------------------------------------- /torchci/pages/metrics.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/metrics.tsx -------------------------------------------------------------------------------- /torchci/pages/metrics/vllm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/metrics/vllm.tsx -------------------------------------------------------------------------------- /torchci/pages/nightlies.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/nightlies.tsx -------------------------------------------------------------------------------- /torchci/pages/query_execution_metrics.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/query_execution_metrics.tsx -------------------------------------------------------------------------------- /torchci/pages/queue_time_analysis.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/queue_time_analysis.tsx -------------------------------------------------------------------------------- /torchci/pages/runners/[org].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/runners/[org].tsx -------------------------------------------------------------------------------- /torchci/pages/tests/fileReport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/tests/fileReport.tsx -------------------------------------------------------------------------------- /torchci/pages/tests/search.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/tests/search.tsx -------------------------------------------------------------------------------- /torchci/pages/tests/testInfo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/tests/testInfo.tsx -------------------------------------------------------------------------------- /torchci/pages/torchbench/userbenchmark.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/torchbench/userbenchmark.tsx -------------------------------------------------------------------------------- /torchci/pages/tritonbench/commit_view.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/tritonbench/commit_view.tsx -------------------------------------------------------------------------------- /torchci/pages/utilization/report/[[...page]].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/pages/utilization/report/[[...page]].tsx -------------------------------------------------------------------------------- /torchci/public/failures_spritesheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/public/failures_spritesheet.png -------------------------------------------------------------------------------- /torchci/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/public/favicon.ico -------------------------------------------------------------------------------- /torchci/public/icons/bash_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/public/icons/bash_icon.svg -------------------------------------------------------------------------------- /torchci/public/icons/clickhouse_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/public/icons/clickhouse_icon.png -------------------------------------------------------------------------------- /torchci/public/icons/grafana_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/public/icons/grafana_icon.svg -------------------------------------------------------------------------------- /torchci/scripts/backfillJobs.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/scripts/backfillJobs.mjs -------------------------------------------------------------------------------- /torchci/scripts/updateQueueTimes.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/scripts/updateQueueTimes.mjs -------------------------------------------------------------------------------- /torchci/styles/MuiThemeOverrides.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/styles/MuiThemeOverrides.tsx -------------------------------------------------------------------------------- /torchci/styles/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/styles/globals.css -------------------------------------------------------------------------------- /torchci/test/autoCcBot.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/autoCcBot.test.ts -------------------------------------------------------------------------------- /torchci/test/autoLabelBot.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/autoLabelBot.test.ts -------------------------------------------------------------------------------- /torchci/test/autoLabelCodevTrunk.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/autoLabelCodevTrunk.test.ts -------------------------------------------------------------------------------- /torchci/test/cancelWorkflowsOnCloseBot.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/cancelWorkflowsOnCloseBot.test.ts -------------------------------------------------------------------------------- /torchci/test/ciflow-push-trigger.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/ciflow-push-trigger.test.ts -------------------------------------------------------------------------------- /torchci/test/cliParser.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/cliParser.test.ts -------------------------------------------------------------------------------- /torchci/test/codevNoWritePermBot.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/codevNoWritePermBot.test.ts -------------------------------------------------------------------------------- /torchci/test/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/common.ts -------------------------------------------------------------------------------- /torchci/test/drci.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/drci.test.ts -------------------------------------------------------------------------------- /torchci/test/drciBot.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/drciBot.test.ts -------------------------------------------------------------------------------- /torchci/test/drciUtils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/drciUtils.test.ts -------------------------------------------------------------------------------- /torchci/test/fixtures/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/config.json -------------------------------------------------------------------------------- /torchci/test/fixtures/issue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/issue.json -------------------------------------------------------------------------------- /torchci/test/fixtures/issue_comment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/issue_comment.json -------------------------------------------------------------------------------- /torchci/test/fixtures/issues.labeled.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/issues.labeled.json -------------------------------------------------------------------------------- /torchci/test/fixtures/issues.opened.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/issues.opened.json -------------------------------------------------------------------------------- /torchci/test/fixtures/known_labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/known_labels.json -------------------------------------------------------------------------------- /torchci/test/fixtures/pull_files.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/pull_files.json -------------------------------------------------------------------------------- /torchci/test/fixtures/pull_request.closed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/pull_request.closed.json -------------------------------------------------------------------------------- /torchci/test/fixtures/pull_request.edited.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/pull_request.edited.json -------------------------------------------------------------------------------- /torchci/test/fixtures/pull_request.labeled.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/pull_request.labeled.json -------------------------------------------------------------------------------- /torchci/test/fixtures/pull_request.opened.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/pull_request.opened.json -------------------------------------------------------------------------------- /torchci/test/fixtures/pull_request.reopened.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/pull_request.reopened.json -------------------------------------------------------------------------------- /torchci/test/fixtures/pull_request_comment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/pull_request_comment.json -------------------------------------------------------------------------------- /torchci/test/fixtures/pull_request_review.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/pull_request_review.json -------------------------------------------------------------------------------- /torchci/test/fixtures/pull_request_reviews.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/pull_request_reviews.json -------------------------------------------------------------------------------- /torchci/test/fixtures/push.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/push.json -------------------------------------------------------------------------------- /torchci/test/fixtures/workflow_job.queued.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/workflow_job.queued.json -------------------------------------------------------------------------------- /torchci/test/fixtures/workflow_jobs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/workflow_jobs.json -------------------------------------------------------------------------------- /torchci/test/fixtures/workflow_run.completed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/fixtures/workflow_run.completed.json -------------------------------------------------------------------------------- /torchci/test/flakyBotTests/flakyBotTestsUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/flakyBotTests/flakyBotTestsUtils.ts -------------------------------------------------------------------------------- /torchci/test/flakyBotTests/flakyBotUtils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/flakyBotTests/flakyBotUtils.test.ts -------------------------------------------------------------------------------- /torchci/test/jobUtils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/jobUtils.test.ts -------------------------------------------------------------------------------- /torchci/test/labelCommands.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/labelCommands.test.ts -------------------------------------------------------------------------------- /torchci/test/mergeCommands.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/mergeCommands.test.ts -------------------------------------------------------------------------------- /torchci/test/metricUtils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/metricUtils.test.ts -------------------------------------------------------------------------------- /torchci/test/reporter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/reporter.js -------------------------------------------------------------------------------- /torchci/test/retryBot.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/retryBot.test.ts -------------------------------------------------------------------------------- /torchci/test/searchUtils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/searchUtils.test.ts -------------------------------------------------------------------------------- /torchci/test/setup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/setup.ts -------------------------------------------------------------------------------- /torchci/test/stripApprovals.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/stripApprovals.test.ts -------------------------------------------------------------------------------- /torchci/test/subscriptions.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/subscriptions.test.ts -------------------------------------------------------------------------------- /torchci/test/torchagentFeedback.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/torchagentFeedback.test.ts -------------------------------------------------------------------------------- /torchci/test/utils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/utils.test.ts -------------------------------------------------------------------------------- /torchci/test/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/utils.ts -------------------------------------------------------------------------------- /torchci/test/verifyDisableTestIssue.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/verifyDisableTestIssue.test.ts -------------------------------------------------------------------------------- /torchci/test/wehookToDynamoBot.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/test/wehookToDynamoBot.test.ts -------------------------------------------------------------------------------- /torchci/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/tsconfig.json -------------------------------------------------------------------------------- /torchci/types/next-auth-d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/types/next-auth-d.ts -------------------------------------------------------------------------------- /torchci/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch/test-infra/HEAD/torchci/yarn.lock --------------------------------------------------------------------------------