Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Feb 12, 2025
1 parent dd25956 commit edb4902
Show file tree
Hide file tree
Showing 41 changed files with 5 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ runs:
- name: Remove executables list
shell: bash
run: rm bin/executables.txt

- name: Download schema-embed.json
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Upload SDK asset
description: Upload the SDK for a specific language as an asset for the workflow.

inputs:
schema:
required: false
description: Set to 'disabled' to avoid uploading schema
default: enabled

runs:
using: "composite"
steps:
Expand All @@ -20,7 +14,6 @@ runs:
name: prerequisites-bin
path: bin/*
retention-days: 30

- name: Upload schema-embed.json
if: inputs.schema != 'disabled'
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Restore makefile progress
# This mirrors the targets completed in the prerequisites job
run: make --touch provider schema

- name: Build provider
run: make "provider-${{ matrix.platform.os }}-${{ matrix.platform.arch }}"
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt

name: "Build SDK"
Expand Down
1 change: 0 additions & 1 deletion provider-ci/test-providers/acme/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ runs:
- name: Remove executables list
shell: bash
run: rm bin/executables.txt

- name: Download schema-embed.json
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Upload SDK asset
description: Upload the SDK for a specific language as an asset for the workflow.

inputs:
schema:
required: false
description: Set to 'disabled' to avoid uploading schema
default: enabled

runs:
using: "composite"
steps:
Expand All @@ -20,7 +14,6 @@ runs:
name: prerequisites-bin
path: bin/*
retention-days: 30

- name: Upload schema-embed.json
if: inputs.schema != 'disabled'
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- name: Restore makefile progress
# This mirrors the targets completed in the prerequisites job
run: make --touch provider schema

- name: Build provider
run: make "provider-${{ matrix.platform.os }}-${{ matrix.platform.arch }}"
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt

name: "Build SDK"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ runs:
- name: Remove executables list
shell: bash
run: rm bin/executables.txt

- name: Download schema-embed.json
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Upload SDK asset
description: Upload the SDK for a specific language as an asset for the workflow.

inputs:
schema:
required: false
description: Set to 'disabled' to avoid uploading schema
default: enabled

runs:
using: "composite"
steps:
Expand All @@ -20,7 +14,6 @@ runs:
name: prerequisites-bin
path: bin/*
retention-days: 30

- name: Upload schema-embed.json
if: inputs.schema != 'disabled'
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Restore makefile progress
# This mirrors the targets completed in the prerequisites job
run: make --touch provider schema

- name: Build provider
run: make "provider-${{ matrix.platform.os }}-${{ matrix.platform.arch }}"
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt

name: "Build SDK"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ runs:
- name: Remove executables list
shell: bash
run: rm bin/executables.txt

- name: Download schema-embed.json
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Upload SDK asset
description: Upload the SDK for a specific language as an asset for the workflow.

inputs:
schema:
required: false
description: Set to 'disabled' to avoid uploading schema
default: enabled

runs:
using: "composite"
steps:
Expand All @@ -20,7 +14,6 @@ runs:
name: prerequisites-bin
path: bin/*
retention-days: 30

- name: Upload schema-embed.json
if: inputs.schema != 'disabled'
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Restore makefile progress
# This mirrors the targets completed in the prerequisites job
run: make --touch provider schema

- name: Build provider
run: make "provider-${{ matrix.platform.os }}-${{ matrix.platform.arch }}"
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt

name: "Build SDK"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ runs:
- name: Remove executables list
shell: bash
run: rm bin/executables.txt

- name: Download schema-embed.json
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Upload SDK asset
description: Upload the SDK for a specific language as an asset for the workflow.

inputs:
schema:
required: false
description: Set to 'disabled' to avoid uploading schema
default: enabled

runs:
using: "composite"
steps:
Expand All @@ -20,7 +14,6 @@ runs:
name: prerequisites-bin
path: bin/*
retention-days: 30

- name: Upload schema-embed.json
if: inputs.schema != 'disabled'
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Restore makefile progress
# This mirrors the targets completed in the prerequisites job
run: make --touch provider schema

- name: Build provider
run: make "provider-${{ matrix.platform.os }}-${{ matrix.platform.arch }}"
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt

name: "Build SDK"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
name: build_sdk
needs: prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
secrets: inherit
with:
version: ${{ needs.prerequisites.outputs.version }}

build_sdk:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand Down

0 comments on commit edb4902

Please sign in to comment.