Skip to content

Toward #1373: respect auto-allocated subnets in vpcEndpoints #983

Toward #1373: respect auto-allocated subnets in vpcEndpoints

Toward #1373: respect auto-allocated subnets in vpcEndpoints #983

Triggered via pull request September 4, 2024 18:05
Status Success
Total duration 1h 33m 52s
Artifacts

run-acceptance-tests.yml

on: pull_request
version  /  Calculate Dev Version
3s
version / Calculate Dev Version
comment-notification
0s
comment-notification
Matrix: acceptance-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 15 warnings
Unexpected file modified: awsx/ec2/vpc.ts#L1
File modified: @@ -145,7 +145,7 @@ export class Vpc extends schema.Vpc<VpcData> { privateDnsEnabled: spec.privateDnsEnabled, routeTableIds: spec.routeTableIds, securityGroupIds: spec.securityGroupIds, - subnetIds: subnets.map(s => s.id), + subnetIds: subnets.map((s) => s.id), tags: spec.tags, vpcEndpointType: spec.vpcEndpointType, vpcId: vpc.id,
lint
Unexpected changes detected: 1. See file annotations for details.
build-provider
The following actions uses node12 which is deprecated and will be forced to run on node16: pulumi/action-install-pulumi-cli@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-provider
The following actions use a deprecated Node.js version and will be forced to run on node20: aws-actions/configure-aws-credentials@v3, actions/setup-go@v4, jaxxstorm/action-install-gh-release@v1.10.0, pulumi/action-install-pulumi-cli@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-provider
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-awsx/pulumi-awsx. Supported file pattern: go.sum
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: jaxxstorm/action-install-gh-release@v1.10.0, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
acceptance-test (java)
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-awsx/pulumi-awsx. Supported file pattern: go.sum
acceptance-test (java)
The following actions use a deprecated Node.js version and will be forced to run on node20: jaxxstorm/action-install-gh-release@v1.10.0, actions/setup-go@v4, pulumi/actions@v4, actions/setup-node@v3, actions/setup-python@v4, actions/setup-dotnet@v3, actions/setup-java@v3, actions/download-artifact@v3, actions/upload-artifact@v3, aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
acceptance-test (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-awsx/pulumi-awsx. Supported file pattern: go.sum
acceptance-test (go)
The following actions use a deprecated Node.js version and will be forced to run on node20: jaxxstorm/action-install-gh-release@v1.10.0, actions/setup-go@v4, pulumi/actions@v4, actions/setup-node@v3, actions/setup-python@v4, actions/setup-dotnet@v3, actions/setup-java@v3, actions/download-artifact@v3, actions/upload-artifact@v3, aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
acceptance-test (dotnet)
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-awsx/pulumi-awsx. Supported file pattern: go.sum
acceptance-test (dotnet)
The following actions use a deprecated Node.js version and will be forced to run on node20: jaxxstorm/action-install-gh-release@v1.10.0, actions/setup-go@v4, pulumi/actions@v4, actions/setup-node@v3, actions/setup-python@v4, actions/setup-dotnet@v3, actions/setup-java@v3, actions/download-artifact@v3, actions/upload-artifact@v3, aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
acceptance-test (python)
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-awsx/pulumi-awsx. Supported file pattern: go.sum
acceptance-test (python)
The following actions use a deprecated Node.js version and will be forced to run on node20: jaxxstorm/action-install-gh-release@v1.10.0, actions/setup-go@v4, pulumi/actions@v4, actions/setup-node@v3, actions/setup-python@v4, actions/setup-dotnet@v3, actions/setup-java@v3, actions/download-artifact@v3, actions/upload-artifact@v3, aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
acceptance-test (nodejs)
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-awsx/pulumi-awsx. Supported file pattern: go.sum
acceptance-test (nodejs)
The following actions use a deprecated Node.js version and will be forced to run on node20: jaxxstorm/action-install-gh-release@v1.10.0, actions/setup-go@v4, pulumi/actions@v4, actions/setup-node@v3, actions/setup-python@v4, actions/setup-dotnet@v3, actions/setup-java@v3, actions/download-artifact@v3, actions/upload-artifact@v3, aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "awsx-provider.tar.gz", "bin", "dist", "dotnet-sdk.tar.gz", "go-sdk.tar.gz", "java-sdk.tar.gz", "nodejs-sdk.tar.gz", "python-sdk.tar.gz". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/