mirror of https://github.com/statping/statping
Update 2_unstable.yml
Split test and build onto different machines, rocky8 seems to have issues with sqlite3pull/1045/head
parent
e7d7789d43
commit
936edebdb0
|
@ -273,7 +273,7 @@ jobs:
|
||||||
|
|
||||||
test-postman-sqlite:
|
test-postman-sqlite:
|
||||||
needs: frontend
|
needs: frontend
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
runs-on: [self-hosted, linux, aboutcher-hosted, centos7]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
|
@ -316,7 +316,7 @@ jobs:
|
||||||
|
|
||||||
test-postman-mysql:
|
test-postman-mysql:
|
||||||
needs: frontend
|
needs: frontend
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
runs-on: [self-hosted, linux, aboutcher-hosted, centos7]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
|
@ -372,7 +372,7 @@ jobs:
|
||||||
|
|
||||||
test-postman-postgres:
|
test-postman-postgres:
|
||||||
needs: frontend
|
needs: frontend
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
runs-on: [self-hosted, linux, aboutcher-hosted, centos7]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
@ -427,7 +427,7 @@ jobs:
|
||||||
|
|
||||||
docker-release:
|
docker-release:
|
||||||
needs: [build, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
needs: [build, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Statping Repo
|
- name: Checkout Statping Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue