Skip to content

Commit 920cb3e

Browse files
committed
return back the old ci process
1 parent 3579d4a commit 920cb3e

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/tests.yaml

+3-9
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,15 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version: [3.8, 3.9]
21-
environment: [py-proto5, py-tls-proto5, py-proto4, py-tls-proto4, py-proto3, py-tls-proto3]
22-
folder: [ydb, tests --ignore=tests/topics, tests/topics]
21+
environment: [py, py-tls, py-proto4, py-tls-proto4, py-proto3, py-tls-proto3]
22+
folder: [ydb, tests]
2323
exclude:
24-
- environment: py-tls-proto5
24+
- environment: py-tls
2525
folder: ydb
2626
- environment: py-tls-proto4
2727
folder: ydb
2828
- environment: py-tls-proto3
2929
folder: ydb
30-
- environment: py-tls-proto5
31-
folder: tests/topics
32-
- environment: py-tls-proto4
33-
folder: tests/topics
34-
- environment: py-tls-proto3
35-
folder: tests/topics
3630

3731
steps:
3832
- uses: actions/checkout@v1

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py-proto5,py-proto4,py-proto3,py-tls-proto5,py-tls-proto4,py-tls-proto3,style,pylint,black,protoc,py-cov-proto4
2+
envlist = py,py-proto4,py-proto3,py-tls,py-tls-proto4,py-tls-proto3,style,pylint,black,protoc,py-cov-proto4
33
minversion = 4.2.6
44
skipsdist = True
55
ignore_basepython_conflict = true
@@ -30,7 +30,7 @@ deps =
3030
-r{toxinidir}/test-requirements.txt
3131
protobuf<4.0.0
3232

33-
[testenv:py-proto5]
33+
[testenv:py]
3434
commands =
3535
pytest -v -m "not tls" --docker-compose-remove-volumes --docker-compose=docker-compose.yml {posargs}
3636
deps =
@@ -60,7 +60,7 @@ deps =
6060
-r{toxinidir}/test-requirements.txt
6161
protobuf<4.0.0
6262

63-
[testenv:py-tls-proto5]
63+
[testenv:py-tls]
6464
commands =
6565
pytest -v -m tls --docker-compose-remove-volumes --docker-compose=docker-compose-tls.yml {posargs}
6666
deps =

0 commit comments

Comments
 (0)