diff --git a/.github/workflows/1_dev.yml b/.github/workflows/1_dev.yml index 7bbe65b2..ee63b630 100644 --- a/.github/workflows/1_dev.yml +++ b/.github/workflows/1_dev.yml @@ -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: diff --git a/.github/workflows/2_unstable.yml b/.github/workflows/2_unstable.yml index 6355917f..991b5be6 100644 --- a/.github/workflows/2_unstable.yml +++ b/.github/workflows/2_unstable.yml @@ -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