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 7b01aa9 commit 36cb83d
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 @@ -45,10 +45,6 @@ steps:
- "build-expo-apk"
timeout_in_minutes: 50
plugins:
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
artifacts#v1.5.0:
download: "build/output.apk"
docker-compose#v3.9.0:
Expand All @@ -59,6 +55,10 @@ steps:
- --app=build/output.apk
- --farm=bs
- --device=ANDROID_12
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -68,10 +68,6 @@ steps:
- "build-expo-ipa"
timeout_in_minutes: 50
plugins:
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
artifacts#v1.5.0:
download: "build/output.ipa"
docker-compose#v3.9.0:
Expand All @@ -82,6 +78,10 @@ steps:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_16
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -91,10 +91,6 @@ steps:
- "build-expo-ipa"
timeout_in_minutes: 50
plugins:
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
artifacts#v1.5.0:
download: "build/output.ipa"
docker-compose#v3.9.0:
Expand All @@ -105,6 +101,10 @@ steps:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_14
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

0 comments on commit 36cb83d

Please sign in to comment.