mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
CI: use new runner where necessary (MR 2548)
Use the new runner we set up to work around the CI errors we have been experiencing.
This commit is contained in:
parent
131b9d2762
commit
21ab1b3c20
1 changed files with 3 additions and 0 deletions
|
@ -133,6 +133,7 @@ deploy:
|
|||
# and arm64 QEMU targets
|
||||
install amd64:
|
||||
extends: .integration
|
||||
tags: [qemu]
|
||||
script:
|
||||
# Native AMD64 on AMD64
|
||||
- .ci/integration_tests/build_images qemu-amd64 console
|
||||
|
@ -158,6 +159,7 @@ install aarch64:
|
|||
# Test building packages with --force on AMD64 for AMD64, aarch64, and armv7
|
||||
force build amd64:
|
||||
extends: .integration
|
||||
tags: [qemu]
|
||||
script:
|
||||
# Packages chosen for being small, unlikely to break, and for language coverage.
|
||||
- .ci/integration_tests/force_build x86_64 hello-world postmarketos-mkinitfs
|
||||
|
@ -179,6 +181,7 @@ force build aarch64:
|
|||
# since the cross-build codepath is the more complicated one.
|
||||
strict build amd64:
|
||||
extends: .integration
|
||||
tags: [qemu]
|
||||
script:
|
||||
# Packages chosen for being small, unlikely to break, and for language coverage.
|
||||
- .ci/integration_tests/strict_build aarch64 hello-world postmarketos-mkinitfs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue