Eric Anholt
2f31c6b4e2
ci: Rename x86_cross_arm_test to just arm_test.
...
This gets us back to the behavior we used to have for freedreno: clicking
play on arm_test gets you testing of the ARM platforms that aren't under
arm-build (the LAVA runners).
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com >
(cherry picked from commit 601a029e67 )
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5548 >
2020-07-08 19:31:15 +02:00
Eric Anholt
f1cd8a344e
ci: Don't build an arm_test container now that the last user is gone.
...
db410c and cheza used to use it, and now both are on baremetal.
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com >
(cherry picked from commit 9c9ade4685 )
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5548 >
2020-07-08 19:31:15 +02:00
Eric Anholt
ba39cc5e85
ci: Enable ccache in the container builds.
...
This should reduce our container rebuild times, particularly on the
40-minute ARM build (which is split across only 2 runners and thus likely
to have a hot cache) when working on updating containers.
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4099 >
2020-03-17 10:44:39 -07:00
Eric Anholt
658eb691fc
ci: Bump the GLES CTS version to 3.2.6.1.
...
This brings in the surfaceless fixes so we don't need to check out the
whole repo to cherry pick any more (which was bothering me as I debugged
things late in the painfully slow ARM container build process).
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com >
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3662 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3662 >
2020-02-06 15:18:24 -08:00
Samuel Pitoiset
7e0ab6aae0
gitlab-ci: rename build-deqp.sh to build-deqp-gl.sh
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com >
2019-12-06 10:57:45 +01:00
Rob Clark
fdaf777076
gitlab-ci/deqp: detect and report flakes
...
If there are a small number of fails, re-run to determine if they are
flakes, and optionally (if `$FLAKES_CHANNEL` configured) report the
flakes.
This way flakes don't interfere with developers working on other
drivers, but get logged so that the developers working on the flaking
driver can monitor the situation.
Signed-off-by: Rob Clark <robdclark@chromium.org >
Acked-by: Eric Engestrom <eric.engestrom@intel.com >
2019-11-22 13:48:29 -08:00
Michel Dänzer
506e9d5fc7
gitlab-ci: Rename container install scripts to match job names (better)
...
Cleans up .gitlab-ci/ a little, and allows using a single DEBIAN_EXEC
line for all container jobs.
v2:
* Use lava_arm.sh instead of arm_lava.sh for consistency with v2 of the
previous change
Reviewed-by: Eric Anholt <eric@anholt.net > # v1
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
2019-11-15 16:21:10 +01:00