Skip to content

Commit

Permalink
reorder plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Sep 25, 2024
1 parent 33e2879 commit f8aa308
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ steps:
- "build-expo-apk"
timeout_in_minutes: 50
plugins:
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v49/main|v49/next$$"
artifacts#v1.5.0:
download: "build/output.apk"
docker-compose#v3.9.0:
Expand All @@ -57,6 +53,10 @@ steps:
- --app=build/output.apk
- --farm=bs
- --device=ANDROID_12
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v49/main|v49/next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -66,10 +66,6 @@ steps:
- "build-expo-ipa"
timeout_in_minutes: 50
plugins:
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v49/main|v49/next$$"
artifacts#v1.5.0:
download: "build/output.ipa"
docker-compose#v3.9.0:
Expand All @@ -80,6 +76,10 @@ steps:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_15
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v49/main|v49/next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -89,10 +89,6 @@ steps:
- "build-expo-ipa"
timeout_in_minutes: 50
plugins:
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v49/main|v49/next$$"
artifacts#v1.5.0:
download: "build/output.ipa"
docker-compose#v3.9.0:
Expand All @@ -103,6 +99,10 @@ steps:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_13
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v49/main|v49/next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

0 comments on commit f8aa308

Please sign in to comment.