rsnext/.github/workflows
JJ Kasper 29c2e89bd1
Break up large test suites (#50458)
This breaks up some of our longest running tests which allows more
parallelizing of the tests. This also moves turbopack tests filtering
back to an allow list as it is running a lot of unrelated tests
currently which isn't ideal. We should only be running against tests
that are explicitly testing turbopack e.g. build tests should not be
duplicated in the turbopack group.

```sh
test/integration/css/test/group-1.test.js: 762.655
test/integration/edge-runtime-module-errors/test/index.test.js: 695.309
test/integration/css/test/group-2.test.js: 671.848
test/integration/i18n-support/test/index.test.js: 518.173
test/integration/scss-modules/test/index.test.js: 451.704
test/integration/css-features/test/index.test.js: 417.318
test/integration/css-modules/test/index.test.js: 403.405
test/integration/eslint/test/index.test.js: 381.563
test/integration/500-page/test/index.test.js: 371.134
test/integration/telemetry/test/index.test.js: 367.691
test/development/acceptance-app/ReactRefreshLogBox.test.ts: 335.878
test/integration/create-next-app/templates.test.ts: 334.01
test/integration/scss/test/group-2.test.js: 327.255
test/integration/scss/test/group-1.test.js: 318.574
test/integration/edge-runtime-configurable-guards/test/index.test.js: 313.834
test/e2e/instrumentation-hook/instrumentation-hook.test.ts: 294.618
test/development/acceptance-app/error-recovery.test.ts: 283.355
test/e2e/app-dir/app/vercel-speed-insights.test.ts: 278.242
test/integration/create-next-app/index.test.ts: 272.442
```
2023-05-28 13:59:41 -07:00
..
build_and_deploy.yml.tmp Add new build and test workflow (#50436) 2023-05-27 21:02:31 -07:00
build_and_test.yml Update env in new workflow 2023-05-27 23:29:08 -07:00
build_reusable.yml Update env in new workflow 2023-05-27 23:29:08 -07:00
build_test_deploy.yml Break up large test suites (#50458) 2023-05-28 13:59:41 -07:00
cancel.yml Update workflow cancel handling (#50442) 2023-05-27 22:57:45 -07:00
issue_labeler.yml chore: add checkout step to issue labeler action (#47346) 2023-03-21 13:27:09 +00:00
issue_lock.yml chore: add issue labeler (#43599) 2022-12-01 12:00:42 +00:00
issue_on_comment.yml Create new action that will auto-label issues that have some activity after we mark them as "verify-canary" or "add repro"" (#44815) 2023-01-13 17:20:59 +01:00
issue_stale.yml chore: add issue labeler (#43599) 2022-12-01 12:00:42 +00:00
issue_validator.yml chore: add issue labeler (#43599) 2022-12-01 12:00:42 +00:00
notify_release.yml ci(workflow): notify new releases to vercel/turbo via repo_dispatch (#45201) 2023-01-24 16:41:28 -08:00
pull_request_stats.yml Update workflow cancel handling (#50442) 2023-05-27 22:57:45 -07:00
test_examples.yml Cover 1st-party examples with tests (#45270)Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Tim Neutkens <tim@timneutkens.nl> 2023-02-27 11:54:24 +01:00
trigger_release.yml Add new build and test workflow (#50436) 2023-05-27 21:02:31 -07:00