Skip to content

Commit dd28d3d

Browse files
committed
workflows
Signed-off-by: emdneto <[email protected]>
1 parent 8519393 commit dd28d3d

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

.github/workflows/lint_0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Run tests
3535
run: tox -e lint-opentelemetry-api
3636

37-
lint-opentelemetry-proto:
38-
name: opentelemetry-proto
37+
lint-opentelemetry-proto-protobuf5:
38+
name: opentelemetry-proto-protobuf5
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -50,7 +50,7 @@ jobs:
5050
run: pip install tox
5151

5252
- name: Run tests
53-
run: tox -e lint-opentelemetry-proto
53+
run: tox -e lint-opentelemetry-proto-protobuf5
5454

5555
lint-opentelemetry-sdk:
5656
name: opentelemetry-sdk

.github/workflows/test_0.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ jobs:
124124
- name: Run tests
125125
run: tox -e pypy3-test-opentelemetry-api -- -ra
126126

127-
py38-test-opentelemetry-proto_ubuntu-latest:
128-
name: opentelemetry-proto 3.8 Ubuntu
127+
py38-test-opentelemetry-proto-protobuf5_ubuntu-latest:
128+
name: opentelemetry-proto-protobuf5 3.8 Ubuntu
129129
runs-on: ubuntu-latest
130130
steps:
131131
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -140,10 +140,10 @@ jobs:
140140
run: pip install tox
141141

142142
- name: Run tests
143-
run: tox -e py38-test-opentelemetry-proto -- -ra
143+
run: tox -e py38-test-opentelemetry-proto-protobuf5 -- -ra
144144

145-
py39-test-opentelemetry-proto_ubuntu-latest:
146-
name: opentelemetry-proto 3.9 Ubuntu
145+
py39-test-opentelemetry-proto-protobuf5_ubuntu-latest:
146+
name: opentelemetry-proto-protobuf5 3.9 Ubuntu
147147
runs-on: ubuntu-latest
148148
steps:
149149
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -158,10 +158,10 @@ jobs:
158158
run: pip install tox
159159

160160
- name: Run tests
161-
run: tox -e py39-test-opentelemetry-proto -- -ra
161+
run: tox -e py39-test-opentelemetry-proto-protobuf5 -- -ra
162162

163-
py310-test-opentelemetry-proto_ubuntu-latest:
164-
name: opentelemetry-proto 3.10 Ubuntu
163+
py310-test-opentelemetry-proto-protobuf5_ubuntu-latest:
164+
name: opentelemetry-proto-protobuf5 3.10 Ubuntu
165165
runs-on: ubuntu-latest
166166
steps:
167167
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -176,10 +176,10 @@ jobs:
176176
run: pip install tox
177177

178178
- name: Run tests
179-
run: tox -e py310-test-opentelemetry-proto -- -ra
179+
run: tox -e py310-test-opentelemetry-proto-protobuf5 -- -ra
180180

181-
py311-test-opentelemetry-proto_ubuntu-latest:
182-
name: opentelemetry-proto 3.11 Ubuntu
181+
py311-test-opentelemetry-proto-protobuf5_ubuntu-latest:
182+
name: opentelemetry-proto-protobuf5 3.11 Ubuntu
183183
runs-on: ubuntu-latest
184184
steps:
185185
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -194,10 +194,10 @@ jobs:
194194
run: pip install tox
195195

196196
- name: Run tests
197-
run: tox -e py311-test-opentelemetry-proto -- -ra
197+
run: tox -e py311-test-opentelemetry-proto-protobuf5 -- -ra
198198

199-
py312-test-opentelemetry-proto_ubuntu-latest:
200-
name: opentelemetry-proto 3.12 Ubuntu
199+
py312-test-opentelemetry-proto-protobuf5_ubuntu-latest:
200+
name: opentelemetry-proto-protobuf5 3.12 Ubuntu
201201
runs-on: ubuntu-latest
202202
steps:
203203
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -212,10 +212,10 @@ jobs:
212212
run: pip install tox
213213

214214
- name: Run tests
215-
run: tox -e py312-test-opentelemetry-proto -- -ra
215+
run: tox -e py312-test-opentelemetry-proto-protobuf5 -- -ra
216216

217-
pypy3-test-opentelemetry-proto_ubuntu-latest:
218-
name: opentelemetry-proto pypy-3.8 Ubuntu
217+
pypy3-test-opentelemetry-proto-protobuf5_ubuntu-latest:
218+
name: opentelemetry-proto-protobuf5 pypy-3.8 Ubuntu
219219
runs-on: ubuntu-latest
220220
steps:
221221
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -230,7 +230,7 @@ jobs:
230230
run: pip install tox
231231

