Skip to content

Commit

Permalink
ci/freedreno: Stop segregating reset tests from non-reset tests in EGL.
Browse files Browse the repository at this point in the history
Now that we assign reset blame appropriately, they're safe to run
together, and no single-threading.  I put these in a .toml because I'm
about to add another window system.

Acked-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19912>
  • Loading branch information
anholt authored and Marge Bot committed Nov 22, 2022
1 parent ac2b84b commit eb699d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 29 deletions.
26 changes: 0 additions & 26 deletions .gitlab-ci/bare-metal/arm64_a630_egl.sh

This file was deleted.

10 changes: 10 additions & 0 deletions src/freedreno/ci/deqp-freedreno-a630-egl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# x11
[[deqp]]
deqp = "/deqp/modules/egl/deqp-egl"
caselists = ["/deqp/mustpass/egl-master.txt"]
skips = ["install/freedreno-a630-premerge-skips.txt"]
deqp_args = [
"--deqp-surface-width=256", "--deqp-surface-height=256",
"--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
"--deqp-gl-config-name=rgba8888d24s8ms0",
]
5 changes: 2 additions & 3 deletions src/freedreno/ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,15 @@ a630_gl:
variables:
DEQP_SUITE: freedreno-a630

# Robustness tests may be disruptive to other tests, so we run EGL's robustness
# tests separately.
# Run dEQP EGL window system tests separately with the window systems available.
a630_egl:
extends:
- .baremetal-deqp-test
- .a630-test
variables:
DEQP_VER: egl
HWCI_START_XORG: 1
HWCI_TEST_SCRIPT: "/install/bare-metal/arm64_a630_egl.sh"
DEQP_SUITE: freedreno-a630-egl

a630_gles_asan:
extends:
Expand Down

0 comments on commit eb699d8

Please sign in to comment.