Skip to content

Commit 9434b44

Browse files
author
zihugithub
committed
ci: Adjust runner tags and image configuration, update image to latest version
1 parent 6defce4 commit 9434b44

8 files changed

Lines changed: 17 additions & 9 deletions

.github/workflows/qa_cpp_distributed.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ concurrency:
1414

1515
jobs:
1616
qa-l0-cpp_distributed:
17-
runs-on: self-hosted
17+
runs-on: [ self-hosted, Linux, X64, nvida, gpu-8 ]
1818
defaults:
1919
run:
2020
shell: bash
2121
container:
22-
image: localhost:5000/flagscale:cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl
22+
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl:20260204
2323
ports:
2424
- 80:80
2525
options: >-
@@ -31,6 +31,7 @@ jobs:
3131
--ulimit stack=67108864
3232
--ulimit nofile=65535:65535
3333
--user root
34+
--pull always
3435
3536
steps:
3637
- name: Checkout Code

.github/workflows/qa_cppunittes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
shell: bash
2121
container:
22-
image: localhost:5000/flagscale:cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl
22+
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl:20260204
2323
ports:
2424
- 80:80
2525
options: >-
@@ -31,6 +31,7 @@ jobs:
3131
--ulimit stack=67108864
3232
--ulimit nofile=65535:65535
3333
--user root
34+
--pull always
3435
3536
steps:
3637
- name: Checkout Code

.github/workflows/qa_l0_pytorch_lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
shell: bash
2121
container:
22-
image: localhost:5000/flagscale:cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl
22+
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl:20260204
2323
ports:
2424
- 80:80
2525
options: >-
@@ -31,6 +31,7 @@ jobs:
3131
--ulimit stack=67108864
3232
--ulimit nofile=65535:65535
3333
--user root
34+
--pull always
3435
3536
steps:
3637
- name: Checkout Code

.github/workflows/qa_l0_pytorch_unittest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
shell: bash
2121
container:
22-
image: localhost:5000/flagscale:cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl
22+
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl:20260204
2323
ports:
2424
- 80:80
2525
options: >-
@@ -31,6 +31,7 @@ jobs:
3131
--ulimit stack=67108864
3232
--ulimit nofile=65535:65535
3333
--user root
34+
--pull always
3435
3536
steps:
3637
- name: Checkout Code

.github/workflows/qa_l0_pytorch_wheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
shell: bash
2121
container:
22-
image: localhost:5000/flagscale:cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl
22+
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl:20260204
2323
ports:
2424
- 80:80
2525
options: >-
@@ -31,6 +31,7 @@ jobs:
3131
--ulimit stack=67108864
3232
--ulimit nofile=65535:65535
3333
--user root
34+
--pull always
3435
3536
steps:
3637
- name: Checkout Code

.github/workflows/qa_l1_pytorch_thunder_integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
shell: bash
2121
container:
22-
image: localhost:5000/flagscale:cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl
22+
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl:20260204
2323
ports:
2424
- 80:80
2525
options: >-
@@ -31,6 +31,7 @@ jobs:
3131
--ulimit stack=67108864
3232
--ulimit nofile=65535:65535
3333
--user root
34+
--pull always
3435
3536
steps:
3637
- name: Checkout Code

.github/workflows/qa_l1_pytorch_unittest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
shell: bash
2121
container:
22-
image: localhost:5000/flagscale:cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl
22+
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl:20260204
2323
ports:
2424
- 80:80
2525
options: >-
@@ -31,6 +31,7 @@ jobs:
3131
--ulimit stack=67108864
3232
--ulimit nofile=65535:65535
3333
--user root
34+
--pull always
3435
3536
steps:
3637
- name: Checkout Code

.github/workflows/qa_l3_pytorch_fa_version_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
shell: bash
2121
container:
22-
image: localhost:5000/flagscale:cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl
22+
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-cudnn9.10.2-torch2.9.1-py3.10-transformerengine_fl:20260204
2323
ports:
2424
- 80:80
2525
options: >-
@@ -31,6 +31,7 @@ jobs:
3131
--ulimit stack=67108864
3232
--ulimit nofile=65535:65535
3333
--user root
34+
--pull always
3435
3536
steps:
3637
- name: Checkout Code

0 commit comments

Comments
 (0)