232232
- name: Run tests
233-
run: tox -e pypy3-test-opentelemetry-proto -- -ra
233+
run: tox -e pypy3-test-opentelemetry-proto-protobuf5 -- -ra
234234

235235
py38-test-opentelemetry-sdk_ubuntu-latest:
236236
name: opentelemetry-sdk 3.8 Ubuntu
@@ -2104,8 +2104,8 @@ jobs:
21042104
- name: Run tests
21052105
run: tox -e pypy3-test-opentelemetry-api -- -ra
21062106

2107-
py38-test-opentelemetry-proto_windows-latest:
2108-
name: opentelemetry-proto 3.8 Windows
2107+
py38-test-opentelemetry-proto-protobuf5_windows-latest:
2108+
name: opentelemetry-proto-protobuf5 3.8 Windows
21092109
runs-on: windows-latest
21102110
steps:
21112111
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2123,10 +2123,10 @@ jobs:
21232123
run: git config --system core.longpaths true
21242124

21252125
- name: Run tests
2126-
run: tox -e py38-test-opentelemetry-proto -- -ra
2126+
run: tox -e py38-test-opentelemetry-proto-protobuf5 -- -ra
21272127

2128-
py39-test-opentelemetry-proto_windows-latest:
2129-
name: opentelemetry-proto 3.9 Windows
2128+
py39-test-opentelemetry-proto-protobuf5_windows-latest:
2129+
name: opentelemetry-proto-protobuf5 3.9 Windows
21302130
runs-on: windows-latest
21312131
steps:
21322132
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2144,10 +2144,10 @@ jobs:
21442144
run: git config --system core.longpaths true
21452145

21462146
- name: Run tests
2147-
run: tox -e py39-test-opentelemetry-proto -- -ra
2147+
run: tox -e py39-test-opentelemetry-proto-protobuf5 -- -ra
21482148

2149-
py310-test-opentelemetry-proto_windows-latest:
2150-
name: opentelemetry-proto 3.10 Windows
2149+
py310-test-opentelemetry-proto-protobuf5_windows-latest:
2150+
name: opentelemetry-proto-protobuf5 3.10 Windows
21512151
runs-on: windows-latest
21522152
steps:
21532153
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2165,10 +2165,10 @@ jobs:
21652165
run: git config --system core.longpaths true
21662166

21672167
- name: Run tests
2168-
run: tox -e py310-test-opentelemetry-proto -- -ra
2168+
run: tox -e py310-test-opentelemetry-proto-protobuf5 -- -ra
21692169

2170-
py311-test-opentelemetry-proto_windows-latest:
2171-
name: opentelemetry-proto 3.11 Windows
2170+
py311-test-opentelemetry-proto-protobuf5_windows-latest:
2171+
name: opentelemetry-proto-protobuf5 3.11 Windows
21722172
runs-on: windows-latest
21732173
steps:
21742174
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2186,10 +2186,10 @@ jobs:
21862186
run: git config --system core.longpaths true
21872187

21882188
- name: Run tests
2189-
run: tox -e py311-test-opentelemetry-proto -- -ra
2189+
run: tox -e py311-test-opentelemetry-proto-protobuf5 -- -ra
21902190

2191-
py312-test-opentelemetry-proto_windows-latest:
2192-
name: opentelemetry-proto 3.12 Windows
2191+
py312-test-opentelemetry-proto-protobuf5_windows-latest:
2192+
name: opentelemetry-proto-protobuf5 3.12 Windows
21932193
runs-on: windows-latest
21942194
steps:
21952195
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2207,10 +2207,10 @@ jobs:
22072207
run: git config --system core.longpaths true
22082208

22092209
- name: Run tests
2210-
run: tox -e py312-test-opentelemetry-proto -- -ra
2210+
run: tox -e py312-test-opentelemetry-proto-protobuf5 -- -ra
22112211

2212-
pypy3-test-opentelemetry-proto_windows-latest:
2213-
name: opentelemetry-proto pypy-3.8 Windows
2212+
pypy3-test-opentelemetry-proto-protobuf5_windows-latest:
2213+
name: opentelemetry-proto-protobuf5 pypy-3.8 Windows
22142214
runs-on: windows-latest
22152215
steps:
22162216
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2228,7 +2228,7 @@ jobs:
22282228
run: git config --system core.longpaths true
22292229

22302230
- name: Run tests
2231-
run: tox -e pypy3-test-opentelemetry-proto -- -ra
2231+
run: tox -e pypy3-test-opentelemetry-proto-protobuf5 -- -ra
22322232

22332233
py38-test-opentelemetry-sdk_windows-latest:
22342234
name: opentelemetry-sdk 3.8 Windows

0 commit comments

Comments
 (0)