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

CI: Restrict Nix integ test to 1 job #3897

Merged
merged 7 commits into from
Mar 30, 2023
Merged

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Mar 21, 2023

Resolved issues:

none

Description of changes:

For the Nix integ tests, we're running into port collision from (naively) spawning too many tests (see #2127 and related #3547). This renames the CMake flag S2N_FAST_INTEG_TESTS and removes the logic to spawn too many test workers.

Call-outs:

There were tabs in the cmake file that were removed (hence the messy diff)

The legacy integration tests could still be setup with CMake, without the S2N_INTEG_NIX flag.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? locally, CI

Is this a refactor change? If so, how have you proved that the intended behavior hasn't changed?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dougch dougch marked this pull request as ready for review March 21, 2023 17:23
@dougch dougch requested a review from harrisonkaiser March 29, 2023 20:57
@dougch dougch changed the title CI: Restrict integ test to 1 job on CodeBuild CI: Restrict Nix integ test to 1 job Mar 29, 2023
@dougch dougch merged commit 92b571a into aws:main Mar 30, 2023
@dougch dougch deleted the cmake_restrict_codebuild branch March 30, 2023 23:14
dougch added a commit to dougch/s2n-tls that referenced this pull request Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants