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

Fix webserver tests #1540

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Fix webserver tests #1540

merged 1 commit into from
Jan 5, 2024

Conversation

cnunciato
Copy link
Contributor

@cnunciato cnunciato commented Jan 5, 2024

Updates the AMI queries for a few examples, as the current queries return no results (which causes the tests to fail).

Fixes #1541.

@cnunciato cnunciato requested a review from a team January 5, 2024 00:35
Copy link

pulumi-staging bot commented Jan 5, 2024

🍹 The Update for pulumi/k8s-ci-cluster/ee50cf4291e658d3868aba1530bbba48f020815e-1640 was successful.

Resource Changes

    Name                                                          Type                                        Operation
+   password                                                      random:index/randomPassword:RandomPassword  create
+   ephemeral-ci-cluster                                          gcp:container/cluster:Cluster               create
+   primary-node-pool                                             gcp:container/nodePool:NodePool             create
+   gke                                                           pulumi:providers:kubernetes                 create
+   k8s-ci-cluster-ee50cf4291e658d3868aba1530bbba48f020815e-1640  pulumi:pulumi:Stack                         create
+   multicloud                                                    pulumi-kubernetes:ci:GkeCluster             create

@cnunciato
Copy link
Contributor Author

Cool, looks like this works! ✅

Copy link

pulumi-staging bot commented Jan 5, 2024

🍹 The Destroy for pulumi/k8s-ci-cluster/ee50cf4291e658d3868aba1530bbba48f020815e-1640 was successful.

Resource Changes

    Name                                                          Type                                        Operation
-   password                                                      random:index/randomPassword:RandomPassword  delete
-   k8s-ci-cluster-ee50cf4291e658d3868aba1530bbba48f020815e-1640  pulumi:pulumi:Stack                         delete
-   gke                                                           pulumi:providers:kubernetes                 delete
-   primary-node-pool                                             gcp:container/nodePool:NodePool             delete
-   ephemeral-ci-cluster                                          gcp:container/cluster:Cluster               delete
-   multicloud                                                    pulumi-kubernetes:ci:GkeCluster             delete

@cnunciato cnunciato merged commit dd0d930 into master Jan 5, 2024
50 of 51 checks passed
@cnunciato cnunciato deleted the cnunciato/aws-fixes branch January 5, 2024 13:52
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.

Fix failing AWS tests
2 participants