Commit dacafd4 1 parent 3f78165 commit dacafd4 Copy full SHA for dacafd4
File tree 1 file changed +1
-3
lines changed
.github/eks-workflow-files/axlearn
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 17
17
- bash
18
18
- -c
19
19
- |
20
+ set -exo pipefail
20
21
pip install pytest-reportlog pytest-xdist
21
22
22
23
# Start MPS daemon
29
30
pytest-xdist.sh 8 1 axlearn-unittests.jsonl bash /usr/local/bin/test-axlearn.sh --directory "." --output "/opt/output/" --test-files "/opt/axlearn/axlearn/common/*_test.py" | tee -a ${LOG_DIR}/pytest_stdout.log
30
31
31
32
wait
32
- # copy results to the mounted s3 bucket
33
33
mkdir -p /jax-toolbox-eks-output/axlearn/${RUN_ID}
34
34
cp /opt/output/summary.txt /jax-toolbox-eks-output/axlearn/${RUN_ID}/summary.txt
35
- # copy all the log files
36
- ls /opt/output/
37
35
cp -r /opt/output/logs/*.log /jax-toolbox-eks-output/axlearn/${RUN_ID}/.
38
36
cp -r axlearn-unittests.jsonl /jax-toolbox-eks-output/axlearn/${RUN_ID}/.
39
37
env :
You can’t perform that action at this time.
0 commit comments