Skip to content

Commit 332f159

Browse files
committed
remove port
1 parent 314a0f1 commit 332f159

5 files changed

Lines changed: 0 additions & 17 deletions

.github/workflows/qa-l0-pytorch-wheel.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
shell: bash
2121
container:
2222
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-torch2.7.1-python3.10-te2.9:20260209
23-
ports:
24-
- 80:80
2523
options: >-
2624
-v /home/runner/_work/${{ github.run_id }}:${{ github.workspace }}
2725
--gpus all

.github/workflows/qa-l0-te-cpp-unittest-pytorch-lint.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
shell: bash
2929
container:
3030
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-torch2.7.1-python3.10-te2.9:20260209
31-
ports:
32-
- 80:80
3331
options: >-
3432
-v /home/runner/_work/${{ github.run_id }}:${{ github.workspace }}
3533
--gpus all
@@ -42,13 +40,6 @@ jobs:
4240
--user root
4341
--pull always
4442
steps:
45-
- name: Test Action
46-
uses: actions/github-script@v7
47-
with:
48-
script: |
49-
console.log('workflow:', context.workflow)
50-
console.log('ref:', context.ref)
51-
console.log('sha:', context.sha)
5243

5344
- name: Configure git safe directory
5445
run: git config --global --add safe.directory '*'

.github/workflows/qa-l1-te-cpp-pytorch-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
shell: bash
4040
container:
4141
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-torch2.7.1-python3.10-te2.9:20260209
42-
ports:
43-
- 80:80
4442
options: >-
4543
-v /home/runner/_work/${{ github.run_id }}:${{ github.workspace }}
4644
--gpus all

.github/workflows/qa-l3-te-pytorch-fa-versions-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
shell: bash
2727
container:
2828
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-torch2.7.1-python3.10-te2.9:20260209
29-
ports:
30-
- 80:80
3129
options: >-
3230
-v /home/runner/_work/${{ github.run_id }}:${{ github.workspace }}
3331
--gpus all

.github/workflows/te-plugin-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
shell: bash
2525
container:
2626
image: harbor.baai.ac.cn/flagscale/cuda12.8.1-torch2.7.1-python3.10-te2.9:20260209
27-
ports:
28-
- 80:80
2927
options: >-
3028
-v /home/runner/_work/${{ github.run_id }}:${{ github.workspace }}
3129
--gpus all

0 commit comments

Comments
 (0)