mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[ez][CI] GIve the linux check job a name that isn't linux-job (#161413)
Reason: The default name is linux-job, which gets put in the linux category on HUD, but this isn't really a linux related job. Renaming it like this will make it go into the "other" category on HUD Other options: Change the grouping code in test-infra Pull Request resolved: https://github.com/pytorch/pytorch/pull/161413 Approved by: https://github.com/huydhn, https://github.com/seemethere
This commit is contained in:
parent
10e67f5ec3
commit
a72803f1e3
2
.github/workflows/_link_check.yml
vendored
2
.github/workflows/_link_check.yml
vendored
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'skip-url-lint') }}
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
with:
|
||||
job-name: lint-urls
|
||||
timeout: 120
|
||||
runner: ${{ inputs.runner }}linux.2xlarge
|
||||
docker-image: ci-image:pytorch-linux-jammy-linter
|
||||
|
|
@ -38,6 +39,7 @@ jobs:
|
|||
if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'skip-xref-lint') }}
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
with:
|
||||
job-name: lint-xrefs
|
||||
timeout: 60
|
||||
runner: ${{ inputs.runner }}linux.2xlarge
|
||||
docker-image: ci-image:pytorch-linux-jammy-linter
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user