mirror of https://github.com/citusdata/citus.git
Remove run-name for build task
parent
a3a6df2d28
commit
f961ed80fe
|
@ -1,5 +1,5 @@
|
||||||
name: Build & Test
|
name: Build & Test
|
||||||
run-name: Build & Test - ${{ github.event.pull_request.number || github.ref_name }} - ${{ github.sha }}
|
run-name: Build & Test - ${{ github.event_name }} ${{ github.event.pull_request.number || github.ref_name }}
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
@ -195,10 +195,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
count: 6
|
count: 6
|
||||||
test-arbitrary-configs:
|
test-arbitrary-configs:
|
||||||
if: ${{ false }}
|
|
||||||
# disable this job till we have 16core VMs
|
|
||||||
name: PG${{ matrix.pg_version }} - regress - check-arbitrary-configs
|
name: PG${{ matrix.pg_version }} - regress - check-arbitrary-configs
|
||||||
runs-on: ubuntu-latest #-16core
|
runs-on: ubuntu-latest #-16core - we need 16 cores VMs to run this job successfully
|
||||||
container:
|
container:
|
||||||
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}"
|
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}"
|
||||||
options: --user root
|
options: --user root
|
||||||
|
|
Loading…
Reference in New Issue