mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Allow emulator tests to run also on a schedule
Also do 1 retry in case of failure
This commit is contained in:
@@ -46,9 +46,17 @@ android test:
|
|||||||
- screenshots
|
- screenshots
|
||||||
expire_in: 3 days
|
expire_in: 3 days
|
||||||
when: on_failure
|
when: on_failure
|
||||||
when: manual
|
rules:
|
||||||
except:
|
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
- tags
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
|
changes:
|
||||||
|
- briar-android/**/*
|
||||||
|
when: manual
|
||||||
|
allow_failure: true
|
||||||
|
retry:
|
||||||
|
max: 1
|
||||||
|
when:
|
||||||
|
- script_failure
|
||||||
tags:
|
tags:
|
||||||
- kvm
|
- kvm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user