mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 02:04:41 +08:00
ci/crosvm: remove noise inside deqp-runner output
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32156>
This commit is contained in:
parent
8d3f2d2c23
commit
ad4e5538ba
@ -102,7 +102,12 @@ CROSVM_KERN_ARGS="${CROSVM_KERN_ARGS} init=${SCRIPTS_DIR}/crosvm-init.sh -- ${VS
|
||||
[ "${CROSVM_GALLIUM_DRIVER:-}" = "llvmpipe" ] && \
|
||||
CROSVM_LIBGL_ALWAYS_SOFTWARE=true || CROSVM_LIBGL_ALWAYS_SOFTWARE=false
|
||||
|
||||
set +e -x
|
||||
set +e
|
||||
|
||||
if [ "${INSIDE_DEQP_RUNNER:-}" != "true" ]
|
||||
then
|
||||
set -x
|
||||
fi
|
||||
|
||||
# We aren't testing the host driver here, so we don't need to validate NIR on the host
|
||||
NIR_DEBUG="novalidate" \
|
||||
@ -129,7 +134,7 @@ CROSVM_RET=$?
|
||||
|
||||
# Show crosvm output on error to help with debugging
|
||||
[ ${CROSVM_RET} -eq 0 ] || {
|
||||
set +x
|
||||
{ set +x; } 2>/dev/null
|
||||
echo "Dumping crosvm output.." >&2
|
||||
cat ${VM_TEMP_DIR}/crosvm >&2
|
||||
set -x
|
||||
|
@ -12,6 +12,8 @@ deqp_args = [
|
||||
timeout = 360.0 # Starting 8 Crosvm instances simultaneously can take some time
|
||||
version_check = "GL ES 3.2.*git"
|
||||
renderer_check = "virgl.*LLVMPIPE"
|
||||
[deqp.env]
|
||||
INSIDE_DEQP_RUNNER = "true"
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/install/crosvm-runner.sh"
|
||||
@ -25,6 +27,8 @@ deqp_args = [
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 360.0 # Starting 8 Crosvm instances simultaneously can take some time
|
||||
[deqp.env]
|
||||
INSIDE_DEQP_RUNNER = "true"
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/install/crosvm-runner.sh"
|
||||
@ -38,6 +42,8 @@ deqp_args = [
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 360.0 # Starting 8 Crosvm instances simultaneously can take some time
|
||||
[deqp.env]
|
||||
INSIDE_DEQP_RUNNER = "true"
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/install/crosvm-runner.sh"
|
||||
@ -53,3 +59,5 @@ deqp_args = [
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 360.0 # Starting 8 Crosvm instances simultaneously can take some time
|
||||
[deqp.env]
|
||||
INSIDE_DEQP_RUNNER = "true"
|
||||
|
@ -12,6 +12,8 @@ deqp_args = [
|
||||
timeout = 360.0 # Starting 8 Crosvm instances simultaneously can take some time
|
||||
version_check = "GL ES 3.2.*git"
|
||||
renderer_check = "virgl.*LLVMPIPE"
|
||||
[deqp.env]
|
||||
INSIDE_DEQP_RUNNER = "true"
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/install/crosvm-runner.sh"
|
||||
@ -25,6 +27,8 @@ deqp_args = [
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 360.0 # Starting 8 Crosvm instances simultaneously can take some time
|
||||
[deqp.env]
|
||||
INSIDE_DEQP_RUNNER = "true"
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/install/crosvm-runner.sh"
|
||||
@ -38,6 +42,8 @@ deqp_args = [
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 360.0 # Starting 8 Crosvm instances simultaneously can take some time
|
||||
[deqp.env]
|
||||
INSIDE_DEQP_RUNNER = "true"
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/install/crosvm-runner.sh"
|
||||
@ -53,3 +59,5 @@ deqp_args = [
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 360.0 # Starting 8 Crosvm instances simultaneously can take some time
|
||||
[deqp.env]
|
||||
INSIDE_DEQP_RUNNER = "true"
|
||||
|
Loading…
Reference in New Issue
Block a user