Skip to content

Commit

Permalink
Add ubicloud runners
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Sep 13, 2023
1 parent e89e30a commit 5ee05a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
flow_test:
runs-on: ubuntu-latest
runs-on: ubicloud
timeout-minutes: 30
services:
pg_cdc:
Expand Down Expand Up @@ -59,13 +59,13 @@ jobs:
- name: create hstore extension and increase logical replication limits
run: |
docker exec pg_cdc psql -h localhost -p 5432 -U postgres -c "CREATE EXTENSION hstore;"
docker exec pg_cdc psql -h localhost -p 5432 -U postgres -c "ALTER SYSTEM SET wal_level=logical;"
docker exec pg_cdc psql -h localhost -p 5432 -U postgres -c "ALTER SYSTEM SET wal_level=logical;"
docker exec pg_cdc psql -h localhost -p 5432 -U postgres -c "ALTER SYSTEM SET max_replication_slots=100;"
docker exec pg_cdc psql -h localhost -p 5432 -U postgres -c "ALTER SYSTEM SET max_wal_senders=100;"
docker restart pg_cdc
docker restart pg_cdc
working-directory: ./flow
env:
PG_CDC:
PG_CDC: empty
PGPASSWORD: postgres

- name: run tests
Expand Down

0 comments on commit 5ee05a6

Please sign in to comment.