mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 21:30:23 +01:00
freedreno/ci: disable defunct baremetal jobs
That farm no longer exists, so these jobs will never run; let's make that explicit; otherwise, they still show up in fork pipelines. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36215>
This commit is contained in:
parent
2b871958dc
commit
51bec616d0
1 changed files with 7 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include:
|
||||
- local: 'src/freedreno/ci/gitlab-ci-inc.yml'
|
||||
|
||||
a306-gl:
|
||||
.a306-gl:
|
||||
extends:
|
||||
- .baremetal-deqp-test
|
||||
- .a306-test
|
||||
|
|
@ -10,7 +10,7 @@ a306-gl:
|
|||
FDO_CI_CONCURRENT: 6
|
||||
parallel: 5
|
||||
|
||||
a306-piglit:
|
||||
.a306-piglit:
|
||||
extends:
|
||||
- .baremetal-deqp-test
|
||||
- .a306-test
|
||||
|
|
@ -36,7 +36,7 @@ a306-piglit:
|
|||
FDO_CI_CONCURRENT: 3
|
||||
HWCI_START_WESTON: 1
|
||||
|
||||
a306-piglit-shader:
|
||||
.a306-piglit-shader:
|
||||
extends:
|
||||
- .baremetal-deqp-test
|
||||
- .a306-test
|
||||
|
|
@ -47,14 +47,12 @@ a306-piglit-shader:
|
|||
FDO_CI_CONCURRENT: 6
|
||||
HWCI_START_WESTON: 1
|
||||
|
||||
a306-traces:
|
||||
.a306-traces:
|
||||
extends:
|
||||
- .google-freedreno-test-traces
|
||||
- .a306-test
|
||||
rules:
|
||||
- when: never # Google nginx needs updating
|
||||
|
||||
a530-gl:
|
||||
.a530-gl:
|
||||
extends:
|
||||
- .baremetal-deqp-test
|
||||
- .test-piglit
|
||||
|
|
@ -64,14 +62,12 @@ a530-gl:
|
|||
FDO_CI_CONCURRENT: 3 # if 4, sometimes "deqp-gles31, not enough memory for the allocation" appears
|
||||
parallel: 6
|
||||
|
||||
a530-traces:
|
||||
.a530-traces:
|
||||
extends:
|
||||
- .google-freedreno-test-traces
|
||||
- .a530-test
|
||||
rules:
|
||||
- when: never # Google nginx needs updating
|
||||
|
||||
a530-piglit:
|
||||
.a530-piglit:
|
||||
extends:
|
||||
- .baremetal-deqp-test
|
||||
- .a530-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue