Revert mempool-ci runners

This commit is contained in:
Felipe Knorr Kuhn 2025-03-31 22:02:52 +09:00
parent 35557cf008
commit c305228530
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A
6 changed files with 10 additions and 5 deletions

View File

@ -13,6 +13,7 @@ jobs:
flavor: ["dev", "prod"]
fail-fast: false
runs-on: mempool-ci
runs-on: ubuntu-latest
name: Backend (${{ matrix.flavor }}) - node ${{ matrix.node }}
steps:
@ -67,6 +68,7 @@ jobs:
cache:
name: "Cache assets for builds"
runs-on: mempool-ci
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
@ -164,6 +166,7 @@ jobs:
flavor: ["dev", "prod"]
fail-fast: false
runs-on: mempool-ci
runs-on: ubuntu-latest
name: Frontend (${{ matrix.flavor }}) - node ${{ matrix.node }}
steps:
@ -247,6 +250,7 @@ jobs:
e2e:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
runs-on: mempool-ci
runs-on: ubuntu-latest
needs: frontend
strategy:
fail-fast: false
@ -379,6 +383,7 @@ jobs:
validate_docker_json:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
runs-on: mempool-ci
runs-on: ubuntu-latest
name: Validate generated backend Docker JSON
steps:

View File

@ -15,7 +15,7 @@ jobs:
service:
- frontend
- backend
runs-on: mempool-ci
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:
print-backend-sha:
runs-on: mempool-ci
runs-on: ubuntu-latest
name: Get block height
steps:
- name: Checkout

View File

@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:
print-backend-sha:
runs-on: mempool-ci
runs-on: ubuntu-latest
name: Print backend hashes
steps:
- name: Checkout

View File

@ -10,7 +10,7 @@ on:
type: string
jobs:
print-images-sha:
runs-on: mempool-ci
runs-on: ubuntu-latest
name: Print digest for images
steps:
- name: Checkout

View File

@ -21,7 +21,7 @@ jobs:
service:
- frontend
- backend
runs-on: mempool-ci
runs-on: ubuntu-latest
timeout-minutes: 120
name: Build and push to DockerHub
steps: