File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: Apache-2.0
22
3- name : " Run 'fast' marked unit tests via Tox::pytest"
3+ name : " Run unit tests via Tox::pytest"
44# This tests should run only those tests that are marked as 'fast.'
55# The opposite are those that would require the mark 'slow,' which would
66# include longer-running integration and smoke tests.
1919
2020env :
2121 pytest_mark : " fast"
22- ec2_runner_variant : " g4dn.12xlarge" # T4 machine that would support an nvidia-smi call.
23- # ec2_runner_variant: "m7i.xlarge" # 4 Xeon CPU, 16GB RAM
22+ ec2_runner_variant : " m7i.xlarge" # 4 Xeon CPU, 16GB RAM
2423
2524jobs :
2625 start-ec2-runner :
8483 with :
8584 fetch-depth : 0
8685
87- - name : " Verify environment variables are setup correctly"
88- run : |
89- export CUDA_HOME="/usr/local/cuda"
90- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64"
91- export PATH="$PATH:$CUDA_HOME/bin"
92- nvidia-smi
93-
9486 # installs in $GITHUB_WORKSPACE/venv.
9587 # only has to install Tox because Tox will do the other virtual environment management.
9688 - name : " Setup Python virtual environment"
You can’t perform that action at this time.
0 commit comments