From 936edebdb0f7e08b4883535e1c0f774ddd6d9f15 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 14 Aug 2021 22:25:49 +0100 Subject: [PATCH] Update 2_unstable.yml Split test and build onto different machines, rocky8 seems to have issues with sqlite3 --- .github/workflows/2_unstable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/2_unstable.yml b/.github/workflows/2_unstable.yml index 0e6bc7db..1cd5302c 100644 --- a/.github/workflows/2_unstable.yml +++ b/.github/workflows/2_unstable.yml @@ -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