Searched full:workflow_run_id (Results 1 – 15 of 15) sorted by relevance
| /external/pytorch/tools/stats/ |
| D | upload_test_stats.py | 115 def get_tests(workflow_run_id: int, workflow_run_attempt: int) -> list[dict[str, Any]]: 122 "test-report", workflow_run_id, workflow_run_attempt 137 workflow_run_id, 150 workflow_run_id: int, workflow_run_attempt: int 157 "testcase", xml_report, workflow_run_id, workflow_run_attempt 249 print(f"Workflow id is: {args.workflow_run_id}") 253 args.workflow_run_id, args.workflow_run_attempt 256 test_cases = get_tests(args.workflow_run_id, args.workflow_run_attempt) 266 args.workflow_run_id, 281 args.workflow_run_id, [all …]
|
| D | test_dashboard.py | 61 workflow_run_id: int, workflow_run_attempt: int 69 "test-jsons", workflow_run_id, workflow_run_attempt 163 workflow_run_id: int, workflow_run_attempt: int, test_cases: list[dict[str, Any]] 167 exclusions = get_td_exclusions(workflow_run_id, workflow_run_attempt) 171 workflow_run_id, 177 workflow_run_id, 183 workflow_run_id,
|
| D | upload_sccache_stats.py | 17 workflow_run_id: int, workflow_run_attempt: int 24 download_s3_artifacts("sccache-stats", workflow_run_id, workflow_run_attempt) 48 stats = get_sccache_stats(args.workflow_run_id, args.workflow_run_attempt) 50 args.workflow_run_id, args.workflow_run_attempt, "sccache_stats", stats
|
| D | upload_artifacts.py | 19 def get_artifacts(repo: str, workflow_run_id: int, workflow_run_attempt: int) -> None: 26 artifact, workflow_run_id, workflow_run_attempt 37 key=f"{repo}/{workflow_run_id}/{workflow_run_attempt}/artifact/{s3_filename}", 62 get_artifacts(args.repo, args.workflow_run_id, args.workflow_run_attempt)
|
| D | upload_stats_lib.py | 34 def _get_artifact_urls(prefix: str, workflow_run_id: int) -> dict[Path, str]: 37 f"{PYTORCH_REPO}/actions/runs/{workflow_run_id}/artifacts?per_page=100", 83 prefix: str, workflow_run_id: int, workflow_run_attempt: int 87 Prefix=f"pytorch/pytorch/{workflow_run_id}/{workflow_run_attempt}/artifact/{prefix}" 109 prefix: str, workflow_run_id: int, workflow_run_attempt: int 111 artifact_urls = _get_artifact_urls(prefix, workflow_run_id) 203 workflow_run_id: int, 209 key = f"{collection}/{workflow_run_id}/{workflow_run_attempt}"
|
| D | upload_test_stats_intermediate.py | 23 print(f"Workflow id is: {args.workflow_run_id}") 25 test_cases = get_tests(args.workflow_run_id, args.workflow_run_attempt) 30 upload_additional_info(args.workflow_run_id, args.workflow_run_attempt, test_cases)
|
| D | check_disabled_tests.py | 102 repo: str, workflow_run_id: int, workflow_run_attempt: int 114 "test-reports", workflow_run_id, workflow_run_attempt 229 def main(repo: str, workflow_run_id: int, workflow_run_attempt: int) -> None: 237 args.repo, args.workflow_run_id, args.workflow_run_attempt 254 workflow_run_id, 282 main(args.repo, args.workflow_run_id, args.workflow_run_attempt)
|
| D | upload_dynamo_perf_stats.py | 31 workflow_run_id: int, 44 artifact, workflow_run_id, workflow_run_attempt 73 "workflow_id": workflow_run_id, # type: ignore[dict-item] 158 args.workflow_run_id,
|
| /external/pytorch/.github/workflows/ |
| D | upload-test-stats.yml | 59 WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }} 67 …python3 -m tools.stats.upload_artifacts --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-run-atte… 75 WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }} 82 …python3 -m tools.stats.upload_test_stats --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-run-att… 83 …python3 -m tools.stats.upload_sccache_stats --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-run-… 91 WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }} 96 …python3 -m tools.stats.check_disabled_tests --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-run-… 104 WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }} 109 …python3 -m tools.stats.upload_dynamo_perf_stats --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-…
|
| D | upload-torch-dynamo-perf-stats.yml | 59 WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }} 65 …python3 -m tools.stats.upload_artifacts --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-run-atte… 71 WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }} 76 …python3 -m tools.stats.upload_dynamo_perf_stats --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-…
|
| D | upload_test_stats_intermediate.yml | 38 WORKFLOW_RUN_ID: ${{ inputs.workflow_id }} 42 --workflow-run-id "${WORKFLOW_RUN_ID}" \
|
| /external/pytorch/scripts/compile_tests/ |
| D | download_reports.py | 54 workflow_run_id = str(json.loads(output)[0]["databaseId"]) 55 output = subprocess.check_output(["gh", "run", "view", workflow_run_id]) 71 f"https://hud.pytorch.org/api/artifacts/s3/{workflow_run_id}"
|
| /external/pytorch/.github/scripts/ |
| D | get_workflow_job_id.py | 76 "workflow_run_id", help="The id of the workflow run, should be GITHUB_RUN_ID" 124 url = f"{PYTORCH_GITHUB_API}/actions/runs/{args.workflow_run_id}/jobs?per_page=100" 157 print(f"workflow-{args.workflow_run_id}")
|
| D | trymerge.py | 529 workflow_run_id = workflow_run["databaseId"] 543 or workflows[workflow_id].run_id < workflow_run_id 549 run_id=workflow_run_id,
|
| /external/executorch/.github/scripts/ |
| D | extract_benchmark_results.py | 309 workflow_run_id: int, 330 "workflow_id": workflow_run_id, 393 args.workflow_run_id,
|