Revert to run unstable building on personal hosted & dev test on public.

pull/1045/head
Adam Boutcher 2021-08-15 20:18:52 +01:00
parent 3163911b52
commit ac6ec47f9c
2 changed files with 13 additions and 16 deletions

View File

@ -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:

View File

@ -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