mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-25 13:35:00 +00:00
Skip CDI spec generation in integration tests
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
0565888c03
commit
90acec60bb
@ -23,7 +23,7 @@ testing::toolkit::install() {
|
|||||||
READLINK="greadlink"
|
READLINK="greadlink"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
testing::docker_run::toolkit::shell 'toolkit install --toolkit-root=/usr/local/nvidia/toolkit'
|
testing::docker_run::toolkit::shell 'toolkit install --toolkit-root=/usr/local/nvidia/toolkit --cdi-output-dir=""'
|
||||||
docker run --rm -v "${shared_dir}:/work" alpine sh -c "chown -R ${uid}:${gid} /work/"
|
docker run --rm -v "${shared_dir}:/work" alpine sh -c "chown -R ${uid}:${gid} /work/"
|
||||||
|
|
||||||
# Ensure toolkit dir is correctly setup
|
# Ensure toolkit dir is correctly setup
|
||||||
|
Loading…
Reference in New Issue
Block a user