File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,21 @@ include:
55 project : QubesOS/qubes-continuous-integration
66 - file : /r4.3/gitlab-host.yml
77 project : QubesOS/qubes-continuous-integration
8- - file : /r4.3/gitlab-vm.yml
9- project : QubesOS/qubes-continuous-integration
8+ # - file: /r4.3/gitlab-vm.yml
9+ # project: QubesOS/qubes-continuous-integration
10+
11+ r4.3:mgmt-host :
12+ stage : tests
13+ needs :
14+ - r4.3:build:host-fc41
15+ tags :
16+ - vm
17+ variables :
18+ CUSTOM_ENV_VM_IMAGE : qubes_4.3_64bit_stable.qcow2
19+ script :
20+ # Get artifacts from build jobs
21+ - tar xf $CI_PROJECT_DIR/qubes-builder.tar.xz -C ~/
22+ # Find rpm to install
23+ - find $CI_PROJECT_DIR/artifacts/repository -name '*.rpm' -exec sudo dnf install -y {} \+
24+ # Trigger tests
25+ - pytest -vvv /usr/share/ansible/tests/
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments