mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
395
This commit is contained in:
8
.github/workflows/cloud-regress.yml
vendored
8
.github/workflows/cloud-regress.yml
vendored
@@ -14,11 +14,6 @@ defaults:
|
||||
run:
|
||||
shell: bash -euxo pipefail {0}
|
||||
|
||||
concurrency:
|
||||
# Allow only one workflow
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
id-token: write # aws-actions/configure-aws-credentials
|
||||
statuses: write
|
||||
@@ -60,8 +55,7 @@ jobs:
|
||||
run: |
|
||||
cd "vendor/postgres-v${PG_VERSION}"
|
||||
patch -p1 < "../../compute/patches/cloud_regress_pg${PG_VERSION}.patch"
|
||||
patch -p1 < "../../compute/patches/cloud_regress_pg17_ha.patch"
|
||||
patch -p1 < "../../compute/patches/cloud_regress_pg17_ha_plus2.patch"
|
||||
patch -p1 < "../../compute/patches/cloud_regress_pg17_395.patch"
|
||||
|
||||
- name: Generate a random password
|
||||
id: pwgen
|
||||
|
||||
4486
compute/patches/cloud_regress_pg17_395.patch
Normal file
4486
compute/patches/cloud_regress_pg17_395.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user