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

ci(GitLab): Add integration test target for containerized tests


Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent c5fc4240
No related branches found
No related tags found
No related merge requests found
Pipeline #122876 passed
......@@ -104,6 +104,17 @@ integration-test:
tags:
- vm
containerized-integration-test:
extends: .default
script:
- useradd -m testuser
- loginctl enable-linger testuser
- chown -R testuser:testuser .
- WORKDIR="$(pwd)" runuser -w WORKDIR -l testuser -c 'env && cd "$WORKDIR" && just install-rust-dev-tools && just build-container-integration-test-image && just containerized-integration-tests'
stage: test
tags:
- vm
test-readmes:
extends: .default
script:
......
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