Skip to content

Commit

Permalink
Merge branch 'main' into fix-issue-2485-instrumentation-scope-name-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jopel authored Oct 14, 2024
2 parents b7aaad3 + d1904b9 commit 5a5538c
Show file tree
Hide file tree
Showing 41 changed files with 3,066 additions and 2,800 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Run tests
run: tox -e lint-opentelemetry-api

lint-opentelemetry-proto:
name: opentelemetry-proto
lint-opentelemetry-proto-protobuf5:
name: opentelemetry-proto-protobuf5
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -50,7 +50,7 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e lint-opentelemetry-proto
run: tox -e lint-opentelemetry-proto-protobuf5

lint-opentelemetry-sdk:
name: opentelemetry-sdk
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/misc_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ jobs:
- name: Run tests
run: tox -e docs

docker-tests-proto3:
name: docker-tests-proto3
docker-tests-otlpexporter:
name: docker-tests-otlpexporter
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -140,10 +140,10 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e docker-tests-proto3
run: tox -e docker-tests-otlpexporter

docker-tests-proto4:
name: docker-tests-proto4
docker-tests-opencensus:
name: docker-tests-opencensus
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -158,7 +158,7 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e docker-tests-proto4
run: tox -e docker-tests-opencensus

public-symbols-check:
name: public-symbols-check
Expand Down
Loading

0 comments on commit 5a5538c

Please sign in to comment.