mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 09:00:08 +01:00
ci: Only build Perfetto in build-test jobs
We don't actually use these for runtime testing right now. If we wanted to capture traces, we should probably do that as a nightly-only thing. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Eric Engestrom <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33287>
This commit is contained in:
parent
28becbb3dc
commit
2dba74ffa3
1 changed files with 3 additions and 3 deletions
|
|
@ -114,7 +114,6 @@ debian-testing:
|
|||
EXTRA_OPTION: >
|
||||
-D spirv-to-dxil=true
|
||||
-D valgrind=disabled
|
||||
-D perfetto=true
|
||||
-D tools=drm-shim
|
||||
S3_ARTIFACT_NAME: mesa-x86_64-default-${BUILDTYPE}
|
||||
RUN_MESON_TESTS: "false" # debian-build-testing already runs these
|
||||
|
|
@ -259,6 +258,7 @@ debian-build-testing:
|
|||
-D spirv-to-dxil=true
|
||||
-D osmesa=true
|
||||
-D tools=drm-shim,etnaviv,freedreno,glsl,intel,intel-ui,nir,nouveau,lima,panfrost,asahi
|
||||
-D perfetto=true
|
||||
S3_ARTIFACT_NAME: debian-build-testing
|
||||
script:
|
||||
- *meson-build
|
||||
|
|
@ -583,7 +583,6 @@ debian-arm64:
|
|||
EXTRA_OPTION: >
|
||||
-D valgrind=disabled
|
||||
-D imagination-srv=true
|
||||
-D perfetto=true
|
||||
-D freedreno-kmds=msm,virtio
|
||||
-D teflon=true
|
||||
GALLIUM_ST:
|
||||
|
|
@ -649,7 +648,8 @@ debian-arm64-build-test:
|
|||
DRI_LOADERS:
|
||||
-D glvnd=disabled
|
||||
EXTRA_OPTION: >
|
||||
-Dtools=panfrost,imagination
|
||||
-D tools=panfrost,imagination
|
||||
-D perfetto=true
|
||||
|
||||
debian-arm64-release:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue