Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
test_install_connectors:
runs-on: ubuntu-22.04
runs-on: gha-production-medium

steps:
- name: Checking out repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: gha-production-medium

steps:
- name: Checkout repository
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:

jobs:
e2e_tests_target_pg:
runs-on: ubuntu-22.04
runs-on: gha-production-medium
environment: ci_tests

steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
pipelinewise_dev pytest tests/end_to_end/test_target_postgres.py -vx --timer-top-n 10

e2e_tests_mariadb_to_sf:
runs-on: ubuntu-22.04
runs-on: gha-production-medium
environment: ci_tests

steps:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
pipelinewise_dev pytest tests/end_to_end/target_snowflake/tap_mariadb -vx --timer-top-n 10

e2e_tests_pg_to_sf:
runs-on: ubuntu-22.04
runs-on: gha-production-medium
environment: ci_tests

steps:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
pipelinewise_dev pytest tests/end_to_end/target_snowflake/tap_postgres -vx --timer-top-n 10

e2e_tests_mg_to_sf:
runs-on: ubuntu-22.04
runs-on: gha-production-medium
environment: ci_tests

steps:
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
pipelinewise_dev pytest tests/end_to_end/target_snowflake/tap_mongodb -vx --timer-top-n 10

e2e_tests_s3_to_sf:
runs-on: ubuntu-22.04
runs-on: gha-production-medium
environment: ci_tests

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
lint_and_test:
runs-on: ubuntu-22.04
runs-on: gha-production-medium

steps:
- name: Checking out repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: gha-production-medium
environment: github-pages

steps:
Expand Down
Loading