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:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, centos7]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
@ -316,7 +316,7 @@ jobs:
|
|||
|
||||
test-postman-mysql:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, centos7]
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
@ -372,7 +372,7 @@ jobs:
|
|||
|
||||
test-postman-postgres:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, centos7]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
@ -427,7 +427,7 @@ jobs:
|
|||
|
||||
docker-release:
|
||||
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:
|
||||
- name: Checkout Statping Repo
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue