Skip to content

Commit 0606f63

Browse files
committed
split by project
1 parent a515af6 commit 0606f63

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ jobs:
528528
run: yarn lerna run test --scope @sentry/profiling-node
529529

530530
job_browser_playwright_tests:
531-
name: Playwright (${{ matrix.bundle }}${{ matrix.shard && format(' {0}/{1}', matrix.shard, matrix.shards) || ''}}) Tests
531+
name: Playwright (${{ matrix.bundle }}${{ matrix.project && matrix.project != 'chromium' && format(' {0}', matrix.project) || ''}}${{ matrix.shard && format(' {0}/{1}', matrix.shard, matrix.shards) || ''}}) Tests
532532
needs: [job_get_metadata, job_build]
533533
if: needs.job_build.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
534534
runs-on: ubuntu-20.04-large-js
@@ -551,13 +551,9 @@ jobs:
551551
# Only check all projects for full bundle
552552
# We also shard the tests as they take the longest
553553
- bundle: bundle_tracing_replay_feedback_min
554-
project: ''
555-
shard: 1
556-
shards: 2
554+
project: 'webkit'
557555
- bundle: bundle_tracing_replay_feedback_min
558-
project: ''
559-
shard: 2
560-
shards: 2
556+
project: 'firefox'
561557
- bundle: esm
562558
project: chromium
563559
shard: 1
@@ -575,9 +571,7 @@ jobs:
575571
shard: 4
576572
shards: 4
577573
exclude:
578-
# Do not run the default chromium-only tests
579-
- bundle: bundle_tracing_replay_feedback_min
580-
project: 'chromium'
574+
# Do not run the un-sharded esm tests
581575
- bundle: esm
582576
project: 'chromium'
583577

0 commit comments

Comments
 (0)