Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gemini-testing/gemini
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.1
Choose a base ref
...
head repository: gemini-testing/gemini
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 25, 2019

  1. feat(config): add support for workers config option

    Allows to limit maximum amount of workers run in parallel during testing.
    Should help running tests on servers with a lot of cpu cores (i.e. CI agent), as worker-farm (that is used for managing workers) use os.cpus().length as a default value
    Alexander Kukhta
    Alexander Kukhta committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    d7b7710 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Merge pull request #970 from thers/feature/parallel-workers-limit

    feat(config): add support for parallelWorkersLimit config option
    j0tunn authored Jul 25, 2019
    Configuration menu
    Copy the full SHA
    6596b8b View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.5.0

    j0tunn committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    acedfc7 View commit details
    Browse the repository at this point in the history
Loading