-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
ci: Collect jest test file names in frontend.yml, and adjust matrix size based on the list len() #116663
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
Closed
ryan953
wants to merge
48
commits into
ryan953/ci-jest-matrix-dynamic
from
ryan953/ci-jest-file-list
+4,558
−1,621
Closed
ci: Collect jest test file names in frontend.yml, and adjust matrix size based on the list len() #116663
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
2d296b1
Revert "ci: Run ESLint only on changed files in a PR (#116660)"
getsentry-bot 8574025
ref: Remove `relay:measurements-smart-conversion` feature (#116615)
loewenheim 30f6d61
chore(seer-slack): Remove unused flag (#116683)
leeandher 5f63338
fix(data-scrubbing): Stop source field suggestion scroll from crashin…
scttcper b319ab1
feat(api): Union response annotations with plugin narrowing + relaxed…
azulus 93d1b84
chore: Rollout semver-ordering-with-build-code (#116622)
ryan953 32ac347
feat: Add KAFKA_TOPIC_CONSUMER_CONFIG for per-topic consumer config (…
enochtangg 6c417a7
ref(flags): Remove organizations:seer-slack-workflows (#116640)
wedamija fc2e06e
chore(api): mark prompts-activity as private (#116702)
cvxluo 4252bff
ci: devservices 1.4.0 (#116700)
joshuarli 81c1bec
fix(events): Don't default the seer referrers (#116704)
wmak e70b763
feat(scraps): RevealOnHover compound component (#115953)
natemoo-re 52f80d7
release: 26.5.2
gricha 27a339d
feat(ingest): match messages in custom inbound filter (#116701)
oioki 4670cb7
chore: Rollout root-cause-stopping-point (#116623)
ryan953 2fd27e5
ref(flags): Graduate organizations:code-review-experiments-enabled (#…
wedamija 9325312
feat(onboarding): Scaffold SCM-first project creation as a single vie…
jaydgoss c7da4d4
fix(preprod): Reap stuck PROCESSING snapshot comparisons (#116708)
NicoHinderling 5ae1c61
fix(txn-summary): Clean up `getEAPTotalsEventView` (#116711)
mjq 493aefc
fix(workflow): Fix type choices being a snapshot list of grouptype re…
Christinarlong d3f7d7c
Merge branch 'releases/26.5.2'
sentry-release-bot[bot] c3ab05c
meta: Bump new development version
sentry-release-bot[bot] 1e76b08
feat(events): Add a log for query errors (#116696)
wmak 9ecf796
chore(typing): Remove `sentry.search.events.builder.errors` from mypy…
shashjar 762a7be
ref(cell): Cleans up import loops with apigateways (#116658)
GabeVillalobos 4e8716f
Revert "ref(webhooks): Hide PLUGIN action type from available actions…
getsentry-bot 7559e1a
ref(detectors): Remove unnessary parameters and interfaces (#116709)
cmanallen 91845a3
ref(onboarding): Extract ScmIntegrationConnect from ScmConnect (#116581)
jaydgoss 87464ea
fix(seer-activity): Use preferred detector instead of issue stream (#…
leeandher 4163601
chore: Remove sentry_email model from schema (#116631)
markstory 2cd98d9
Remove project dependency from performance detection utilities (#116373)
cmanallen 131891a
chore(cells) Refactor region utils (#116697)
markstory 62103a5
feat(issues): Improve merged issues drawer (#116634)
scttcper 5134613
Update alerts.html (#116722)
elijames-codecov 38963e4
chore(data-forwarding): Add a metric for non-scheduled for direct com…
leeandher ddc68d7
chore(seer-activity): update the data condition endpoint, revert-reve…
leeandher c79609a
feat(api): tighten Response annotation on 6 endpoints (no-cast subset…
azulus 3e45c58
feat(webhooks): Add legacy-webhook-ui feature flag (#116731)
Christinarlong 8fcc162
feat(preprod): Run snapshot odiff comparisons in parallel (#116712)
NicoHinderling f858076
feat(seer-activity): Add the frontend form for seer activity conditio…
leeandher f9cba3d
ref(flags): Graduate organizations:github-repo-auto-sync-webhook (#11…
wedamija 8081842
feat(repositories): Auto-link new projects to repos via name matching…
wedamija 5b01fef
ref(api): resolve UNKNOWN publish_status for release and deprecated e…
gricha db5b027
ref(source-maps): point source map debug at the canonical endpoint (#…
cvxluo 47c5cc5
feat(cells): Wire devservices ingest path for cell-routing mode (#116…
lynnagara 3983e4f
feat(api): tighten Response on 3 endpoints + add as_validation_errors…
azulus 28741af
ci: Make jest matrix config dynamic for PR runs
ryan953 90a255f
Merge branch 'master' into ryan953/ci-jest-file-list
ryan953 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shell variable
$STRATEGYunavailable across workflow stepsHigh Severity
$STRATEGYis a shell variable set in the "Get merge base for changedSince" step'srunblock (lines 63/66/70), but it's referenced in the separate "List Jest tests" step'srunblock. Each GitHub Actions step runs in its own shell process, so$STRATEGYis always empty here. ThechangedSincebranch is never taken, meaning the full test suite is always listed. The fix is to reference the step output via${{ steps.merge_base.outputs.merge_base_strategy }}.Reviewed by Cursor Bugbot for commit 5fbd253. Configure here.