iris/ci: Simplify performance trace template
The `.profile-traces` template was nearly identical to `.piglit-performance-base`, differing only by one additional variable. Since all jobs extending `.piglit-performance-base` were already using `EGL_PLATFORM: surfaceless`, that setting has been moved into the base template, allowing `.profile-traces` to be simplified. This also hides the performance traces jobs from non-Marge pipelines, as intended. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36074>
This commit is contained in:
committed by
Marge Bot
parent
f78222dc29
commit
7d298e3c4b
@@ -116,6 +116,8 @@
|
||||
FDO_CI_CONCURRENT: 1
|
||||
# Piglit is very sparse in its status output and downloads of big traces can take a while
|
||||
DEVICE_HANGING_TIMEOUT_SEC: 600
|
||||
# So we aren't capped by VSync by the X server
|
||||
EGL_PLATFORM: surfaceless
|
||||
GIT_STRATEGY: none
|
||||
HWCI_FREQ_MAX: "true"
|
||||
# Always use the same device
|
||||
|
||||
Reference in New Issue
Block a user