Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
6 changes: 3 additions & 3 deletions .github/workflows/connector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
cdk_changes:
name: Get Changes
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
statuses: write
pull-requests: read
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
# Forked PRs are handled by the community_ci.yml workflow
# If the condition is not met the job will be skipped (it will not fail)
# runs-on: connector-test-large
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 360 # 6 hours
strategy:
fail-fast: false
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
POETRY_DYNAMIC_VERSIONING_BYPASS: "0.0.0"
run: |
cd airbyte
make tools.airbyte-ci-dev.install
make tools.airbyte-ci.install
airbyte-ci \
--ci-report-bucket-name=airbyte-ci-reports-multi \
connectors \
Expand Down
1 change: 1 addition & 0 deletions airbyte_cdk/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
}

# dummy change
Comment thread
aaronsteers marked this conversation as resolved.
Outdated

def init_logger(name: Optional[str] = None) -> logging.Logger:
"""Initial set up of logger"""
Expand Down
Loading