Skip to content

Commit ffb1432

Browse files
Update ppg-testing.yml
1 parent 7b6048f commit ffb1432

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ppg-testing.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ jobs:
132132
WAL2JSON="percona-wal2json${{ env.PG_MAJOR }}"
133133
PGGATHER="percona-pg_gather"
134134
PGVECTOR="percona-pgvector_${{ env.PG_MAJOR }} percona-pgvector_${{ env.PG_MAJOR }}-debuginfo percona-pgvector_${{ env.PG_MAJOR }}-debugsource percona-pgvector_${{ env.PG_MAJOR }}-llvmjit"
135-
ETCD="etcd"
135+
ETCD="etcd python3-etcd"
136+
if [[ ${{ env.OS_VER }} -eq 10 ]]; then
137+
ETCD="etcd python3.12-etcd"
138+
fi
136139
HAPROXY="percona-haproxy"
137140
echo "INSTALL_LIST="$PG $PG_COMMON $PPG_SERVER $AUDIT $PGBACKREST $REPACK $PATRONI $PGSM $PGBADGER $PGBOUNCER $PGPOOL $POSTGIS $WAL2JSON $PGGATHER $PGVECTOR $ETCD $HAPROXY"" >> $GITHUB_ENV
138141
@@ -162,7 +165,6 @@ jobs:
162165
run: |
163166
if [[ "${{ inputs.platform }}" == *"linux"* ]]; then
164167
yum -y install ${{ env.INSTALL_LIST }}
165-
yum -y install python3-etcd || yum -y install python3.12-etcd
166168
else
167169
DEBIAN_FRONTEND=noninteractive apt-get -y install ${{ env.INSTALL_LIST }}
168170
fi

0 commit comments

Comments
 (0)