Skip to content

Commit e61b26c

Browse files
author
zihugithub
committed
ci: adjust runner tags
1 parent 9434b44 commit e61b26c

8 files changed

Lines changed: 8 additions & 9 deletions

.github/workflows/qa_cpp_distributed.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ jobs:
113113
# timeout-minutes: 10
114114
env:
115115
TE_PATH: .
116-
XML_LOG_DIR: "/logs/cpp/distributed
117-
116+
XML_LOG_DIR: "/logs/cpp/distributed"
118117
run: |
119118
TE_LIB_PATH=$(pip3 show transformer-engine | grep -E "Location:|Editable project location:" | tail -n 1 | awk '{print $NF}')
120119
TE_CPP_LIB_PATH="${TE_LIB_PATH}/transformer_engine"

.github/workflows/qa_cppunittes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
qa-l0-cppunittes:
17-
runs-on: self-hosted
17+
runs-on: [ self-hosted, Linux, X64, nvida, gpu-8 ]
1818
defaults:
1919
run:
2020
shell: bash

.github/workflows/qa_l0_pytorch_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
qa-l0-pytorch-lint:
17-
runs-on: self-hosted
17+
runs-on: [ self-hosted, Linux, X64, nvida, gpu-8 ]
1818
defaults:
1919
run:
2020
shell: bash

.github/workflows/qa_l0_pytorch_unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
qa-l0-pytorch-unittest:
17-
runs-on: self-hosted
17+
runs-on: [ self-hosted, Linux, X64, nvida, gpu-8 ]
1818
defaults:
1919
run:
2020
shell: bash

.github/workflows/qa_l0_pytorch_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
qa-l0-pytorch-wheel:
17-
runs-on: self-hosted
17+
runs-on: [ self-hosted, Linux, X64, nvida, gpu-8 ]
1818
defaults:
1919
run:
2020
shell: bash

.github/workflows/qa_l1_pytorch_thunder_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
qa-l1-thunder_integration:
17-
runs-on: self-hosted
17+
runs-on: [ self-hosted, Linux, X64, nvida, gpu-8 ]
1818
defaults:
1919
run:
2020
shell: bash

.github/workflows/qa_l1_pytorch_unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
qa-l1-pytorch-unittest:
17-
runs-on: self-hosted
17+
runs-on: [ self-hosted, Linux, X64, nvida, gpu-8 ]
1818
defaults:
1919
run:
2020
shell: bash

.github/workflows/qa_l3_pytorch_fa_version_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
qa-l3-pytorch-FA-versions-test:
17-
runs-on: self-hosted
17+
runs-on: [ self-hosted, Linux, X64, nvida, gpu-8 ]
1818
defaults:
1919
run:
2020
shell: bash

0 commit comments

Comments
 (0)