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

Allow running gamelift test in parallel #4609

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

flostadler
Copy link
Contributor

@flostadler flostadler commented Oct 7, 2024

Previously the gamelift test was using hardcoded names for the resources. This means only one test run can be executed at a time in CI. Otherwise one will fail with resource exists exceptions.

This fixes that by letting pulumi generate the names of the resources.

Fixes issues like #4593

@flostadler flostadler requested review from t0yv0, corymhall and a team October 7, 2024 08:58
@flostadler flostadler self-assigned this Oct 7, 2024
Copy link

github-actions bot commented Oct 7, 2024

Does the PR have any schema changes?

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

Maintainer note: consult the runbook for dealing with any breaking changes.

@flostadler flostadler merged commit f2b6e3c into master Oct 7, 2024
31 checks passed
@flostadler flostadler deleted the flostadler/gamelift-test-parallel branch October 7, 2024 13:39
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v6.55.0.

zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v6.55.0](https://github.com/pulumi/pulumi-aws/releases/tag/v6.55.0)

##### Does the PR have any schema changes?

Found 1 breaking change:

##### Functions

-   `🟡` "aws:securityhub/getStandardsControlAssociations:getStandardsControlAssociations": inputs: "standardsControlAssociations" missing input "standardsControlAssociations"

##### New resources:

-   `backup/logicallyAirGappedVault.LogicallyAirGappedVault`
-   `bedrock/guardrailVersion.GuardrailVersion`
-   `ec2transitgateway/defaultRouteTableAssociation.DefaultRouteTableAssociation`
-   `ec2transitgateway/defaultRouteTablePropagation.DefaultRouteTablePropagation`
-   `iam/groupPoliciesExclusive.GroupPoliciesExclusive`
-   `iam/userPoliciesExclusive.UserPoliciesExclusive`
-   `securityhub/standardsControlAssociation.StandardsControlAssociation`

#### What's Changed

-   Upstream v5.70.0 by [@flostadler](https://github.com/flostadler) in pulumi/pulumi-aws#4604
-   Update GitHub Actions workflows. by [@pulumi-bot](https://github.com/pulumi-bot) in pulumi/pulumi-aws#4608
-   Allow running gamelift test in parallel by [@flostadler](https://github.com/flostadler) in pulumi/pulumi-aws#4609

**Full Changelog**: pulumi/pulumi-aws@v6.54.2...v6.55.0
github-merge-queue bot pushed a commit to zemn-me/monorepo that referenced this pull request Oct 7, 2024
##### [`v6.55.0](https://github.com/pulumi/pulumi-aws/releases/tag/v6.55.0)

##### Does the PR have any schema changes?

Found 1 breaking change:

##### Functions

-   `🟡` "aws:securityhub/getStandardsControlAssociations:getStandardsControlAssociations": inputs: "standardsControlAssociations" missing input "standardsControlAssociations"

##### New resources:

-   `backup/logicallyAirGappedVault.LogicallyAirGappedVault`
-   `bedrock/guardrailVersion.GuardrailVersion`
-   `ec2transitgateway/defaultRouteTableAssociation.DefaultRouteTableAssociation`
-   `ec2transitgateway/defaultRouteTablePropagation.DefaultRouteTablePropagation`
-   `iam/groupPoliciesExclusive.GroupPoliciesExclusive`
-   `iam/userPoliciesExclusive.UserPoliciesExclusive`
-   `securityhub/standardsControlAssociation.StandardsControlAssociation`

#### What's Changed

-   Upstream v5.70.0 by [@flostadler](https://github.com/flostadler) in pulumi/pulumi-aws#4604
-   Update GitHub Actions workflows. by [@pulumi-bot](https://github.com/pulumi-bot) in pulumi/pulumi-aws#4608
-   Allow running gamelift test in parallel by [@flostadler](https://github.com/flostadler) in pulumi/pulumi-aws#4609

**Full Changelog**: pulumi/pulumi-aws@v6.54.2...v6.55.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