未验证 提交 5a538346 编写于 作者: 😸 😸

ci: change how many jobs run in parallel

This way we can also run Python 3 tests in parallel without requiring
more resources in total.
上级 660ae326
......@@ -6,7 +6,7 @@
test buster:
<<: *template
image: debian:buster
parallel: 5
parallel: 2
script: debian/run-ci --with-coverage
artifacts:
expire_in: 1 day
......@@ -17,6 +17,7 @@ test buster:
tests buster python3:
<<: *template
image: debian:buster
parallel: 2
script: debian/run-ci --python3
artifacts:
paths:
......@@ -26,6 +27,7 @@ tests buster python3:
tests bullseye python3:
<<: *template
image: debian:bullseye
parallel: 2
script: debian/run-ci --python3
artifacts:
paths:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册