Skip to content

Commit

Permalink
Replace with powerfulubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Mar 14, 2024
1 parent e340f49 commit a015b90
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
runs-on: powerfulubuntu
defaults:
run:
working-directory: web/surfing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mainnet-db-migration-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
db-migration:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: mainnet
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mainnet-db-migration-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
db-migration:
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: ${{ github.event.inputs.environment }}
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mainnet-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ env:
jobs:
codecov:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
runs-on: powerfulubuntu
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

get-diff:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: mainnet
outputs:
file_exists: ${{ steps.deployment_list.outputs.exist }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
deploy-web:
if: needs.get-diff.outputs.file_exists == 'true'
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: mainnet
needs: [get-diff]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mainnet-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ permissions:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: ${{ github.event.inputs.environment }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mainnet-microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
get-diff:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: mainnet
outputs:
file_exists: ${{ steps.deployment_list.outputs.exist }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
deploy-arbitrum:
if: needs.get-diff.outputs.file_exists == 'true'
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: mainnet
needs: [get-diff]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollback-prev-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
rollback-app:
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: ${{ github.event.inputs.environment }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ permissions:
jobs:
rollback-app:
if: ${{ github.event.inputs.skip_app_rollback == 'false' }}
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: ${{ github.event.inputs.environment }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
rollback-db:
if: ${{ github.event.inputs.rollback_timescale == 'true' || github.event.inputs.rollback_postgres == 'true' }}
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: ${{ github.event.inputs.environment }}
steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
test-go:
runs-on: ubuntu-latest
runs-on: powerfulubuntu
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
flu send-discord --webhook-url ${{ secrets.FLU_CI_DISCORD_WEBHOOK_URL }} --status ${{ job.status }}
test-contracts:
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: mainnet
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
flu send-discord --webhook-url ${{ secrets.FLU_CI_DISCORD_WEBHOOK_URL }} --status ${{ job.status }}
test-npm:
runs-on: ubuntu-latest
runs-on: powerfulubuntu
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -110,7 +110,7 @@ jobs:
flu send-discord --webhook-url ${{ secrets.FLU_CI_DISCORD_WEBHOOK_URL }} --status ${{ job.status }}
test-pipeline:
runs-on: ubuntu-latest
runs-on: powerfulubuntu
environment: mainnet
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a015b90

Please sign in to comment.