Skip to content

Commit 31688d5

Browse files
committed
Add CI test
1 parent e34515c commit 31688d5

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.gitlab-ci.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)