diff --git a/.github/workflows/cloud-extensions.yml b/.github/workflows/cloud-extensions.yml index 56ac3586a4..e25682a181 100644 --- a/.github/workflows/cloud-extensions.yml +++ b/.github/workflows/cloud-extensions.yml @@ -37,7 +37,7 @@ jobs: runs-on: us-east-2 container: - image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14263641182 + image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14332849767 credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} @@ -77,6 +77,7 @@ jobs: run: /run-tests.sh -r /ext-src env: BENCHMARK_CONNSTR: ${{ steps.create-neon-project.outputs.dsn }} + SKIP: "pg_hint_plan-src,pg_repack-src" - name: Delete Neon Project if: ${{ always() }}