Skip to content

Commit

Permalink
Self-hosted gha runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangulbiz committed Sep 26, 2023
1 parent 750ccf9 commit 9847d34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
pg_version: ${{ vars.pg16_version }}
suite: regress
image_name: ${{ vars.fail_test_image_name }}
runs-on: ubuntu-20.04
runs-on: ubuntu-20.04-self-hosted
container:
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}"
options: --user root --dns-opt ndots:0
Expand All @@ -198,6 +198,7 @@ jobs:
gosu circleci cat /etc/resolv.conf
echo '---'
cat /etc/hosts
cat /etc/netplan
shell: bash
- name: Run Test
run: gosu circleci make -C src/test/${{ matrix.suite }} ${{ matrix.make }}
Expand All @@ -214,7 +215,7 @@ jobs:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
test-arbitrary-configs:
name: PG${{ matrix.pg_version }} - regress - check-arbitrary-configs
runs-on: ubuntu-20.04 #-16core - we need 16 cores VMs to run this job successfully
runs-on: ubuntu-20.04-self-hosted
container:
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}"
options: --user root
Expand Down

0 comments on commit 9847d34

Please sign in to comment.