@@ -3965,6 +3965,101 @@ jobs:
3965
3965
- name : Run tests
3966
3966
run : tox -e pypy3-test-util-http -- -ra
3967
3967
3968
+ py39-test-exporter-credential-provider-gcp_ubuntu-latest :
3969
+ name : exporter-credential-provider-gcp 3.9 Ubuntu
3970
+ runs-on : ubuntu-latest
3971
+ timeout-minutes : 30
3972
+ steps :
3973
+ - name : Checkout repo @ SHA - ${{ github.sha }}
3974
+ uses : actions/checkout@v4
3975
+
3976
+ - name : Set up Python 3.9
3977
+ uses : actions/setup-python@v5
3978
+ with :
3979
+ python-version : " 3.9"
3980
+
3981
+ - name : Install tox
3982
+ run : pip install tox-uv
3983
+
3984
+ - name : Run tests
3985
+ run : tox -e py39-test-exporter-credential-provider-gcp -- -ra
3986
+
3987
+ py310-test-exporter-credential-provider-gcp_ubuntu-latest :
3988
+ name : exporter-credential-provider-gcp 3.10 Ubuntu
3989
+ runs-on : ubuntu-latest
3990
+ timeout-minutes : 30
3991
+ steps :
3992
+ - name : Checkout repo @ SHA - ${{ github.sha }}
3993
+ uses : actions/checkout@v4
3994
+
3995
+ - name : Set up Python 3.10
3996
+ uses : actions/setup-python@v5
3997
+ with :
3998
+ python-version : " 3.10"
3999
+
4000
+ - name : Install tox
4001
+ run : pip install tox-uv
4002
+
4003
+ - name : Run tests
4004
+ run : tox -e py310-test-exporter-credential-provider-gcp -- -ra
4005
+
4006
+ py311-test-exporter-credential-provider-gcp_ubuntu-latest :
4007
+ name : exporter-credential-provider-gcp 3.11 Ubuntu
4008
+ runs-on : ubuntu-latest
4009
+ timeout-minutes : 30
4010
+ steps :
4011
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4012
+ uses : actions/checkout@v4
4013
+
4014
+ - name : Set up Python 3.11
4015
+ uses : actions/setup-python@v5
4016
+ with :
4017
+ python-version : " 3.11"
4018
+
4019
+ - name : Install tox
4020
+ run : pip install tox-uv
4021
+
4022
+ - name : Run tests
4023
+ run : tox -e py311-test-exporter-credential-provider-gcp -- -ra
4024
+
4025
+ py312-test-exporter-credential-provider-gcp_ubuntu-latest :
4026
+ name : exporter-credential-provider-gcp 3.12 Ubuntu
4027
+ runs-on : ubuntu-latest
4028
+ timeout-minutes : 30
4029
+ steps :
4030
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4031
+ uses : actions/checkout@v4
4032
+
4033
+ - name : Set up Python 3.12
4034
+ uses : actions/setup-python@v5
4035
+ with :
4036
+ python-version : " 3.12"
4037
+
4038
+ - name : Install tox
4039
+ run : pip install tox-uv
4040
+
4041
+ - name : Run tests
4042
+ run : tox -e py312-test-exporter-credential-provider-gcp -- -ra
4043
+
4044
+ py313-test-exporter-credential-provider-gcp_ubuntu-latest :
4045
+ name : exporter-credential-provider-gcp 3.13 Ubuntu
4046
+ runs-on : ubuntu-latest
4047
+ timeout-minutes : 30
4048
+ steps :
4049
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4050
+ uses : actions/checkout@v4
4051
+
4052
+ - name : Set up Python 3.13
4053
+ uses : actions/setup-python@v5
4054
+ with :
4055
+ python-version : " 3.13"
4056
+
4057
+ - name : Install tox
4058
+ run : pip install tox-uv
4059
+
4060
+ - name : Run tests
4061
+ run : tox -e py313-test-exporter-credential-provider-gcp -- -ra
4062
+
3968
4063
py39-test-util-genai_ubuntu-latest :
3969
4064
name : util-genai 3.9 Ubuntu
3970
4065
runs-on : ubuntu-latest
@@ -4686,98 +4781,3 @@ jobs:
4686
4781
4687
4782
- name : Run tests
4688
4783
run : tox -e py39-test-instrumentation-aio-pika-1 -- -ra
4689
-
4690
- py39-test-instrumentation-aio-pika-2_ubuntu-latest :
4691
- name : instrumentation-aio-pika-2 3.9 Ubuntu
4692
- runs-on : ubuntu-latest
4693
- timeout-minutes : 30
4694
- steps :
4695
- - name : Checkout repo @ SHA - ${{ github.sha }}
4696
- uses : actions/checkout@v4
4697
-
4698
- - name : Set up Python 3.9
4699
- uses : actions/setup-python@v5
4700
- with :
4701
- python-version : " 3.9"
4702
-
4703
- - name : Install tox
4704
- run : pip install tox-uv
4705
-
4706
- - name : Run tests
4707
- run : tox -e py39-test-instrumentation-aio-pika-2 -- -ra
4708
-
4709
- py39-test-instrumentation-aio-pika-3_ubuntu-latest :
4710
- name : instrumentation-aio-pika-3 3.9 Ubuntu
4711
- runs-on : ubuntu-latest
4712
- timeout-minutes : 30
4713
- steps :
4714
- - name : Checkout repo @ SHA - ${{ github.sha }}
4715
- uses : actions/checkout@v4
4716
-
4717
- - name : Set up Python 3.9
4718
- uses : actions/setup-python@v5
4719
- with :
4720
- python-version : " 3.9"
4721
-
4722
- - name : Install tox
4723
- run : pip install tox-uv
4724
-
4725
- - name : Run tests
4726
- run : tox -e py39-test-instrumentation-aio-pika-3 -- -ra
4727
-
4728
- py310-test-instrumentation-aio-pika-0_ubuntu-latest :
4729
- name : instrumentation-aio-pika-0 3.10 Ubuntu
4730
- runs-on : ubuntu-latest
4731
- timeout-minutes : 30
4732
- steps :
4733
- - name : Checkout repo @ SHA - ${{ github.sha }}
4734
- uses : actions/checkout@v4
4735
-
4736
- - name : Set up Python 3.10
4737
- uses : actions/setup-python@v5
4738
- with :
4739
- python-version : " 3.10"
4740
-
4741
- - name : Install tox
4742
- run : pip install tox-uv
4743
-
4744
- - name : Run tests
4745
- run : tox -e py310-test-instrumentation-aio-pika-0 -- -ra
4746
-
4747
- py310-test-instrumentation-aio-pika-1_ubuntu-latest :
4748
- name : instrumentation-aio-pika-1 3.10 Ubuntu
4749
- runs-on : ubuntu-latest
4750
- timeout-minutes : 30
4751
- steps :
4752
- - name : Checkout repo @ SHA - ${{ github.sha }}
4753
- uses : actions/checkout@v4
4754
-
4755
- - name : Set up Python 3.10
4756
- uses : actions/setup-python@v5
4757
- with :
4758
- python-version : " 3.10"
4759
-
4760
- - name : Install tox
4761
- run : pip install tox-uv
4762
-
4763
- - name : Run tests
4764
- run : tox -e py310-test-instrumentation-aio-pika-1 -- -ra
4765
-
4766
- py310-test-instrumentation-aio-pika-2_ubuntu-latest :
4767
- name : instrumentation-aio-pika-2 3.10 Ubuntu
4768
- runs-on : ubuntu-latest
4769
- timeout-minutes : 30
4770
- steps :
4771
- - name : Checkout repo @ SHA - ${{ github.sha }}
4772
- uses : actions/checkout@v4
4773
-
4774
- - name : Set up Python 3.10
4775
- uses : actions/setup-python@v5
4776
- with :
4777
- python-version : " 3.10"
4778
-
4779
- - name : Install tox
4780
- run : pip install tox-uv
4781
-
4782
- - name : Run tests
4783
- run : tox -e py310-test-instrumentation-aio-pika-2 -- -ra
0 commit comments