mirror of https://github.com/statping/statping
Trying Tests on Rocky8 Node.
parent
18e8047501
commit
899924181f
|
@ -9,7 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
|
@ -56,7 +56,7 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: [frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
needs: [frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted]
|
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [linux]
|
platform: [linux]
|
||||||
|
@ -273,7 +273,7 @@ jobs:
|
||||||
|
|
||||||
test-postman-sqlite:
|
test-postman-sqlite:
|
||||||
needs: frontend
|
needs: frontend
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted, centos7]
|
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||||
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, centos7]
|
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||||
|
|
||||||
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, centos7]
|
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
|
Loading…
Reference in New Issue