1
0
mirror of synced 2025-12-25 02:09:19 -05:00

check cdk: don't use connector test runenr (#36564)

This commit is contained in:
Ella Rohm-Ensing
2024-03-27 12:13:17 -07:00
committed by GitHub
parent d60ddd4e6e
commit 3f91b64d53
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
needs:
- changes
if: needs.changes.outputs.python_cdk == 'true'
runs-on: connector-test-large
runs-on: ubuntu-latest
name: Python CDK Tests
timeout-minutes: 30
steps:

View File

@@ -40,7 +40,7 @@ class AirbyteEntrypoint(object):
def __init__(self, source: Source):
init_uncaught_exception_handler(logger)
# deployment mode is read when instantiating the entrypoint because it is the common path shared by syncs and connector builder test requests
# Deployment mode is read when instantiating the entrypoint because it is the common path shared by syncs and connector builder test requests
if is_cloud_environment():
_init_internal_request_filter()