Skip to content

Commit

Permalink
Use resilient driver
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Jan 17, 2021
1 parent 6fc7114 commit 2ce135c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .buildkite/pipeline.full.yml
Expand Up @@ -45,6 +45,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand Down Expand Up @@ -101,6 +102,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -122,6 +124,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -143,6 +146,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -164,6 +168,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -185,6 +190,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -206,6 +212,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -227,6 +234,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -248,6 +256,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -269,6 +278,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -290,6 +300,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -311,6 +322,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -332,6 +344,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -353,6 +366,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -374,6 +388,7 @@ steps:
- "--fail-fast"
- "--tags"
- "not @Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -398,6 +413,7 @@ steps:
- "--farm=bs"
- "--device=ANDROID_4_4"
- "--tags=@Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -419,6 +435,7 @@ steps:
- "--farm=bs"
- "--device=ANDROID_5_0"
- "--tags=@Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -440,6 +457,7 @@ steps:
- "--farm=bs"
- "--device=ANDROID_6_0"
- "--tags=@Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -461,6 +479,7 @@ steps:
- "--farm=bs"
- "--device=ANDROID_7_1"
- "--tags=@Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -482,6 +501,7 @@ steps:
- "--farm=bs"
- "--device=ANDROID_8_1"
- "--tags=@Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -503,6 +523,7 @@ steps:
- "--farm=bs"
- "--device=ANDROID_10_0"
- "--tags=@Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

Expand All @@ -524,5 +545,6 @@ steps:
- "--farm=bs"
- "--device=ANDROID_11_0"
- "--tags=@Flaky"
- "--resilient"
concurrency: 9
concurrency_group: 'browserstack-app'

0 comments on commit 2ce135c

Please sign in to comment.