mesa/.gitlab-ci
Eric Anholt 2d1c607005 ci: Make a missing device name correctly bail out of deqp-runner.sh.
If your driver is totally broken and can't even report its name, let's
stop here instead of doing a CTS run full of failure to start tests and
reporting them all missing at the end.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6324>
2020-08-31 17:50:30 +00:00
..
bare-metal ci/bare-metal: Try rebooting chezas again if they get stuck during tftp. 2020-08-21 20:10:18 +00:00
container Revert "gitlab-ci: reuse container_post_build when building the test images" 2020-08-19 16:19:43 +00:00
fossils gitlab-ci: attach the Fossilize log file as artifact on failure 2020-06-26 06:45:23 +00:00
piglit glsl: Eliminate assigments to out-of-bounds elements of vector 2020-08-21 15:00:51 +00:00
tracie ci: Fix URL to imagediff page in traces dashboard 2020-08-19 07:47:48 +02:00
windows CI: Windows: Use separate config file for Docker 2020-08-28 10:15:40 +00:00
arm.config gitlab-ci: Build kernel drivers for a few ethernet USB dongles 2020-07-07 11:52:30 +00:00
arm64.config ci: Build-test Panfrost tools 2020-08-03 17:43:51 +02:00
build-apitrace.sh ci: Include trace replay support in ARM rootfses. 2020-06-25 17:33:28 +00:00
build-cts-runner.sh
build-deqp-gl.sh ci: Don't ship vk-build-programs after building dEQP 2020-07-29 12:41:45 +00:00
build-deqp-vk.sh
build-fossilize.sh
build-gfxreconstruct.sh gitlab-ci: build gfxreconstruct from the "dev" branch 2020-07-21 16:41:22 +00:00
build-libdrm.sh ci: Split building of libdrm to its own script 2020-07-29 12:41:45 +00:00
build-piglit.sh ci: bump piglit checkout for dsa tests 2020-07-16 13:32:12 +10:00
build-renderdoc.sh ci: Include trace replay support in ARM rootfses. 2020-06-25 17:33:28 +00:00
build-virglrenderer.sh
build-vulkantools.sh
create-cross-file.sh
create-rootfs.sh ci: Set date in LAVA DUTs from NTP servers 2020-07-31 14:14:38 +02:00
cross-xfail-i386
cross-xfail-ppc64el
cross-xfail-s390x
deqp-default-skips.txt
deqp-freedreno-a307-fails.txt
deqp-freedreno-a307-flakes.txt ci/freedreno: Move our skips lists over to being known-flakes lists. 2020-08-20 23:59:50 +00:00
deqp-freedreno-a530-fails.txt ci/freedreno: Move our skips lists over to being known-flakes lists. 2020-08-20 23:59:50 +00:00
deqp-freedreno-a530-flakes.txt ci/freedreno: List more common flakes reported recently. 2020-08-20 23:59:50 +00:00
deqp-freedreno-a630-bypass-fails.txt turnip: workaround for a630 d24_unorm_s8_uint fails 2020-08-03 21:07:30 +00:00
deqp-freedreno-a630-fails.txt freedreno: handle case of shadowing current render target 2020-08-24 20:15:23 +00:00
deqp-freedreno-a630-flakes.txt ci: Mark the rest of compswap as flaky on freedreno. 2020-08-25 22:57:35 +00:00
deqp-lima-fails.txt
deqp-lima-skips.txt
deqp-llvmpipe-fails.txt gallivm/sample: always square rho before fast log2 2020-07-16 05:46:57 +10:00
deqp-panfrost-t720-fails.txt panfrost: Report CAPs more honestly 2020-07-16 19:59:43 +00:00
deqp-panfrost-t720-skips.txt panfrost: Report CAPs more honestly 2020-07-16 19:59:43 +00:00
deqp-panfrost-t760-fails.txt panfrost: Use Midgard-specific reloads 2020-07-16 15:10:55 +00:00
deqp-panfrost-t760-skips.txt
deqp-panfrost-t820-fails.txt panfrost: Use Midgard-specific reloads 2020-07-16 15:10:55 +00:00
deqp-panfrost-t820-skips.txt
deqp-panfrost-t860-fails.txt panfrost: Update CI expectations 2020-08-17 11:43:52 +00:00
deqp-panfrost-t860-skips.txt gitlab-ci: Run all of GLES3 tests for Panfrost 2020-07-16 21:18:45 +00:00
deqp-radeonsi-stoney-fails.txt ci: Build kernels and rootfs for x86 devices 2020-07-29 12:41:45 +00:00
deqp-radeonsi-stoney-skips.txt ci: Build kernels and rootfs for x86 devices 2020-07-29 12:41:45 +00:00
deqp-radv-default-skips.txt
deqp-radv-fiji-aco-fails.txt radv: Update CI expectations for the recent descriptor indexing regressions. 2020-08-12 11:15:42 +00:00
deqp-radv-navi10-aco-fails.txt radv: Update CI expectations for the recent descriptor indexing regressions. 2020-08-12 11:15:42 +00:00
deqp-radv-navi14-aco-fails.txt radv: Update CI expectations for the recent descriptor indexing regressions. 2020-08-12 11:15:42 +00:00
deqp-radv-pitcairn-aco-fails.txt radv: Update CI expectations for the recent descriptor indexing regressions. 2020-08-12 11:15:42 +00:00
deqp-radv-polaris10-aco-fails.txt radv: Update CI expectations for the recent descriptor indexing regressions. 2020-08-12 11:15:42 +00:00
deqp-radv-polaris10-skips.txt
deqp-radv-raven-aco-fails.txt radv: Update CI expectations for the recent descriptor indexing regressions. 2020-08-12 11:15:42 +00:00
deqp-radv-raven-aco-skips.txt
deqp-radv-vega10-aco-fails.txt radv: Update CI expectations for the recent descriptor indexing regressions. 2020-08-12 11:15:42 +00:00
deqp-runner.sh ci: Make a missing device name correctly bail out of deqp-runner.sh. 2020-08-31 17:50:30 +00:00
deqp-softpipe-fails.txt ci: Test the KHR-GL* CTS cases with softpipe. 2020-08-26 17:29:36 +00:00
deqp-softpipe-skips.txt ci: Test the KHR-GL* CTS cases with softpipe. 2020-08-26 17:29:36 +00:00
deqp-virgl-gl-fails.txt llvmpipe/ms: fix sign extension bug in rasterizer. 2020-07-23 01:50:28 +00:00
deqp-virgl-gl-skips.txt CI: Skip flaky CS test on VirGL 2020-08-18 09:11:37 +02:00
deqp-virgl-gles-fails.txt llvmpipe/format: fix snorm conversion 2020-07-16 05:47:03 +10:00
docs docs: Move the current CI .rst doc to docs/ci/ and link to it from .gitlab-ci. 2020-07-08 20:13:11 +00:00
download-git-cache.sh CI: reduce bandwidth for git pull 2020-07-03 09:44:36 +02:00
fossilize-runner.sh gitlab-ci: attach the Fossilize log file as artifact on failure 2020-06-26 06:45:23 +00:00
fossils.yml
generate_lava.py ci: Set date in LAVA DUTs from NTP servers 2020-07-31 14:14:38 +02:00
lava-deqp.yml.jinja2 ci: Run deqp-gles2 on RadeonSI 2020-08-19 12:20:20 +00:00
lava-gitlab-ci.yml ci: Run deqp-gles2 on RadeonSI 2020-08-19 12:20:20 +00:00
lava-tracie.yml.jinja2 ci: Use a rootfs tarball for NFS root, instead of a ramdisk (for LAVA) 2020-08-05 14:09:37 +02:00
meson-build.bat
meson-build.sh
prepare-artifacts.sh ci/deqp-runner: Add a post-deqp-run filter list for known flakes. 2020-08-20 23:59:50 +00:00
run-shader-db.sh ci: Use FDO_CI_CONCURRENT in run-shader-db.sh as well 2020-07-23 09:26:30 +00:00
scons-build.sh
test-source-dep.yml ci: Build kernels and rootfs for x86 devices 2020-07-29 12:41:45 +00:00
traces-freedreno.yml ci: Split traces.yml file per driver 2020-08-19 07:47:48 +02:00
traces-llvmpipe.yml gitlab-ci: Test the traces from bgfx 2020-08-25 09:42:06 +00:00
traces-panfrost.yml ci: Test Panfrost with more traces 2020-08-19 07:47:48 +02:00
traces-radeonsi.yml ci: Split traces.yml file per driver 2020-08-19 07:47:48 +02:00
traces-radv.yml ci: Split traces.yml file per driver 2020-08-19 07:47:48 +02:00
traces-virgl.yml ci: Split traces.yml file per driver 2020-08-19 07:47:48 +02:00
tracie-runner-gl.sh ci: Split traces.yml file per driver 2020-08-19 07:47:48 +02:00
tracie-runner-vk.sh ci: Split traces.yml file per driver 2020-08-19 07:47:48 +02:00
x86_64-w64-mingw32
x86_64.config ci: Update kernel used in LAVA to 5.8-based drm-misc 2020-08-19 07:39:22 +00:00