File tree 2 files changed +3
-3
lines changed
actions/submit-delete-k8s-job
eks-workflow-files/axlearn
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
using : " composite"
14
14
steps :
15
15
- name : Submit and Delete Kubernetes job
16
- uses : ./.github/actions/with-post-step
16
+ uses : ./.github/actions/with-post-step
17
+ shell : bash
17
18
with :
18
19
main : |
19
20
echo "Submit K8s job ${{ inputs.job-config-file }}"
Original file line number Diff line number Diff line change 30
30
nvidia-cuda-mps-control -d
31
31
32
32
# 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
35
34
36
35
wait
37
36
mkdir -p /jax-toolbox-eks-output/axlearn/${RUN_ID}
You can’t perform that action at this time.
0 commit comments