mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 06:09:55 +01:00
Allow manual emulator tests in all situations
This commit is contained in:
@@ -48,15 +48,12 @@ android test:
|
|||||||
when: on_failure
|
when: on_failure
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- changes:
|
||||||
changes:
|
|
||||||
- briar-android/**/*
|
- briar-android/**/*
|
||||||
when: manual
|
when: manual
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
retry:
|
retry:
|
||||||
max: 1
|
max: 1
|
||||||
when:
|
|
||||||
- script_failure
|
|
||||||
tags:
|
tags:
|
||||||
- kvm
|
- kvm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user