Skip to content

Commit 0cb9ba5

Browse files
[chore] Replace '-0' and '-1' with semantically meaningful suffixes. Other minor fixes in 'instrumentation-genai' test structure. (#3268)
* Replace '-0' and '-1' with semantically meaningful suffixes. * Act on feedback in PR 3268. * Fix typos.
1 parent 96f4a03 commit 0cb9ba5

File tree

10 files changed

+297
-187
lines changed

10 files changed

+297
-187
lines changed

.github/workflows/core_contrib_test_0.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ env:
1919

2020
jobs:
2121

22-
py38-test-instrumentation-openai-v2-0:
23-
name: instrumentation-openai-v2-0
22+
py38-test-instrumentation-openai-v2-oldest:
23+
name: instrumentation-openai-v2-oldest
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -39,10 +39,10 @@ jobs:
3939
run: pip install tox-uv
4040

4141
- name: Run tests
42-
run: tox -e py38-test-instrumentation-openai-v2-0 -- -ra
42+
run: tox -e py38-test-instrumentation-openai-v2-oldest -- -ra
4343

44-
py38-test-instrumentation-openai-v2-1:
45-
name: instrumentation-openai-v2-1
44+
py38-test-instrumentation-openai-v2-latest:
45+
name: instrumentation-openai-v2-latest
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -61,10 +61,10 @@ jobs:
6161
run: pip install tox-uv
6262

6363
- name: Run tests
64-
run: tox -e py38-test-instrumentation-openai-v2-1 -- -ra
64+
run: tox -e py38-test-instrumentation-openai-v2-latest -- -ra
6565

66-
py38-test-instrumentation-vertexai-0:
67-
name: instrumentation-vertexai-0
66+
py38-test-instrumentation-vertexai-oldest:
67+
name: instrumentation-vertexai-oldest
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -83,10 +83,10 @@ jobs:
8383
run: pip install tox-uv
8484

8585
- name: Run tests
86-
run: tox -e py38-test-instrumentation-vertexai-0 -- -ra
86+
run: tox -e py38-test-instrumentation-vertexai-oldest -- -ra
8787

88-
py38-test-instrumentation-vertexai-1:
89-
name: instrumentation-vertexai-1
88+
py38-test-instrumentation-vertexai-latest:
89+
name: instrumentation-vertexai-latest
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -105,7 +105,7 @@ jobs:
105105
run: pip install tox-uv
106106

107107
- name: Run tests
108-
run: tox -e py38-test-instrumentation-vertexai-1 -- -ra
108+
run: tox -e py38-test-instrumentation-vertexai-latest -- -ra
109109

110110
py38-test-resource-detector-container:
111111
name: resource-detector-container

0 commit comments

Comments
 (0)