Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
434
Issues
434
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
27
Merge Requests
27
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
F-Droid
Client
Commits
ada263fe
Verified
Commit
ada263fe
authored
Mar 29, 2019
by
Hans-Christoph Steiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: allow all emulator jobs to fail, they are too flaky
parent
9ed4fe8c
Pipeline
#54204444
passed with stages
in 41 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
.gitlab-ci.yml
.gitlab-ci.yml
+8
-7
No files found.
.gitlab-ci.yml
View file @
ada263fe
...
...
@@ -89,6 +89,7 @@ errorprone:
-skip-adb-auth
-verbose
-wipe-data
-debug-all
&
-
wait-for-emulator
-
adb devices
...
...
@@ -97,9 +98,9 @@ errorprone:
-
./gradlew connectedFullDebugAndroidTest $FLAG || (adb -e logcat -d > logcat.txt; exit 1)
connected 22 default armeabi-v7a
:
retry
:
1
<<
:
*test-template
<<
:
*connected-template
allow_failure
:
true
.kvm-template
:
&kvm-template
tags
:
...
...
@@ -111,12 +112,6 @@ connected 22 default armeabi-v7a:
<<
:
*test-template
<<
:
*connected-template
connected 17 default x86
:
<<
:
*kvm-template
connected 18 default x86
:
<<
:
*kvm-template
connected 23 default x86
:
<<
:
*kvm-template
...
...
@@ -125,6 +120,9 @@ connected 25 default x86:
connected 26 google_apis x86
:
<<
:
*kvm-template
only
:
-
branches@fdroid/fdroidclient
-
branches@eighthave/fdroidclient
connected 27 google_apis_playstore x86
:
<<
:
*kvm-template
...
...
@@ -132,6 +130,9 @@ connected 27 google_apis_playstore x86:
connected 28 default x86_64
:
<<
:
*kvm-template
connected Q default x86_64
:
<<
:
*kvm-template
deploy_nightly
:
stage
:
deploy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment