Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
121ea5a2
Unverified
Commit
121ea5a2
authored
Apr 03, 2026
by
Divin Honnappa
Committed by
GitHub
Apr 03, 2026
Browse files
Removed GPU state confirmation and cleanup steps. (#38238)
Signed-off-by:
Divin Honnappa
<
divin.honnappa@amd.com
>
parent
ab79863e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
.buildkite/scripts/hardware_ci/run-amd-test.sh
.buildkite/scripts/hardware_ci/run-amd-test.sh
+0
-24
No files found.
.buildkite/scripts/hardware_ci/run-amd-test.sh
View file @
121ea5a2
...
@@ -35,23 +35,6 @@ export PYTHONPATH=".."
...
@@ -35,23 +35,6 @@ export PYTHONPATH=".."
# Helper Functions
# Helper Functions
###############################################################################
###############################################################################
wait_for_clean_gpus
()
{
local timeout
=
${
1
:-
300
}
local
start
=
$SECONDS
echo
"--- Waiting for clean GPU state (timeout:
${
timeout
}
s)"
while
true
;
do
if
grep
-q
clean /opt/amdgpu/etc/gpu_state
;
then
echo
"GPUs state is
\"
clean
\"
"
return
fi
if
((
SECONDS - start
>=
timeout
))
;
then
echo
"Error: GPUs did not reach clean state within
${
timeout
}
s"
>
&2
exit
1
fi
sleep
3
done
}
cleanup_docker
()
{
cleanup_docker
()
{
# Get Docker's root directory
# Get Docker's root directory
docker_root
=
$(
docker info
-f
'{{.DockerRootDir}}'
)
docker_root
=
$(
docker info
-f
'{{.DockerRootDir}}'
)
...
@@ -365,19 +348,12 @@ apply_rocm_test_overrides() {
...
@@ -365,19 +348,12 @@ apply_rocm_test_overrides() {
###############################################################################
###############################################################################
# --- GPU initialization ---
# --- GPU initialization ---
echo "
--- Confirming Clean Initial State
"
wait_for_clean_gpus
echo "
--- ROCm info
"
echo "
--- ROCm info
"
rocminfo
rocminfo
# --- Docker housekeeping ---
# --- Docker housekeeping ---
cleanup_docker
cleanup_docker
echo "
--- Resetting GPUs
"
echo "
reset
" > /opt/amdgpu/etc/gpu_state
wait_for_clean_gpus
# --- Pull test image ---
# --- Pull test image ---
echo "
--- Pulling container
"
echo "
--- Pulling container
"
image_name="
rocm
/vllm-ci
:
${
BUILDKITE_COMMIT
}
"
image_name="
rocm
/vllm-ci
:
${
BUILDKITE_COMMIT
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment