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

Clean up end-to-end tests #1549

Merged
merged 2 commits into from
Dec 23, 2024
Merged

Clean up end-to-end tests #1549

merged 2 commits into from
Dec 23, 2024

Conversation

flostadler
Copy link
Contributor

This removes an obsolete test (managed-ng-os-py), it was added before nodejs and the rest of the SDKs shared the same implementation. This functionality is already covered by the nodejs based test (managed-ng-os).

Additionally it changes the e2e tests to place instances in private subnets in order to reduce the EIP usage (reduces contention and saves money).

This removes an obsolete test (managed-ng-os-py), it was added before
nodejs and the rest of the SDKs shared the same implementation. This
functionality is now covered by the nodejs test (managed-ng-os).
Additionally it changes the tests e2e tests to place instances
in private subnets in order to reduce the EIP usage.
@flostadler flostadler requested a review from a team December 23, 2024 14:22
@flostadler flostadler self-assigned this Dec 23, 2024
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

scalingConfig: {
minSize: 1,
maxSize: 1,
desiredSize: 1,
},
subnetIds: eksVpc.privateSubnetIds,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one alone should free up 14 EIPs...

@t0yv0 t0yv0 merged commit 5f18b85 into master Dec 23, 2024
34 checks passed
@t0yv0 t0yv0 deleted the flostadler/test-improvements branch December 23, 2024 22:09
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.7.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants