Skip to content

Commit 43b924a

Browse files
authored
CI: Debug Aiter test issue (ROCm#1482)
* CI: Set MAX_JOBS=20 when running aiter tests * Update aiter-test.yaml
1 parent e62a38e commit 43b924a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aiter-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
docker exec \
125125
-w /workspace \
126126
aiter_test \
127-
./.github/scripts/aiter_test.sh
127+
bash -c "MAX_JOBS=20 ./.github/scripts/aiter_test.sh"
128128
129129
- name: Upload test logs
130130
uses: actions/upload-artifact@v4
@@ -209,7 +209,7 @@ jobs:
209209
-e MULTIGPU=TRUE \
210210
-w /workspace \
211211
aiter_test \
212-
./.github/scripts/aiter_test.sh
212+
bash -c "MAX_JOBS=20 ./.github/scripts/aiter_test.sh"
213213
214214
- name: Upload test logs
215215
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)