Home
last modified time | relevance | path

Searched full:workflow_run_id (Results 1 – 15 of 15) sorted by relevance

/external/pytorch/tools/stats/
Dupload_test_stats.py115 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 …]
Dtest_dashboard.py61 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,
Dupload_sccache_stats.py17 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
Dupload_artifacts.py19 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)
Dupload_stats_lib.py34 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}"
Dupload_test_stats_intermediate.py23 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)
Dcheck_disabled_tests.py102 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)
Dupload_dynamo_perf_stats.py31 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/
Dupload-test-stats.yml59 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-…
Dupload-torch-dynamo-perf-stats.yml59 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-…
Dupload_test_stats_intermediate.yml38 WORKFLOW_RUN_ID: ${{ inputs.workflow_id }}
42 --workflow-run-id "${WORKFLOW_RUN_ID}" \
/external/pytorch/scripts/compile_tests/
Ddownload_reports.py54 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/
Dget_workflow_job_id.py76 "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}")
Dtrymerge.py529 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/
Dextract_benchmark_results.py309 workflow_run_id: int,
330 "workflow_id": workflow_run_id,
393 args.workflow_run_id,