Use github-hosted runners

This commit is contained in:
Felipe Knorr Kuhn 2025-03-31 16:14:46 +09:00
parent 18b354f5d1
commit d805304d79
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A
6 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@ jobs:
node: ["20", "21"] node: ["20", "21"]
flavor: ["dev", "prod"] flavor: ["dev", "prod"]
fail-fast: false fail-fast: false
runs-on: "ubuntu-latest" runs-on: mempool-ci
name: Backend (${{ matrix.flavor }}) - node ${{ matrix.node }} name: Backend (${{ matrix.flavor }}) - node ${{ matrix.node }}
steps: steps:
@ -66,7 +66,7 @@ jobs:
cache: cache:
name: "Cache assets for builds" name: "Cache assets for builds"
runs-on: "ubuntu-latest" runs-on: mempool-ci
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -163,7 +163,7 @@ jobs:
node: ["20", "21"] node: ["20", "21"]
flavor: ["dev", "prod"] flavor: ["dev", "prod"]
fail-fast: false fail-fast: false
runs-on: "ubuntu-latest" runs-on: mempool-ci
name: Frontend (${{ matrix.flavor }}) - node ${{ matrix.node }} name: Frontend (${{ matrix.flavor }}) - node ${{ matrix.node }}
steps: steps:
@ -246,7 +246,7 @@ jobs:
e2e: e2e:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')" if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
runs-on: "ubuntu-latest" runs-on: mempool-ci
needs: frontend needs: frontend
strategy: strategy:
fail-fast: false fail-fast: false
@ -378,7 +378,7 @@ jobs:
validate_docker_json: validate_docker_json:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')" if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
runs-on: "ubuntu-latest" runs-on: mempool-ci
name: Validate generated backend Docker JSON name: Validate generated backend Docker JSON
steps: steps:

View File

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

View File

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

View File

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

View File

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

View File

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