Skip to content

Commit

Permalink
Merge branch 'pulumi:main' into cdk-metadata-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
karakter98 authored Jan 22, 2024
2 parents dbc1ecb + 7537b91 commit 17809c0
Show file tree
Hide file tree
Showing 4 changed files with 3,246 additions and 124 deletions.
2 changes: 2 additions & 0 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func TestALB(t *testing.T) {
With(integration.ProgramTestOptions{
Dir: filepath.Join(getCwd(t), "alb"),
NoParallel: true, // Resources may collide with TestFargate
RetryFailedSteps: true, // Workaround for https://github.com/pulumi/pulumi-aws-native/issues/1186
})

integration.ProgramTest(t, &test)
Expand All @@ -73,6 +74,7 @@ func TestFargate(t *testing.T) {
With(integration.ProgramTestOptions{
Dir: filepath.Join(getCwd(t), "fargate"),
NoParallel: true,
RetryFailedSteps: true, // Workaround for https://github.com/pulumi/pulumi-aws-native/issues/1186
})

integration.ProgramTest(t, &test)
Expand Down
4 changes: 3 additions & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module github.com/pulumi/pulumi-cdk/examples

go 1.16

require github.com/pulumi/pulumi/pkg/v3 v3.29.0
require github.com/pulumi/pulumi/pkg/v3 v3.99.0

replace sourcegraph.com/sourcegraph/appdash-data => github.com/sourcegraph/appdash-data v0.0.0-20151005211030-6f926ddc37d5
Loading

0 comments on commit 17809c0

Please sign in to comment.