Fixed workflows for statping-ng

pull/1045/head
Adam Boutcher 2021-08-13 13:41:37 +01:00
parent 4f74bef692
commit 6cf6ddceb7
2 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ on:
jobs: jobs:
frontend: frontend:
runs-on: [self-hosted, linux, aboutcherhosted] runs-on: [self-hosted, linux, aboutcher-hosted]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
@ -69,7 +69,7 @@ jobs:
build: build:
needs: frontend needs: frontend
runs-on: [self-hosted, linux, aboutcherhosted] runs-on: [self-hosted, linux, aboutcher-hosted]
strategy: strategy:
matrix: matrix:
platform: [linux] platform: [linux]
@ -192,7 +192,7 @@ jobs:
test: test:
needs: frontend needs: frontend
runs-on: [self-hosted, linux, aboutcherhosted] runs-on: [self-hosted, linux, aboutcher-hosted]
services: services:
postgres: postgres:
image: postgres:10.8 image: postgres:10.8
@ -296,7 +296,7 @@ jobs:
test-postman-sqlite: test-postman-sqlite:
needs: frontend needs: frontend
runs-on: [self-hosted, linux, aboutcherhosted] runs-on: [self-hosted, linux, aboutcher-hosted]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
@ -339,7 +339,7 @@ jobs:
test-postman-mysql: test-postman-mysql:
needs: frontend needs: frontend
runs-on: [self-hosted, linux, aboutcherhosted] runs-on: [self-hosted, linux, aboutcher-hosted]
services: services:
mysql: mysql:
@ -395,7 +395,7 @@ jobs:
test-postman-postgres: test-postman-postgres:
needs: frontend needs: frontend
runs-on: [self-hosted, linux, aboutcherhosted] runs-on: [self-hosted, linux, aboutcher-hosted]
services: services:
postgres: postgres:
@ -450,7 +450,7 @@ jobs:
docker-release: docker-release:
needs: [test, build, test-postman-sqlite, test-postman-mysql, test-postman-postgres] needs: [test, build, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
runs-on: [self-hosted, linux, aboutcherhosted] runs-on: [self-hosted, linux, aboutcher-hosted]
steps: steps:
- name: Checkout Statping Repo - name: Checkout Statping Repo
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -490,7 +490,7 @@ jobs:
# sentry-release: # sentry-release:
# needs: [test, test-postman-sqlite, test-postman-postgres, test-postman-mysql] # needs: [test, test-postman-sqlite, test-postman-postgres, test-postman-mysql]
# runs-on: [self-hosted, linux, aboutcherhosted] # runs-on: [self-hosted, linux, aboutcher-hosted]
# steps: # steps:
# - name: Checkout Statping Repo # - name: Checkout Statping Repo
# uses: actions/checkout@v2 # uses: actions/checkout@v2

View File

@ -9,7 +9,7 @@ on:
jobs: jobs:
frontend: frontend:
runs-on: [self-hosted, linux, aboutcherhosted] runs-on: [self-hosted, linux, aboutcher-hosted]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2