Skip to content

Commit 8671be1

Browse files
authored
Merge branch 'main' into build-jobs-for-opentelemetry-admin
2 parents 7544eba + 78c948b commit 8671be1

210 files changed

Lines changed: 5026 additions & 4041 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/core_contrib_test_0.yml

Lines changed: 369 additions & 39 deletions
Large diffs are not rendered by default.

.github/workflows/lint_0.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -393,25 +393,6 @@ jobs:
393393
- name: Run tests
394394
run: tox -e lint-instrumentation-dbapi
395395

396-
lint-instrumentation-boto:
397-
name: instrumentation-boto
398-
runs-on: ubuntu-latest
399-
timeout-minutes: 30
400-
steps:
401-
- name: Checkout repo @ SHA - ${{ github.sha }}
402-
uses: actions/checkout@v4
403-
404-
- name: Set up Python 3.14
405-
uses: actions/setup-python@v5
406-
with:
407-
python-version: "3.14"
408-
409-
- name: Install tox
410-
run: pip install tox-uv
411-
412-
- name: Run tests
413-
run: tox -e lint-instrumentation-boto
414-
415396
lint-instrumentation-asyncclick:
416397
name: instrumentation-asyncclick
417398
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)