Skip to content

Always download schema-embed.json prior to building SDKs #712

Always download schema-embed.json prior to building SDKs

Always download schema-embed.json prior to building SDKs #712

Triggered via pull request January 21, 2025 22:22
Status Failure
Total duration 6m 34s
Artifacts

test-provider-ci.yml

on: pull_request
deploy  /  update_workflows
58s
deploy / update_workflows
Verify against testdata
20s
Verify against testdata
Release xyz
0s
Release xyz
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
Unexpected file modified: provider-ci/test-providers/acme/.github/workflows/build_sdk.yml#L1
File modified: @@ -63,6 +63,14 @@ jobs: uses: ./.github/actions/download-codegen - name: Update path run: echo "${{ github.workspace }}/bin" >> "$GITHUB_PATH" + - name: Download schema-embed.json + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + with: + # Use a pattern to avoid failing if the artifact doesn't exist + pattern: schema-embed.* + # Avoid creating directories for each artifact + merge-multiple: true + path: provider/cmd/pulumi-resource-acme - name: Restore makefile progress run: make --touch provider schema - name: Build SDK
Unexpected file modified: provider-ci/test-providers/aws/.github/workflows/build_sdk.yml#L1
File modified: @@ -75,6 +75,14 @@ jobs: uses: ./.github/actions/download-codegen - name: Update path run: echo "${{ github.workspace }}/bin" >> "$GITHUB_PATH" + - name: Download schema-embed.json + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + with: + # Use a pattern to avoid failing if the artifact doesn't exist + pattern: schema-embed.* + # Avoid creating directories for each artifact + merge-multiple: true + path: provider/cmd/pulumi-resource-aws - name: Restore makefile progress run: make --touch provider schema - name: Build SDK
Unexpected file modified: provider-ci/test-providers/cloudflare/.github/workflows/build_sdk.yml#L1
File modified: @@ -66,6 +66,14 @@ jobs: uses: ./.github/actions/download-codegen - name: Update path run: echo "${{ github.workspace }}/bin" >> "$GITHUB_PATH" + - name: Download schema-embed.json + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + with: + # Use a pattern to avoid failing if the artifact doesn't exist + pattern: schema-embed.* + # Avoid creating directories for each artifact + merge-multiple: true + path: provider/cmd/pulumi-resource-cloudflare - name: Restore makefile progress run: make --touch provider schema - name: Build SDK
Unexpected file modified: provider-ci/test-providers/docker/.github/workflows/build_sdk.yml#L1
File modified: @@ -79,6 +79,14 @@ jobs: uses: ./.github/actions/download-codegen - name: Update path run: echo "${{ github.workspace }}/bin" >> "$GITHUB_PATH" + - name: Download schema-embed.json + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + with: + # Use a pattern to avoid failing if the artifact doesn't exist + pattern: schema-embed.* + # Avoid creating directories for each artifact + merge-multiple: true + path: provider/cmd/pulumi-resource-docker - name: Restore makefile progress run: make --touch provider schema - name: Build SDK
Unexpected file modified: provider-ci/test-providers/eks/.github/workflows/build_sdk.yml#L1
File modified: @@ -71,6 +71,14 @@ jobs: uses: ./.github/actions/download-codegen - name: Update path run: echo "${{ github.workspace }}/bin" >> "$GITHUB_PATH" + - name: Download schema-embed.json + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + with: + # Use a pattern to avoid failing if the artifact doesn't exist + pattern: schema-embed.* + # Avoid creating directories for each artifact + merge-multiple: true + path: provider/cmd/pulumi-resource-eks - name: Restore makefile progress run: make --touch provider schema - name: Build SDK
Verify against testdata
Unexpected changes detected: 5. See file annotations for details.
Verify against testdata
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
deploy / update_workflows
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
deploy / update_workflows
Restore cache failed: Dependencies file is not found in /home/runner/work/ci-mgmt/ci-mgmt. Supported file pattern: go.sum
Test xyz
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636