ci: Move baremetal DEQP_NO_SAVE_RESULTS setup to the yml.

I'm going to want it unset (artifacts enabled) for the cheza jobs.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
(cherry picked from commit 46d9b500f4)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5548>
This commit is contained in:
Eric Anholt 2020-05-22 15:48:55 -07:00 committed by Eric Engestrom
parent e682a660b6
commit a9ad66e3db
3 changed files with 3 additions and 1 deletions

View file

@ -857,6 +857,8 @@ arm64_a306_gles2:
DEQP_VER: gles2
DEQP_PARALLEL: 4
DEQP_EXPECTED_RENDERER: FD307
# Since we can't get artifacts back yet, skip making them.
DEQP_NO_SAVE_RESULTS: 1
script:
- .gitlab-ci/bare-metal/fastboot.sh
needs:

View file

@ -67,6 +67,7 @@ for var in \
CI_PIPELINE_ID \
CI_RUNNER_DESCRIPTION \
DEQP_EXPECTED_RENDERER \
DEQP_NO_SAVE_RESULTS \
DEQP_PARALLEL \
DEQP_VER \
FLAKES_CHANNEL \

View file

@ -8,7 +8,6 @@ mount -t devtmpfs none /dev || echo possibly already mounted
mkdir -p /dev/pts
mount -t devpts devpts /dev/pts
export DEQP_NO_SAVE_RESULTS=1
. /set-job-env-vars.sh
echo "nameserver 8.8.8.8" > /etc/resolv.conf