@@ -636,8 +636,27 @@ jobs:
636
636
- name : Run tests
637
637
run : tox -e py313-test-instrumentation-google-genai-latest -- -ra
638
638
639
- py39-test-resource-detector-container_ubuntu-latest :
640
- name : resource-detector-container 3.9 Ubuntu
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
+
658
+ py39-test-resource-detector-containerid_ubuntu-latest :
659
+ name : resource-detector-containerid 3.9 Ubuntu
641
660
runs-on : ubuntu-latest
642
661
timeout-minutes : 30
643
662
steps :
@@ -653,10 +672,10 @@ jobs:
653
672
run : pip install tox-uv
654
673
655
674
- name : Run tests
656
- run : tox -e py39-test-resource-detector-container -- -ra
675
+ run : tox -e py39-test-resource-detector-containerid -- -ra
657
676
658
- py310-test-resource-detector-container_ubuntu -latest :
659
- name : resource-detector-container 3.10 Ubuntu
677
+ py310-test-resource-detector-containerid_ubuntu -latest :
678
+ name : resource-detector-containerid 3.10 Ubuntu
660
679
runs-on : ubuntu-latest
661
680
timeout-minutes : 30
662
681
steps :
@@ -672,10 +691,10 @@ jobs:
672
691
run : pip install tox-uv
673
692
674
693
- name : Run tests
675
- run : tox -e py310-test-resource-detector-container -- -ra
694
+ run : tox -e py310-test-resource-detector-containerid -- -ra
676
695
677
- py311-test-resource-detector-container_ubuntu -latest :
678
- name : resource-detector-container 3.11 Ubuntu
696
+ py311-test-resource-detector-containerid_ubuntu -latest :
697
+ name : resource-detector-containerid 3.11 Ubuntu
679
698
runs-on : ubuntu-latest
680
699
timeout-minutes : 30
681
700
steps :
@@ -691,10 +710,10 @@ jobs:
691
710
run : pip install tox-uv
692
711
693
712
- name : Run tests
694
- run : tox -e py311-test-resource-detector-container -- -ra
713
+ run : tox -e py311-test-resource-detector-containerid -- -ra
695
714
696
- py312-test-resource-detector-container_ubuntu -latest :
697
- name : resource-detector-container 3.12 Ubuntu
715
+ py312-test-resource-detector-containerid_ubuntu -latest :
716
+ name : resource-detector-containerid 3.12 Ubuntu
698
717
runs-on : ubuntu-latest
699
718
timeout-minutes : 30
700
719
steps :
@@ -710,10 +729,10 @@ jobs:
710
729
run : pip install tox-uv
711
730
712
731
- name : Run tests
713
- run : tox -e py312-test-resource-detector-container -- -ra
732
+ run : tox -e py312-test-resource-detector-containerid -- -ra
714
733
715
- py313-test-resource-detector-container_ubuntu -latest :
716
- name : resource-detector-container 3.13 Ubuntu
734
+ py313-test-resource-detector-containerid_ubuntu -latest :
735
+ name : resource-detector-containerid 3.13 Ubuntu
717
736
runs-on : ubuntu-latest
718
737
timeout-minutes : 30
719
738
steps :
@@ -729,10 +748,10 @@ jobs:
729
748
run : pip install tox-uv
730
749
731
750
- name : Run tests
732
- run : tox -e py313-test-resource-detector-container -- -ra
751
+ run : tox -e py313-test-resource-detector-containerid -- -ra
733
752
734
- pypy3-test-resource-detector-container_ubuntu -latest :
735
- name : resource-detector-container pypy-3.9 Ubuntu
753
+ pypy3-test-resource-detector-containerid_ubuntu -latest :
754
+ name : resource-detector-containerid pypy-3.8 Ubuntu
736
755
runs-on : ubuntu-latest
737
756
timeout-minutes : 30
738
757
steps :
@@ -748,7 +767,7 @@ jobs:
748
767
run : pip install tox-uv
749
768
750
769
- name : Run tests
751
- run : tox -e pypy3-test-resource-detector-container -- -ra
770
+ run : tox -e pypy3-test-resource-detector-containerid -- -ra
752
771
753
772
py39-test-resource-detector-azure-0_ubuntu-latest :
754
773
name : resource-detector-azure-0 3.9 Ubuntu
0 commit comments