mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
ci: Move the performance jobs' allow_failure:true to the gl rules.
This helps clarify what's going on with these magic manual jobs. Acked-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17445>
This commit is contained in:
parent
e27d217fb1
commit
67547a04b6
4 changed files with 4 additions and 4 deletions
|
|
@ -259,6 +259,9 @@
|
|||
- changes:
|
||||
*gallium_core_file_list
|
||||
when: manual
|
||||
# Allow the merge to complete even before the job completes (since it won't
|
||||
# even start until the separate script triggers on it).
|
||||
allow_failure: true
|
||||
|
||||
# Unfortunately YAML doesn't let us concatenate arrays, so we have to do the
|
||||
# rules duplication manually
|
||||
|
|
|
|||
|
|
@ -353,4 +353,3 @@ a630-traces-performance:
|
|||
EGL_PLATFORM: surfaceless
|
||||
GIT_STRATEGY: none
|
||||
HWCI_FREQ_MAX: "true"
|
||||
allow_failure: true
|
||||
|
|
|
|||
|
|
@ -104,7 +104,6 @@ virgl-iris-traces-performance:
|
|||
PIGLIT_REPLAY_SUBCOMMAND: profile
|
||||
PIGLIT_REPLAY_LOOP_TIMES: 150
|
||||
PIGLIT_REPLAY_EXTRA_ARGS: "--download-caching-proxy-url=${FDO_HTTP_CACHE_URI}"
|
||||
allow_failure: true
|
||||
|
||||
android-virgl-llvmpipe:
|
||||
extends:
|
||||
|
|
@ -114,4 +113,4 @@ android-virgl-llvmpipe:
|
|||
- ./install/cuttlefish-runner.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- results/
|
||||
- results/
|
||||
|
|
|
|||
|
|
@ -278,7 +278,6 @@ iris-cml-traces:
|
|||
GIT_STRATEGY: none
|
||||
HWCI_FREQ_MAX: "true"
|
||||
LAVA_TAGS: "cbg-0"
|
||||
allow_failure: true
|
||||
|
||||
iris-apl-traces-performance:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue