mirror of
https://github.com/mempool/mempool.git
synced 2025-09-25 19:47:34 +02:00
Revert mempool-ci runners
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
|||||||
flavor: ["dev", "prod"]
|
flavor: ["dev", "prod"]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: mempool-ci
|
runs-on: mempool-ci
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: Backend (${{ matrix.flavor }}) - node ${{ matrix.node }}
|
name: Backend (${{ matrix.flavor }}) - node ${{ matrix.node }}
|
||||||
steps:
|
steps:
|
||||||
@@ -67,6 +68,7 @@ jobs:
|
|||||||
cache:
|
cache:
|
||||||
name: "Cache assets for builds"
|
name: "Cache assets for builds"
|
||||||
runs-on: mempool-ci
|
runs-on: mempool-ci
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -164,6 +166,7 @@ jobs:
|
|||||||
flavor: ["dev", "prod"]
|
flavor: ["dev", "prod"]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: mempool-ci
|
runs-on: mempool-ci
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: Frontend (${{ matrix.flavor }}) - node ${{ matrix.node }}
|
name: Frontend (${{ matrix.flavor }}) - node ${{ matrix.node }}
|
||||||
steps:
|
steps:
|
||||||
@@ -247,6 +250,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: mempool-ci
|
runs-on: mempool-ci
|
||||||
|
runs-on: ubuntu-latest
|
||||||
needs: frontend
|
needs: frontend
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -379,6 +383,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: mempool-ci
|
runs-on: mempool-ci
|
||||||
|
runs-on: ubuntu-latest
|
||||||
name: Validate generated backend Docker JSON
|
name: Validate generated backend Docker JSON
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@@ -15,7 +15,7 @@ jobs:
|
|||||||
service:
|
service:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- backend
|
||||||
runs-on: mempool-ci
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@@ -4,7 +4,7 @@ on: [workflow_dispatch]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
print-backend-sha:
|
print-backend-sha:
|
||||||
runs-on: mempool-ci
|
runs-on: ubuntu-latest
|
||||||
name: Get block height
|
name: Get block height
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- 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:
|
jobs:
|
||||||
print-backend-sha:
|
print-backend-sha:
|
||||||
runs-on: mempool-ci
|
runs-on: ubuntu-latest
|
||||||
name: Print backend hashes
|
name: Print backend hashes
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- 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
|
type: string
|
||||||
jobs:
|
jobs:
|
||||||
print-images-sha:
|
print-images-sha:
|
||||||
runs-on: mempool-ci
|
runs-on: ubuntu-latest
|
||||||
name: Print digest for images
|
name: Print digest for images
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
2
.github/workflows/on-tag.yml
vendored
2
.github/workflows/on-tag.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
service:
|
service:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- backend
|
||||||
runs-on: mempool-ci
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
name: Build and push to DockerHub
|
name: Build and push to DockerHub
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user