Skip to content

Update first-party Pulumi dependencies to v3.148.0 #45

Update first-party Pulumi dependencies to v3.148.0

Update first-party Pulumi dependencies to v3.148.0 #45

Triggered via pull request January 31, 2025 18:49
Status Cancelled
Total duration 5m 52s
Artifacts 3

run-acceptance-tests.yml

on: pull_request
prerequisites  /  prerequisites
4m 21s
comment-notification
0s
Matrix: build_provider / build_provider
Matrix: build_sdk / build_sdk
Matrix: test / test
Waiting for pending jobs
sentinel
0s

Annotations

18 errors
lint / lint
Process completed with exit code 123.
Unexpected file modified: sdk/python/pulumi_aws_apigateway/_utilities.py#L1
File modified: @@ -89,12 +89,16 @@ def _get_semver_version(): elif pep440_version.pre_tag == 'rc': prerelease = f"rc.{pep440_version.pre}" elif pep440_version.dev is not None: + # PEP440 has explicit support for dev builds, while semver encodes them as "prerelease" versions. To bridge + # between the two, we convert our dev build version into a prerelease tag. This matches what all of our other + # packages do when constructing their own semver string. prerelease = f"dev.{pep440_version.dev}" + elif pep440_version.local is not None: + # PEP440 only allows a small set of prerelease tags, so when converting an arbitrary prerelease, + # PypiVersion in /pkg/codegen/python/utilities.go converts it to a local version. Therefore, we need to + # do the reverse conversion here and set the local version as the prerelease tag. + prerelease = pep440_version.local - # The only significant difference between PEP440 and semver as it pertains to us is that PEP440 has explicit support - # for dev builds, while semver encodes them as "prerelease" versions. In order to bridge between the two, we convert - # our dev build version into a prerelease tag. This matches what all of our other packages do when constructing - # their own semver string. return SemverVersion(major=major, minor=minor, patch=patch, prerelease=prerelease)
build_sdk / build_sdk (python)
Unexpected changes detected: 1. See file annotations for details.
build_sdk / build_sdk (nodejs)
Canceling since a higher priority waiting request for 'run-acceptance-tests-refs/pull/207/merge' exists
build_provider / Build windows-amd64
Canceling since a higher priority waiting request for 'run-acceptance-tests-refs/pull/207/merge' exists
build_provider / Build windows-amd64
The operation was canceled.
build_provider / Build linux-arm64
Canceling since a higher priority waiting request for 'run-acceptance-tests-refs/pull/207/merge' exists
build_provider / Build linux-arm64
The operation was canceled.
build_provider / Build linux-amd64
Canceling since a higher priority waiting request for 'run-acceptance-tests-refs/pull/207/merge' exists
build_provider / Build linux-amd64
The operation was canceled.
build_provider / Build darwin-amd64
Canceling since a higher priority waiting request for 'run-acceptance-tests-refs/pull/207/merge' exists
build_provider / Build darwin-amd64
The operation was canceled.
build_provider / Build darwin-arm64
Canceling since a higher priority waiting request for 'run-acceptance-tests-refs/pull/207/merge' exists
build_provider / Build darwin-arm64
The operation was canceled.
build_sdk / build_sdk (go)
Canceling since a higher priority waiting request for 'run-acceptance-tests-refs/pull/207/merge' exists
build_sdk / build_sdk (go)
The operation was canceled.
build_sdk / build_sdk (java)
Canceling since a higher priority waiting request for 'run-acceptance-tests-refs/pull/207/merge' exists
build_sdk / build_sdk (java)
The operation was canceled.

Artifacts

Produced during runtime
Name Size
dotnet-sdk.tar.gz Expired
266 KB
pulumi-gen-aws-apigateway Expired
15.8 MB
schema-embed.json Expired
5.52 KB