1ES Hosted pool runners for build and arbitrary config tests

pull/7154/head
Gokhan Gulbiz 2023-09-26 17:21:09 +03:00
parent ce9da5efed
commit 5c3c9a7fbf
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ jobs:
- ${{ vars.pg14_version }}
- ${{ vars.pg15_version }}
- ${{ vars.pg16_version }}
runs-on: ubuntu-20.04
runs-on: ["self-hosted", "1ES.Pool=1es-gha-citusdata-pool"]
container:
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ matrix.image_suffix }}"
options: --user root
@ -207,7 +207,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: ["self-hosted", "1ES.Pool=1es-gha-citusdata-pool"]
container:
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}"
options: --user root