diff --git a/.github/workflows/cloud-extensions.yml b/.github/workflows/cloud-extensions.yml index 4114f0f9b4..639277fa90 100644 --- a/.github/workflows/cloud-extensions.yml +++ b/.github/workflows/cloud-extensions.yml @@ -35,10 +35,10 @@ jobs: matrix: pg-version: [16, 17] - runs-on: [ self-hosted, small ] + runs-on: us-east-2 container: # We use the neon-test-extensions image here as it contains the source code for the extensions. - image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:latest + image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14923168141 credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} @@ -90,7 +90,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,pg_cron-src,plpgsql_check-src" + SKIP: "hll-src,hypopg-src,ip4r-src,pg_cron-src,pg_graphql-src,pg_hint_plan-src,pg_ivm-src,pg_jsonschema-src,pg_repack-src,pg_roaringbitmap-src,pg_semver-src,pg_session_jwt-src,pg_tiktoken-src,pg_uuidv7-src,pgjwt-src,pgrag-src,pgtap-src,pgvector-src,pgx_ulid-src,plv8-src,postgresql-unit-src,prefix-src,rag_bge_small_en_v15-src,rag_jina_reranker_v1_tiny_en-src,rum-src" - name: Delete Neon Project if: ${{ always() }}