Skip to content

Commit 144f217

Browse files
committed
try with shell bash
1 parent 705b8f1 commit 144f217

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/submit-delete-k8s-job/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Submit and Delete Kubernetes job
16-
uses: ./.github/actions/with-post-step
16+
uses: ./.github/actions/with-post-step
17+
shell: bash
1718
with:
1819
main: |
1920
echo "Submit K8s job ${{ inputs.job-config-file }}"

.github/eks-workflow-files/axlearn/axlearn-job.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ spec:
3030
nvidia-cuda-mps-control -d
3131
3232
# run tests
33-
pytest-xdist.sh 8 1 axlearn-unittests.jsonl test-axlearn.sh --directory "." --output "/opt/output/" --test-files "/opt/axlearn/axlearn/common/*_test.py"
34-
#| tee -a ${LOG_DIR}/pytest_stdout.log
33+
pytest-xdist.sh 8 1 axlearn-unittests.jsonl test-axlearn.sh --directory "." --output "/opt/output/" --test-files "/opt/axlearn/axlearn/common/*_test.py" | tee -a ${LOG_DIR}/pytest_stdout.log
3534
3635
wait
3736
mkdir -p /jax-toolbox-eks-output/axlearn/${RUN_ID}

0 commit comments

Comments
 (0)