ci: Temporarily disable aarch64 test
The runners constantly time out for the last two days. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3135>
This commit is contained in:
parent
7c0caf5727
commit
c45d030132
@ -301,6 +301,7 @@ build-fedora-container@aarch64:
|
|||||||
stage: prepare
|
stage: prepare
|
||||||
rules:
|
rules:
|
||||||
- !reference [.pipeline-guard, rules]
|
- !reference [.pipeline-guard, rules]
|
||||||
|
when: manual
|
||||||
|
|
||||||
check-code-style:
|
check-code-style:
|
||||||
extends:
|
extends:
|
||||||
@ -369,6 +370,7 @@ build-mutter@aarch64:
|
|||||||
needs:
|
needs:
|
||||||
- job: build-fedora-container@aarch64
|
- job: build-fedora-container@aarch64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
|
when: manual
|
||||||
|
|
||||||
build-without-opengl-and-glx@x86_64:
|
build-without-opengl-and-glx@x86_64:
|
||||||
extends:
|
extends:
|
||||||
@ -532,6 +534,7 @@ test-mutter@aarch64:
|
|||||||
- asan-aarch64
|
- asan-aarch64
|
||||||
needs:
|
needs:
|
||||||
- build-mutter@aarch64
|
- build-mutter@aarch64
|
||||||
|
when: manual
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
extends:
|
extends:
|
||||||
@ -559,7 +562,7 @@ coverage:
|
|||||||
coverage: '/^lines: (\d+\.\d+\%)/'
|
coverage: '/^lines: (\d+\.\d+\%)/'
|
||||||
needs:
|
needs:
|
||||||
- test-mutter@x86_64
|
- test-mutter@x86_64
|
||||||
- test-mutter@aarch64
|
# - test-mutter@aarch64
|
||||||
- test-mutter-kvm@x86_64
|
- test-mutter-kvm@x86_64
|
||||||
|
|
||||||
can-build-gnome-shell@x86_64:
|
can-build-gnome-shell@x86_64:
|
||||||
|
Loading…
Reference in New Issue
Block a user