File tree Expand file tree Collapse file tree 8 files changed +20
-14
lines changed
Expand file tree Collapse file tree 8 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 1313PG15 :
1414- base-branch : ' PG15'
1515
16+ PG16 :
17+ - base-branch : ' PG16'
18+
1619PG17 :
1720- base-branch : ' PG17'
1821
1922master :
20- - base-branch : ' master'
23+ - base-branch : ' master'
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: Go Driver Tests
22
33on :
44 push :
5- branches : [ "PG17_prepare " ]
5+ branches : [ "PG17 " ]
66
77 pull_request :
8- branches : [ "PG17_prepare " ]
8+ branches : [ "PG17 " ]
99
1010jobs :
1111 build :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build / Regression
22
33on :
44 push :
5- branches : [ "PG17_prepare " ]
5+ branches : [ "PG17 " ]
66 pull_request :
7- branches : [ "PG17_prepare " ]
7+ branches : [ "PG17 " ]
88
99jobs :
1010 build :
1313 steps :
1414 - name : Get latest commit id of PostgreSQL 17
1515 run : |
16- echo "PG_COMMIT_HASH=$(git ls-remote git ://git.postgresql.org/git/postgresql.git refs/heads/REL_17_STABLE | awk '{print $1}')" >> $GITHUB_ENV
16+ echo "PG_COMMIT_HASH=$(git ls-remote https ://git.postgresql.org/git/postgresql.git refs/heads/REL_17_STABLE | awk '{print $1}')" >> $GITHUB_ENV
1717
1818 - name : Cache PostgreSQL 17
1919 uses : actions/cache@v3
3030 - name : Install PostgreSQL 17 and some extensions
3131 if : steps.pg17cache.outputs.cache-hit != 'true'
3232 run : |
33- git clone --depth 1 --branch REL_17_STABLE git ://git.postgresql.org/git/postgresql.git ~/pg17source
33+ git clone --depth 1 --branch REL_17_STABLE https ://git.postgresql.org/git/postgresql.git ~/pg17source
3434 cd ~/pg17source
3535 ./configure --prefix=$HOME/pg17 CFLAGS="-std=gnu99 -ggdb -O0" --enable-cassert
3636 make install -j$(nproc) > /dev/null
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: JDBC Driver Tests
22
33on :
44 push :
5- branches : [ "PG17_prepare " ]
5+ branches : [ "PG17 " ]
66
77 pull_request :
8- branches : [ "PG17_prepare " ]
8+ branches : [ "PG17 " ]
99
1010jobs :
1111 build :
Original file line number Diff line number Diff line change 1010 issues : write
1111 runs-on : ubuntu-latest
1212 steps :
13+ - name : Checkout
14+ uses : actions/checkout@v3
15+
1316 - name : Apply branch labels
14171518
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: Nodejs Driver Tests
22
33on :
44 push :
5- branches : [ "PG17_prepare " ]
5+ branches : [ "PG17 " ]
66
77 pull_request :
8- branches : [ "PG17_prepare " ]
8+ branches : [ "PG17 " ]
99
1010jobs :
1111 build :
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: Python Driver Tests
22
33on :
44 push :
5- branches : [ "PG17_prepare " ]
5+ branches : [ "PG17 " ]
66
77 pull_request :
8- branches : [ "PG17_prepare " ]
8+ branches : [ "PG17 " ]
99
1010jobs :
1111 build :
Original file line number Diff line number Diff line change 11version : " 3.3"
22services :
33 db :
4- image : apache/age:dev_snapshot_PG17_prepare
4+ image : apache/age:dev_snapshot_PG17
55 environment :
66 - POSTGRES_USER=postgres
77 - POSTGRES_PASSWORD=agens
You can’t perform that action at this time.
0 commit comments