ci/lava: every LAVA job doesn't want to run gles2 deqp, drop it
Very annoying when adding new job and not getting failure due to missing `DEQP_VER: ` Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21702>
This commit is contained in:

committed by
Marge Bot

parent
8cdbb894ca
commit
84767a5160
@@ -4,7 +4,6 @@
|
|||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none # testing doesn't build anything from source
|
GIT_STRATEGY: none # testing doesn't build anything from source
|
||||||
FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
|
FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
|
||||||
DEQP_VER: gles2
|
|
||||||
# proxy used to cache data locally
|
# proxy used to cache data locally
|
||||||
FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
|
FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
|
||||||
# base system generated by the container build job, shared between many pipelines
|
# base system generated by the container build job, shared between many pipelines
|
||||||
|
@@ -215,6 +215,7 @@ a618_skqp:
|
|||||||
HWCI_START_XORG: 1
|
HWCI_START_XORG: 1
|
||||||
DEQP_SUITE: freedreno-a618-skqp
|
DEQP_SUITE: freedreno-a618-skqp
|
||||||
|
|
||||||
|
# FIXME: this job runs gles2 deqp, rename or fix!
|
||||||
a618_piglit:
|
a618_piglit:
|
||||||
extends:
|
extends:
|
||||||
- .piglit-test
|
- .piglit-test
|
||||||
@@ -225,6 +226,7 @@ a618_piglit:
|
|||||||
- .freedreno-turnip-rules
|
- .freedreno-turnip-rules
|
||||||
variables:
|
variables:
|
||||||
HWCI_START_XORG: 1
|
HWCI_START_XORG: 1
|
||||||
|
DEQP_VER: gles2
|
||||||
PIGLIT_PROFILES: gpu
|
PIGLIT_PROFILES: gpu
|
||||||
|
|
||||||
.a630-test:
|
.a630-test:
|
||||||
|
@@ -130,6 +130,7 @@ panfrost-g52-piglit-gles2:arm64:
|
|||||||
- .lava-meson-g12b-a311d-khadas-vim3
|
- .lava-meson-g12b-a311d-khadas-vim3
|
||||||
variables:
|
variables:
|
||||||
HWCI_START_XORG: 1
|
HWCI_START_XORG: 1
|
||||||
|
DEQP_VER: gles2
|
||||||
PIGLIT_PROFILES: quick_gl
|
PIGLIT_PROFILES: quick_gl
|
||||||
|
|
||||||
.lava-mt8183-kukui-jacuzzi-juniper-sku16:
|
.lava-mt8183-kukui-jacuzzi-juniper-sku16:
|
||||||
|
Reference in New Issue
Block a user