Allow manual emulator tests in all situations

This commit is contained in:
Torsten Grote
2021-04-15 15:54:46 -03:00
parent 5a3a12767c
commit 67bd065bc3

View File

@@ -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