mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
f78222dc29
commit
7d298e3c4b
2 changed files with 6 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -125,10 +125,6 @@
|
|||
- changes:
|
||||
*iris_file_list
|
||||
when: manual
|
||||
allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
|
||||
variables:
|
||||
JOB_PRIORITY: 40
|
||||
S3_ARTIFACT_NAME: mesa-x86_64-default-release
|
||||
needs:
|
||||
- job: debian/x86_64_test-gl
|
||||
optional: true
|
||||
|
|
@ -435,22 +431,10 @@
|
|||
extends:
|
||||
- .iris-traces
|
||||
- .iris-rules-performance
|
||||
variables:
|
||||
PIGLIT_REPLAY_SUBCOMMAND: "profile"
|
||||
PIGLIT_REPLAY_EXTRA_ARGS: "--db-path ${CI_PROJECT_DIR}/replayer-db/"
|
||||
# More than this can hit OOM due to BOs leaked during the replay of the last frame
|
||||
PIGLIT_REPLAY_LOOP_TIMES: 150
|
||||
# We don't want for more than one workload to be submitted to the GPU at a time
|
||||
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"
|
||||
LAVA_TAGS: "cbg-0"
|
||||
# Ensure that we are using the release build artifact
|
||||
S3_ARTIFACT_NAME: mesa-x86_64-default-release
|
||||
- .piglit-performance-base
|
||||
rules:
|
||||
- !reference [.piglit-performance-base, rules]
|
||||
- !reference [.iris-rules-performance, rules]
|
||||
|
||||
.iris-whl-traces-performance:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue