Skip to content

Commit 707c128

Browse files
committed
fix
Signed-off-by: emdneto <[email protected]>
1 parent b87ad2b commit 707c128

File tree

3 files changed

+4
-32
lines changed

3 files changed

+4
-32
lines changed

.github/workflows/core_contrib_test_0.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
- name: Run tests
113113
run: tox -e py39-test-instrumentation-vertexai-latest -- -ra
114114

115-
<<<<<<< HEAD
116115
py39-test-instrumentation-google-genai-oldest:
117116
name: instrumentation-google-genai-oldest
118117
runs-on: ubuntu-latest
@@ -159,12 +158,8 @@ jobs:
159158
- name: Run tests
160159
run: tox -e py39-test-instrumentation-google-genai-latest -- -ra
161160

162-
py39-test-resource-detector-container:
163-
name: resource-detector-container
164-
=======
165-
py38-test-resource-detector-containerid:
161+
py39-test-resource-detector-containerid:
166162
name: resource-detector-containerid
167-
>>>>>>> dc37a537 (resource-dector-container: package rename)
168163
runs-on: ubuntu-latest
169164
timeout-minutes: 30
170165
steps:
@@ -184,11 +179,7 @@ jobs:
184179
run: pip install tox-uv
185180

186181
- name: Run tests
187-
<<<<<<< HEAD
188-
run: tox -e py39-test-resource-detector-container -- -ra
189-
=======
190-
run: tox -e py38-test-resource-detector-containerid -- -ra
191-
>>>>>>> dc37a537 (resource-dector-container: package rename)
182+
run: tox -e py39-test-resource-detector-containerid -- -ra
192183

193184
py39-test-resource-detector-azure-0:
194185
name: resource-detector-azure-0

.github/workflows/test_0.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -636,25 +636,6 @@ jobs:
636636
- name: Run tests
637637
run: tox -e py313-test-instrumentation-google-genai-latest -- -ra
638638

639-
py38-test-resource-detector-containerid_ubuntu-latest:
640-
name: resource-detector-containerid 3.8 Ubuntu
641-
runs-on: ubuntu-latest
642-
timeout-minutes: 30
643-
steps:
644-
- name: Checkout repo @ SHA - ${{ github.sha }}
645-
uses: actions/checkout@v4
646-
647-
- name: Set up Python 3.8
648-
uses: actions/setup-python@v5
649-
with:
650-
python-version: "3.8"
651-
652-
- name: Install tox
653-
run: pip install tox-uv
654-
655-
- name: Run tests
656-
run: tox -e py38-test-resource-detector-containerid -- -ra
657-
658639
py39-test-resource-detector-containerid_ubuntu-latest:
659640
name: resource-detector-containerid 3.9 Ubuntu
660641
runs-on: ubuntu-latest
@@ -751,7 +732,7 @@ jobs:
751732
run: tox -e py313-test-resource-detector-containerid -- -ra
752733

753734
pypy3-test-resource-detector-containerid_ubuntu-latest:
754-
name: resource-detector-containerid pypy-3.8 Ubuntu
735+
name: resource-detector-containerid pypy-3.9 Ubuntu
755736
runs-on: ubuntu-latest
756737
timeout-minutes: 30
757738
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ envlist =
2626
lint-instrumentation-google-genai
2727

2828
; opentelemetry-resource-detector-containerid
29-
py3{8,9,10,11,12,13}-test-resource-detector-containerid
29+
py3{9,10,11,12,13}-test-resource-detector-containerid
3030
pypy3-test-resource-detector-containerid
3131
lint-resource-detector-containerid
3232

0 commit comments

Comments
 (0)