mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
freedreno/ci: move the disabled jobs from include to the main file
Accidentally moved. Fixes:9442571664("ci: separate hiden jobs to -inc.yml files") Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29155> (cherry picked from commitd9a0373a65)
This commit is contained in:
parent
0598097e8a
commit
5dbc8d493d
3 changed files with 20 additions and 20 deletions
|
|
@ -4264,7 +4264,7 @@
|
|||
"description": "freedreno/ci: move the disabled jobs from include to the main file",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "9442571664e5a7d6e06f098ce4ea2246e5504796",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -292,25 +292,6 @@
|
|||
tags:
|
||||
- google-freedreno-db410c
|
||||
|
||||
# New jobs. Leave it as manual for now.
|
||||
.a306_piglit:
|
||||
extends:
|
||||
- .piglit-test
|
||||
- .a306-test
|
||||
- .google-freedreno-manual-rules
|
||||
variables:
|
||||
HWCI_START_XORG: 1
|
||||
|
||||
# Something happened and now this hangchecks and doesn't recover. Unkown when
|
||||
# it started.
|
||||
.a306_piglit_gl:
|
||||
extends:
|
||||
- .a306_piglit
|
||||
variables:
|
||||
PIGLIT_PROFILES: quick_gl
|
||||
BM_KERNEL_EXTRA_ARGS: "msm.num_hw_submissions=1"
|
||||
FDO_CI_CONCURRENT: 3
|
||||
|
||||
# 8 devices (2023-04-15)
|
||||
.a530-test:
|
||||
extends:
|
||||
|
|
|
|||
|
|
@ -10,6 +10,25 @@ a306_gl:
|
|||
FDO_CI_CONCURRENT: 6
|
||||
parallel: 5
|
||||
|
||||
# New jobs. Leave it as manual for now.
|
||||
.a306_piglit:
|
||||
extends:
|
||||
- .piglit-test
|
||||
- .a306-test
|
||||
- .google-freedreno-manual-rules
|
||||
variables:
|
||||
HWCI_START_XORG: 1
|
||||
|
||||
# Something happened and now this hangchecks and doesn't recover. Unkown when
|
||||
# it started.
|
||||
.a306_piglit_gl:
|
||||
extends:
|
||||
- .a306_piglit
|
||||
variables:
|
||||
PIGLIT_PROFILES: quick_gl
|
||||
BM_KERNEL_EXTRA_ARGS: "msm.num_hw_submissions=1"
|
||||
FDO_CI_CONCURRENT: 3
|
||||
|
||||
a306_piglit_shader:
|
||||
extends:
|
||||
- .a306_piglit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue