mirror of https://github.com/statping/statping
Revert to run unstable building on personal hosted & dev test on public.
parent
3163911b52
commit
ac6ec47f9c
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
|
||||
frontend:
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
build:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [linux]
|
||||
|
@ -151,7 +151,7 @@ jobs:
|
|||
|
||||
test:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:10.8
|
||||
|
@ -255,7 +255,7 @@ jobs:
|
|||
|
||||
test-postman-sqlite:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
@ -298,7 +298,7 @@ jobs:
|
|||
|
||||
test-postman-mysql:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
@ -354,7 +354,7 @@ jobs:
|
|||
|
||||
test-postman-postgres:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
|
@ -9,8 +9,7 @@ on:
|
|||
jobs:
|
||||
|
||||
frontend:
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
@ -57,8 +56,7 @@ jobs:
|
|||
|
||||
build:
|
||||
needs: [frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
||||
runs-on: ubuntu-latest
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [linux]
|
||||
|
@ -318,8 +316,8 @@ jobs:
|
|||
|
||||
test-postman-mysql:
|
||||
needs: frontend
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
|
@ -374,8 +372,8 @@ jobs:
|
|||
|
||||
test-postman-postgres:
|
||||
needs: frontend
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:10.8
|
||||
|
@ -429,8 +427,7 @@ jobs:
|
|||
|
||||
docker-release:
|
||||
needs: [build, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
steps:
|
||||
- name: Checkout Statping Repo
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue