mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
resource-dector-container: package rename to opentelemetry-resource-detector-containerid
(#3536)
* resource-dector-container: package rename Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * fix ruff Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * change entrypoint Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * fix Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * fix test Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * fix for entrypoint name Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * add changelog Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --------- Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/core_contrib_test_0.yml
vendored
6
.github/workflows/core_contrib_test_0.yml
vendored
@ -158,8 +158,8 @@ jobs:
|
||||
- name: Run tests
|
||||
run: tox -e py39-test-instrumentation-google-genai-latest -- -ra
|
||||
|
||||
py39-test-resource-detector-container:
|
||||
name: resource-detector-container
|
||||
py39-test-resource-detector-containerid:
|
||||
name: resource-detector-containerid
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@ -179,7 +179,7 @@ jobs:
|
||||
run: pip install tox-uv
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e py39-test-resource-detector-container -- -ra
|
||||
run: tox -e py39-test-resource-detector-containerid -- -ra
|
||||
|
||||
py39-test-resource-detector-azure-0:
|
||||
name: resource-detector-azure-0
|
||||
|
6
.github/workflows/lint_0.yml
vendored
6
.github/workflows/lint_0.yml
vendored
@ -85,8 +85,8 @@ jobs:
|
||||
- name: Run tests
|
||||
run: tox -e lint-instrumentation-google-genai
|
||||
|
||||
lint-resource-detector-container:
|
||||
name: resource-detector-container
|
||||
lint-resource-detector-containerid:
|
||||
name: resource-detector-containerid
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@ -102,7 +102,7 @@ jobs:
|
||||
run: pip install tox-uv
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e lint-resource-detector-container
|
||||
run: tox -e lint-resource-detector-containerid
|
||||
|
||||
lint-resource-detector-azure:
|
||||
name: resource-detector-azure
|
||||
|
36
.github/workflows/test_0.yml
vendored
36
.github/workflows/test_0.yml
vendored
@ -636,8 +636,8 @@ jobs:
|
||||
- name: Run tests
|
||||
run: tox -e py313-test-instrumentation-google-genai-latest -- -ra
|
||||
|
||||
py39-test-resource-detector-container_ubuntu-latest:
|
||||
name: resource-detector-container 3.9 Ubuntu
|
||||
py39-test-resource-detector-containerid_ubuntu-latest:
|
||||
name: resource-detector-containerid 3.9 Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@ -653,10 +653,10 @@ jobs:
|
||||
run: pip install tox-uv
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e py39-test-resource-detector-container -- -ra
|
||||
run: tox -e py39-test-resource-detector-containerid -- -ra
|
||||
|
||||
py310-test-resource-detector-container_ubuntu-latest:
|
||||
name: resource-detector-container 3.10 Ubuntu
|
||||
py310-test-resource-detector-containerid_ubuntu-latest:
|
||||
name: resource-detector-containerid 3.10 Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@ -672,10 +672,10 @@ jobs:
|
||||
run: pip install tox-uv
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e py310-test-resource-detector-container -- -ra
|
||||
run: tox -e py310-test-resource-detector-containerid -- -ra
|
||||
|
||||
py311-test-resource-detector-container_ubuntu-latest:
|
||||
name: resource-detector-container 3.11 Ubuntu
|
||||
py311-test-resource-detector-containerid_ubuntu-latest:
|
||||
name: resource-detector-containerid 3.11 Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@ -691,10 +691,10 @@ jobs:
|
||||
run: pip install tox-uv
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e py311-test-resource-detector-container -- -ra
|
||||
run: tox -e py311-test-resource-detector-containerid -- -ra
|
||||
|
||||
py312-test-resource-detector-container_ubuntu-latest:
|
||||
name: resource-detector-container 3.12 Ubuntu
|
||||
py312-test-resource-detector-containerid_ubuntu-latest:
|
||||
name: resource-detector-containerid 3.12 Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@ -710,10 +710,10 @@ jobs:
|
||||
run: pip install tox-uv
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e py312-test-resource-detector-container -- -ra
|
||||
run: tox -e py312-test-resource-detector-containerid -- -ra
|
||||
|
||||
py313-test-resource-detector-container_ubuntu-latest:
|
||||
name: resource-detector-container 3.13 Ubuntu
|
||||
py313-test-resource-detector-containerid_ubuntu-latest:
|
||||
name: resource-detector-containerid 3.13 Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@ -729,10 +729,10 @@ jobs:
|
||||
run: pip install tox-uv
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e py313-test-resource-detector-container -- -ra
|
||||
run: tox -e py313-test-resource-detector-containerid -- -ra
|
||||
|
||||
pypy3-test-resource-detector-container_ubuntu-latest:
|
||||
name: resource-detector-container pypy-3.9 Ubuntu
|
||||
pypy3-test-resource-detector-containerid_ubuntu-latest:
|
||||
name: resource-detector-containerid pypy-3.9 Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@ -748,7 +748,7 @@ jobs:
|
||||
run: pip install tox-uv
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e pypy3-test-resource-detector-container -- -ra
|
||||
run: tox -e pypy3-test-resource-detector-containerid -- -ra
|
||||
|
||||
py39-test-resource-detector-azure-0_ubuntu-latest:
|
||||
name: resource-detector-azure-0 3.9 Ubuntu
|
||||
|
Reference in New Issue
Block a user