ci/kdl: remove extra-verbose ls command
Not needed for non-debugging builds. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9422 Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24348>
This commit is contained in:
@@ -14,14 +14,10 @@ trap terminate SIGTERM
|
|||||||
|
|
||||||
if [ -f /ci-kdl.venv/bin/activate ]; then
|
if [ -f /ci-kdl.venv/bin/activate ]; then
|
||||||
source /ci-kdl.venv/bin/activate
|
source /ci-kdl.venv/bin/activate
|
||||||
echo -e "Launch ci-kdl"
|
|
||||||
/ci-kdl.venv/bin/python /ci-kdl.venv/bin/ci-kdl | tee -a /results/kdl.log &
|
/ci-kdl.venv/bin/python /ci-kdl.venv/bin/ci-kdl | tee -a /results/kdl.log &
|
||||||
child=$!
|
child=$!
|
||||||
wait $child
|
wait $child
|
||||||
ls -l
|
|
||||||
mv kdl_*.json /results/kdl.json
|
mv kdl_*.json /results/kdl.json
|
||||||
echo -e "ci-kdl json file moved to /results"
|
|
||||||
ls -ls /results
|
|
||||||
else
|
else
|
||||||
echo -e "Not possible to activate ci-kdl virtual environment"
|
echo -e "Not possible to activate ci-kdl virtual environment"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user