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

Improve test runner performance with turbo #48308

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    3179914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc51e01 View commit details
    Browse the repository at this point in the history
  3. remove debug log

    jankaifer committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    675f64f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72ec23a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    157434a View commit details
    Browse the repository at this point in the history
  6. added thread safe test-pack

    jankaifer committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    549c959 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    988b3fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f5245d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74a8508 View commit details
    Browse the repository at this point in the history
  10. run test-pack concurrently

    jankaifer committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e453022 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    263477e View commit details
    Browse the repository at this point in the history
  12. remove unused code

    jankaifer committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    13cae87 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84a9105 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    84ef94b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge remote-tracking branch 'origin/canary' into jankaifer/next-1002…

    …-investigate-caching-of-node_modules
    jankaifer committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    db2766b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135b02f View commit details
    Browse the repository at this point in the history
  3. remove unused directory

    jankaifer committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    aaef63e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a9b62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b22bfd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b0dd2c View commit details
    Browse the repository at this point in the history
  7. Only create tarballs once per run-tests (vercel#48321)

    When our `run-tests` util is used we can safely only create one instance
    of the package tarballs and re-use for the tests and then cleaning up at
    the end.
    
    Ports changes from testing new workflow
    vercel@0ceae76
    ijjk authored and jankaifer committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7dc4672 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5f60eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1383a0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81668a5 View commit details
    Browse the repository at this point in the history