check cdk: don't use connector test runenr (#36564)
This commit is contained in:
2
.github/workflows/python_cdk_tests.yml
vendored
2
.github/workflows/python_cdk_tests.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user