mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-04 22:10:39 +00:00
change runner
This commit is contained in:
4
.github/workflows/cloud-regress.yml
vendored
4
.github/workflows/cloud-regress.yml
vendored
@@ -30,8 +30,8 @@ jobs:
|
||||
matrix:
|
||||
pg-version: [17]
|
||||
|
||||
runs-on: us-east-2
|
||||
#runs-on: small
|
||||
#runs-on: us-east-2
|
||||
runs-on: small
|
||||
container:
|
||||
image: ghcr.io/neondatabase/build-tools:pinned-bookworm
|
||||
credentials:
|
||||
|
||||
@@ -15,7 +15,7 @@ if TYPE_CHECKING:
|
||||
from fixtures.pg_version import PgVersion
|
||||
|
||||
|
||||
@pytest.mark.timeout(10800)
|
||||
@pytest.mark.timeout(4*3600)
|
||||
@pytest.mark.remote_cluster
|
||||
def test_cloud_regress(
|
||||
remote_pg: RemotePostgres,
|
||||
|
||||
Reference in New Issue
Block a user