ci/qcom-devicepkg-bootimg: configure job to only run manually, ignore failure
The hw CI isn't stable yet, if a platform is entirely offline (e.g. because we only have 1 device in CI and it's down for maint.) then the test job is "pending" for a verrrry long time (16hrs+). mrtest (for example) is then unable to be used on the MR because the pipeline is not "success." Signed-off-by: Clayton Craft <craftyguy@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7943>
This commit is contained in:
parent
8d85538af3
commit
067580ed29
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ test-{{ device.name }}:
|
|||
- .device-boot-flow-separate-artifacts
|
||||
- .test-{{ device.name }}
|
||||
|
||||
# NOTE: set the job to manually started and allow failure until HW CI is
|
||||
# stable
|
||||
allow_failure: true
|
||||
when: manual
|
||||
|
||||
variables:
|
||||
# Let CI-tron construct the bootimg accepted by U-boot in a standard
|
||||
# Qualcomm way
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue