Skip to content
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: cloudfoundry/cf-test-helpers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: cloudfoundry/cf-test-helpers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 27, 2022

  1. Run tests in parallel

    Add `-p` to ginkgo flags in test script, which will run tests in
    parallel.
    
    Update the NewRegularTestSpace tests to accept multiple-digit numbers in
    names. They were sometimes failing in parallel because names were coming
    back with multiple digits (i.e. "13", "21") where it expected only
    single digits.
    ctlong committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    7d958dc View commit details
    Browse the repository at this point in the history
  2. Remove the travis button from the README

    We're not tracking this repo in Travis CI anymore.
    ctlong committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    729f7dc View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Revert "Remove hostname flag from Push"

    This reverts commit 31eca81.
    
    See #64.
    ctlong committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    448b420 View commit details
    Browse the repository at this point in the history
Loading