@@ -203,6 +203,66 @@ jobs:
203203 - name : Run tests
204204 run : tox -e py39-test-instrumentation-google-genai-latest -- -ra
205205
206+ py39-test-instrumentation-anthropic-oldest :
207+ name : instrumentation-anthropic-oldest
208+ runs-on : ubuntu-latest
209+ timeout-minutes : 30
210+ steps :
211+ - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
212+ uses : actions/checkout@v4
213+ with :
214+ repository : open-telemetry/opentelemetry-python-contrib
215+ ref : ${{ env.CONTRIB_REPO_SHA }}
216+
217+ - name : Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
218+ uses : actions/checkout@v4
219+ with :
220+ repository : open-telemetry/opentelemetry-python
221+ ref : ${{ env.CORE_REPO_SHA }}
222+ path : opentelemetry-python
223+
224+ - name : Set up Python 3.9
225+ uses : actions/setup-python@v5
226+ with :
227+ python-version : " 3.9"
228+ architecture : " x64"
229+
230+ - name : Install tox
231+ run : pip install tox-uv
232+
233+ - name : Run tests
234+ run : tox -e py39-test-instrumentation-anthropic-oldest -- -ra
235+
236+ py39-test-instrumentation-anthropic-latest :
237+ name : instrumentation-anthropic-latest
238+ runs-on : ubuntu-latest
239+ timeout-minutes : 30
240+ steps :
241+ - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
242+ uses : actions/checkout@v4
243+ with :
244+ repository : open-telemetry/opentelemetry-python-contrib
245+ ref : ${{ env.CONTRIB_REPO_SHA }}
246+
247+ - name : Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
248+ uses : actions/checkout@v4
249+ with :
250+ repository : open-telemetry/opentelemetry-python
251+ ref : ${{ env.CORE_REPO_SHA }}
252+ path : opentelemetry-python
253+
254+ - name : Set up Python 3.9
255+ uses : actions/setup-python@v5
256+ with :
257+ python-version : " 3.9"
258+ architecture : " x64"
259+
260+ - name : Install tox
261+ run : pip install tox-uv
262+
263+ - name : Run tests
264+ run : tox -e py39-test-instrumentation-anthropic-latest -- -ra
265+
206266 py39-test-resource-detector-containerid :
207267 name : resource-detector-containerid
208268 runs-on : ubuntu-latest
@@ -1163,6 +1223,36 @@ jobs:
11631223 - name : Run tests
11641224 run : tox -e py39-test-instrumentation-flask-2 -- -ra
11651225
1226+ py39-test-instrumentation-flask-3 :
1227+ name : instrumentation-flask-3
1228+ runs-on : ubuntu-latest
1229+ timeout-minutes : 30
1230+ steps :
1231+ - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
1232+ uses : actions/checkout@v4
1233+ with :
1234+ repository : open-telemetry/opentelemetry-python-contrib
1235+ ref : ${{ env.CONTRIB_REPO_SHA }}
1236+
1237+ - name : Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
1238+ uses : actions/checkout@v4
1239+ with :
1240+ repository : open-telemetry/opentelemetry-python
1241+ ref : ${{ env.CORE_REPO_SHA }}
1242+ path : opentelemetry-python
1243+
1244+ - name : Set up Python 3.9
1245+ uses : actions/setup-python@v5
1246+ with :
1247+ python-version : " 3.9"
1248+ architecture : " x64"
1249+
1250+ - name : Install tox
1251+ run : pip install tox-uv
1252+
1253+ - name : Run tests
1254+ run : tox -e py39-test-instrumentation-flask-3 -- -ra
1255+
11661256 py39-test-instrumentation-urllib :
11671257 name : instrumentation-urllib
11681258 runs-on : ubuntu-latest
@@ -2453,6 +2543,66 @@ jobs:
24532543 - name : Run tests
24542544 run : tox -e py39-test-util-http -- -ra
24552545
2546+ py39-test-exporter-credential-provider-gcp :
2547+ name : exporter-credential-provider-gcp
2548+ runs-on : ubuntu-latest
2549+ timeout-minutes : 30
2550+ steps :
2551+ - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
2552+ uses : actions/checkout@v4
2553+ with :
2554+ repository : open-telemetry/opentelemetry-python-contrib
2555+ ref : ${{ env.CONTRIB_REPO_SHA }}
2556+
2557+ - name : Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
2558+ uses : actions/checkout@v4
2559+ with :
2560+ repository : open-telemetry/opentelemetry-python
2561+ ref : ${{ env.CORE_REPO_SHA }}
2562+ path : opentelemetry-python
2563+
2564+ - name : Set up Python 3.9
2565+ uses : actions/setup-python@v5
2566+ with :
2567+ python-version : " 3.9"
2568+ architecture : " x64"
2569+
2570+ - name : Install tox
2571+ run : pip install tox-uv
2572+
2573+ - name : Run tests
2574+ run : tox -e py39-test-exporter-credential-provider-gcp -- -ra
2575+
2576+ py39-test-util-genai :
2577+ name : util-genai
2578+ runs-on : ubuntu-latest
2579+ timeout-minutes : 30
2580+ steps :
2581+ - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
2582+ uses : actions/checkout@v4
2583+ with :
2584+ repository : open-telemetry/opentelemetry-python-contrib
2585+ ref : ${{ env.CONTRIB_REPO_SHA }}
2586+
2587+ - name : Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
2588+ uses : actions/checkout@v4
2589+ with :
2590+ repository : open-telemetry/opentelemetry-python
2591+ ref : ${{ env.CORE_REPO_SHA }}
2592+ path : opentelemetry-python
2593+
2594+ - name : Set up Python 3.9
2595+ uses : actions/setup-python@v5
2596+ with :
2597+ python-version : " 3.9"
2598+ architecture : " x64"
2599+
2600+ - name : Install tox
2601+ run : pip install tox-uv
2602+
2603+ - name : Run tests
2604+ run : tox -e py39-test-util-genai -- -ra
2605+
24562606 py39-test-propagator-aws-xray-0 :
24572607 name : propagator-aws-xray-0
24582608 runs-on : ubuntu-latest
@@ -2873,38 +3023,8 @@ jobs:
28733023 - name : Run tests
28743024 run : tox -e py39-test-instrumentation-asyncio -- -ra
28753025
2876- py39-test-instrumentation-cassandra :
2877- name : instrumentation-cassandra
2878- runs-on : ubuntu-latest
2879- timeout-minutes : 30
2880- steps :
2881- - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
2882- uses : actions/checkout@v4
2883- with :
2884- repository : open-telemetry/opentelemetry-python-contrib
2885- ref : ${{ env.CONTRIB_REPO_SHA }}
2886-
2887- - name : Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
2888- uses : actions/checkout@v4
2889- with :
2890- repository : open-telemetry/opentelemetry-python
2891- ref : ${{ env.CORE_REPO_SHA }}
2892- path : opentelemetry-python
2893-
2894- - name : Set up Python 3.9
2895- uses : actions/setup-python@v5
2896- with :
2897- python-version : " 3.9"
2898- architecture : " x64"
2899-
2900- - name : Install tox
2901- run : pip install tox-uv
2902-
2903- - name : Run tests
2904- run : tox -e py39-test-instrumentation-cassandra -- -ra
2905-
2906- py39-test-processor-baggage :
2907- name : processor-baggage
3026+ py39-test-instrumentation-cassandra-driver :
3027+ name : instrumentation-cassandra-driver
29083028 runs-on : ubuntu-latest
29093029 timeout-minutes : 30
29103030 steps :
@@ -2931,10 +3051,10 @@ jobs:
29313051 run : pip install tox-uv
29323052
29333053 - name : Run tests
2934- run : tox -e py39-test-processor-baggage -- -ra
3054+ run : tox -e py39-test-instrumentation-cassandra-driver -- -ra
29353055
2936- py39-test-opamp-client-latest :
2937- name : opamp-client-latest
3056+ py39-test-instrumentation-cassandra-scylla :
3057+ name : instrumentation-cassandra-scylla
29383058 runs-on : ubuntu-latest
29393059 timeout-minutes : 30
29403060 steps :
@@ -2961,10 +3081,10 @@ jobs:
29613081 run : pip install tox-uv
29623082
29633083 - name : Run tests
2964- run : tox -e py39-test-opamp-client-latest -- -ra
3084+ run : tox -e py39-test-instrumentation-cassandra-scylla -- -ra
29653085
2966- py39-test-opamp-client-lowest :
2967- name : opamp-client-lowest
3086+ py39-test-processor-baggage :
3087+ name : processor-baggage
29683088 runs-on : ubuntu-latest
29693089 timeout-minutes : 30
29703090 steps :
@@ -2991,4 +3111,4 @@ jobs:
29913111 run : pip install tox-uv
29923112
29933113 - name : Run tests
2994- run : tox -e py39-test-opamp-client-lowest -- -ra
3114+ run : tox -e py39-test-processor-baggage -- -ra
0 commit comments