diff options
author | Neil Armstrong <[email protected]> | 2019-09-20 15:43:19 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-12-03 06:44:08 +0100 |
commit | dde734030bcdac40e63a0b251903c0281db170ee (patch) | |
tree | bce76cc1e38b00ecae650bcc29b84a19e992228c /.gitlab-ci/deqp-panfrost-t820-skips.txt | |
parent | 502548a09c5a87d06da97be45a2386bb1e5e800e (diff) |
Add support for T820 CI Jobs
Tomeu: - Small rebase fixups
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Tomeu Vizoso <[email protected]>
Diffstat (limited to '.gitlab-ci/deqp-panfrost-t820-skips.txt')
-rw-r--r-- | .gitlab-ci/deqp-panfrost-t820-skips.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci/deqp-panfrost-t820-skips.txt b/.gitlab-ci/deqp-panfrost-t820-skips.txt new file mode 100644 index 00000000000..83effaab5c6 --- /dev/null +++ b/.gitlab-ci/deqp-panfrost-t820-skips.txt @@ -0,0 +1,13 @@ +# Note: skips lists for CI are just a list of lines that, when +# non-zero-length and not starting with '#', will regex match to +# delete lines from the test list. Be careful. + +# Skip the perf/stress tests to keep runtime manageable +dEQP-GLES[0-9]*.performance +dEQP-GLES[0-9]*.stress + +# These are really slow on tiling architectures (including llvmpipe). +dEQP-GLES[0-9]*.functional.flush_finish + +# XXX: Why does this flake? +dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_pos_z |