Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rationalise BitBar CI concurrency group #1909

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
- "--aws-public-ip"
- "--fail-fast"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Debug fixture smoke tests'
Expand Down Expand Up @@ -81,7 +81,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-debug"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 7 NDK r19 end-to-end tests - batch 1'
Expand Down Expand Up @@ -111,7 +111,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r19"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 7 NDK r19 end-to-end tests - batch 2'
Expand Down Expand Up @@ -141,7 +141,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r19"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 8 NDK r19 end-to-end tests - batch 1'
Expand Down Expand Up @@ -169,7 +169,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r19"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 8 NDK r19 end-to-end tests - batch 2'
Expand Down Expand Up @@ -197,7 +197,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r19"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 9 NDK r21 end-to-end tests - batch 1'
Expand Down Expand Up @@ -227,7 +227,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 9 NDK r21 end-to-end tests - batch 2'
Expand Down Expand Up @@ -257,7 +257,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 10 NDK r21 end-to-end tests - batch 1'
Expand Down Expand Up @@ -287,7 +287,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 10 NDK r21 end-to-end tests - batch 2'
Expand Down Expand Up @@ -317,7 +317,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

# Android 11+ devices have the GWP-ASAN tool enabled which randomly samples native memory
Expand Down Expand Up @@ -351,7 +351,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 11 NDK r21 end-to-end tests - batch 2'
Expand Down Expand Up @@ -381,7 +381,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 13 NDK r21 end-to-end tests - batch 1'
Expand Down Expand Up @@ -411,7 +411,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 13 NDK r21 end-to-end tests - batch 2'
Expand Down Expand Up @@ -441,7 +441,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

# If there is a tag present activate a manual publishing step
Expand Down
16 changes: 8 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r19"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 8 NDK r19 smoke tests'
Expand All @@ -148,7 +148,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r19"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 9 NDK r21 smoke tests'
Expand Down Expand Up @@ -177,7 +177,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 10 NDK r21 smoke tests'
Expand Down Expand Up @@ -206,7 +206,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 11 NDK r21 smoke tests'
Expand Down Expand Up @@ -236,7 +236,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

# Android 11+ devices have the GWP-ASAN tool enabled which randomly samples native memory
Expand Down Expand Up @@ -271,7 +271,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 12 NDK r21 end-to-end tests - batch 2'
Expand Down Expand Up @@ -302,7 +302,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ':bitbar: Android 13 NDK r21 smoke tests'
Expand Down Expand Up @@ -331,7 +331,7 @@ steps:
env:
TEST_FIXTURE_SYMBOL_DIR: "build/fixture-r21"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_group: 'bitbar'
concurrency_method: eager

- label: 'Conditionally include device farms/full tests'
Expand Down