Skip to content
Snippets Groups Projects
Verified Commit d35a7072 authored by David Runge's avatar David Runge :chipmunk:
Browse files

ci: Parallelize all tests


As normal tests run containerized we can parallelize them with the
integration tests (requiring a VM).

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 985157bf
No related branches found
1 merge request!149feat(mkosi): Use packaged `signstar-configure-build` for build
......@@ -4,7 +4,6 @@ variables:
stages:
- check
- test
- integration
- signstaros
- publish
- report
......@@ -139,7 +138,7 @@ integration-test:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- WORKDIR="$(pwd)" runuser -w WORKDIR -l testuser -c 'env && cd "$WORKDIR" && just install-rust-dev-tools && just ignored=true test'
stage: integration
stage: test
tags:
- vm
......@@ -155,7 +154,7 @@ test-readmes:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- WORKDIR="$(pwd)" runuser -w WORKDIR -l testuser -c 'env && cd "$WORKDIR" && just install-rust-dev-tools && just test-readmes'
stage: integration
stage: test
tags:
- vm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment