Skip to content

Add's in the ability to support kind config for ingress-nginx #110

Add's in the ability to support kind config for ingress-nginx

Add's in the ability to support kind config for ingress-nginx #110

Triggered via pull request January 7, 2025 00:32
Status Failure
Total duration 24s
Artifacts

test-native-provider-ci.yml

on: pull_request
Test native providers
17s
Test native providers
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Unexpected file modified: native-provider-ci/providers/kubernetes-coredns/repo/.goreleaser.prerelease.yml#L1
File modified: @@ -18,8 +18,7 @@ builds: ldflags: - -s - -w - - -X - github.com/pulumi/pulumi-kubernetes-coredns/pkg/version.Version={{.Tag}} + - -X github.com/pulumi/pulumi-kubernetes-coredns/pkg/version.Version={{.Tag}} binary: pulumi-resource-kubernetes-coredns archives: - name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
Unexpected file modified: native-provider-ci/providers/kubernetes-coredns/repo/.goreleaser.yml#L1
File modified: @@ -18,8 +18,7 @@ builds: ldflags: - -s - -w - - -X - github.com/pulumi/pulumi-kubernetes-coredns/pkg/version.Version={{.Tag}} + - -X github.com/pulumi/pulumi-kubernetes-coredns/pkg/version.Version={{.Tag}} binary: pulumi-resource-kubernetes-coredns archives: - name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
Unexpected file modified: native-provider-ci/src/goreleaser.ts#L1
File modified: @@ -114,7 +114,13 @@ export class PulumiGoreleaserPreConfig implements GoreleaserConfig { ignores.push({ goos: "windows", goarch: "arm64" }); } - if (["kubernetes-cert-manager", "kubernetes-coredns", "kubernetes-ingress-nginx"].includes(opts.provider)) { + if ( + [ + "kubernetes-cert-manager", + "kubernetes-coredns", + "kubernetes-ingress-nginx", + ].includes(opts.provider) + ) { ldflags.push( `-X github.com/pulumi/pulumi-${opts.provider}/pkg/version.Version={{.Tag}}` );
Test native providers
Unexpected changes detected: 3. See file annotations for details.
Test native providers
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636