Skip to content

Commit f7d6437

Browse files
James KunstleDan McPherson
authored andcommitted
removes nvidia references from unit test workflow
Signed-off-by: James Kunstle <jkunstle@redhat.com>
1 parent 3a87ef0 commit f7d6437

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/unittesting-ci-nvidia.yaml renamed to .github/workflows/unit-tests.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -19,8 +19,7 @@ on:
1919

2020
env:
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

2524
jobs:
2625
start-ec2-runner:
@@ -84,13 +83,6 @@ jobs:
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"

0 commit comments

Comments
 (0)