Skip to content

Commit

Permalink
feat: Use powerful self hosted runner for playwright tests (#4069)
Browse files Browse the repository at this point in the history
Signed-off-by: John McBride <john@opensauced.pizza>
  • Loading branch information
jpmcb authored Aug 29, 2024
1 parent d62066d commit 28f493e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:

build:
name: Build application
runs-on: self-hosted
timeout-minutes: 10
steps:
- name: "☁️ checkout repository"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
issues: write # for peter-evans/create-or-update-comment to create or update comment
pull-requests: write # for peter-evans/create-or-update-comment to create or update comment
name: Comment
runs-on: self-hosted
steps:
- name: Automatic Comment
uses: peter-evans/create-or-update-comment@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
test:
name: E2E Tests
timeout-minutes: 60
runs-on: self-hosted
runs-on:
group: powerful-runners
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
setup:
name: Set environment variables
runs-on: self-hosted
timeout-minutes: 10
outputs:
DEPLOY_ENVIRONMENT: ${{ steps.env.outputs.DEPLOY_ENVIRONMENT }}
Expand All @@ -28,7 +27,6 @@ jobs:

build:
name: Build application
runs-on: self-hosted
timeout-minutes: 10
steps:
- name: "☁️ checkout repository"
Expand Down Expand Up @@ -63,7 +61,6 @@ jobs:
- setup
- test
- build
runs-on: self-hosted
timeout-minutes: 10
steps:
- name: Generate token
Expand Down Expand Up @@ -96,7 +93,6 @@ jobs:
name: Cleanup actions
needs:
- release
runs-on: self-hosted
timeout-minutes: 10
steps:
- name: "♻️ remove build artifacts"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

jobs:
deploy:
runs-on: self-hosted
timeout-minutes: 10
steps:
- name: "☁️ checkout repository"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
take-issue:
name: Disable take issue
runs-on: self-hosted
timeout-minutes: 10
steps:
- name: take an issue
Expand Down

0 comments on commit 28f493e

Please sign in to comment.