Skip to content

Commit

Permalink
Test providers on selfhosted runner (#563)
Browse files Browse the repository at this point in the history
Looking at recent AWS PR failure, the test job is running out of disk
space just as the build job does. Apply the same workaround by
scheduling it on a more powerful runner.

pulumi/pulumi-aws#2791
  • Loading branch information
t0yv0 authored Sep 12, 2023
1 parent 820b6a0 commit 8348a47
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: #{{ .Config.runner.default }}#
runs-on: #{{ if .Config.runner.buildSdk }}##{{- .Config.runner.buildSdk }}##{{ else }}##{{- .Config.runner.default }}##{{ end }}#
steps:
- name: Checkout Repo
uses: #{{ .Config.actionVersions.checkout }}#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: #{{ .Config.runner.default }}#
runs-on: #{{ if .Config.runner.buildSdk }}##{{- .Config.runner.buildSdk }}##{{ else }}##{{- .Config.runner.default }}##{{ end }}#
steps:
- name: Checkout Repo
uses: #{{ .Config.actionVersions.checkout }}#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: #{{ .Config.runner.default }}#
runs-on: #{{ if .Config.runner.buildSdk }}##{{- .Config.runner.buildSdk }}##{{ else }}##{{- .Config.runner.default }}##{{ end }}#
steps:
- name: Checkout Repo
uses: #{{ .Config.actionVersions.checkout }}#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: #{{ .Config.runner.default }}#
runs-on: #{{ if .Config.runner.buildSdk }}##{{- .Config.runner.buildSdk }}##{{ else }}##{{- .Config.runner.default }}##{{ end }}#
steps:
- name: Checkout Repo
uses: #{{ .Config.actionVersions.checkout }}#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: #{{ .Config.runner.default }}#
runs-on: #{{ if .Config.runner.buildSdk }}##{{- .Config.runner.buildSdk }}##{{ else }}##{{- .Config.runner.default }}##{{ end }}#
steps:
- name: Checkout Repo
uses: #{{ .Config.actionVersions.checkout }}#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: #{{ .Config.runner.default }}#
runs-on: #{{ if .Config.runner.buildSdk }}##{{- .Config.runner.buildSdk }}##{{ else }}##{{- .Config.runner.default }}##{{ end }}#
steps:
- name: Checkout Repo
uses: #{{ .Config.actionVersions.checkout }}#
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/providers/aws/repo/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -338,7 +338,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -211,7 +211,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -289,7 +289,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -308,7 +308,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -282,7 +282,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -325,7 +325,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -325,7 +325,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -208,7 +208,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -271,7 +271,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -297,7 +297,7 @@ jobs:
permissions:
contents: read
id-token: write
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 @@ -271,7 +271,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
runs-on: pulumi-ubuntu-8core
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 8348a47

Please sign in to comment.