mirror of
https://github.com/Retropex/mempool.git
synced 2025-05-12 18:20:41 +02:00
Revert mempool-ci runners
This commit is contained in:
parent
35557cf008
commit
c305228530
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
@ -15,7 +15,7 @@ jobs:
|
||||
service:
|
||||
- frontend
|
||||
- backend
|
||||
runs-on: mempool-ci
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -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
|
||||
|
2
.github/workflows/get_backend_hash.yml
vendored
2
.github/workflows/get_backend_hash.yml
vendored
@ -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
|
||||
|
2
.github/workflows/get_image_digest.yml
vendored
2
.github/workflows/get_image_digest.yml
vendored
@ -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
|
||||
|
2
.github/workflows/on-tag.yml
vendored
2
.github/workflows/on-tag.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user