We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5c9ca commit a710c4eCopy full SHA for a710c4e
.buildkite/scripts/cuvs-snapshot/configure.sh
@@ -11,7 +11,9 @@ if [[ -f /etc/profile.d/elastic-nvidia.sh ]]; then
11
12
# Not running this before the tests results in an error when running the tests
13
# No idea why...
14
- nvidia-smi
+ if [[ "${BUILDKITE:-}" != "" && "${CI:-}" == "true" ]]; then
15
+ nvidia-smi
16
+ fi
17
fi
18
19
LIBCUVS_GCS_BUCKET="elasticsearch-cuvs-snapshots"
0 commit comments