Skip to content

Commit

Permalink
Bump publish runner of p-azure to avoid "no space left on device" (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 authored Oct 2, 2023
1 parent 78781cb commit 61d5ece
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions provider-ci/providers/azure/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ goBuildParallelism: 2
javaGenVersion: "v0.8.0"
runner:
buildSdk: pulumi-ubuntu-8core
publish: pulumi-ubuntu-8core
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
publish:
name: publish
needs: test
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
publish:
name: publish
needs: test
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
publish:
name: publish
needs: test
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 61d5ece

Please sign in to comment.