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

test: reduce concurrency of integration tests #937

Merged
merged 2 commits into from
Jan 29, 2024
Merged

test: reduce concurrency of integration tests #937

merged 2 commits into from
Jan 29, 2024

Commits on Jan 26, 2024

  1. test: reduce concurrency of integration tests

    We are seeing odd errors in the integration tests that we can't
    repdoduce on workstations. We suspect this may be due to resource
    starvation when running in a container in Concourse. By reducing the
    number of parallel processes (from 7 to 4) we hope to make the
    intermittent failures go away.
    
    [#186912329](https://www.pivotaltracker.com/story/show/186912329)
    blgm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    03475cf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    5d0c83b View commit details
    Browse the repository at this point in the history