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 commit d9a0373a65)
This commit is contained in:
David Heidelberg 2024-05-12 20:45:08 -07:00 committed by Eric Engestrom
parent 0598097e8a
commit 5dbc8d493d
3 changed files with 20 additions and 20 deletions

View file

@ -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

View file

@ -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:

View file

@ -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