forked from QubesOS/qubes-builder-archlinux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitlab-ci.yml
53 lines (47 loc) · 1.24 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
include:
- project: 'QubesOS/qubes-continuous-integration'
file: '/r4.1/gitlab-base.yml'
- project: 'QubesOS/qubes-continuous-integration'
file: '/r4.1/gitlab-vm-archlinux-chroot.yml'
- project: 'QubesOS/qubes-continuous-integration'
file: '/r4.1/gitlab-vm-archlinux-build-template.yml'
default:
tags:
- vm
- long-living-job
after_script:
- ls -l ~/qubes-builder/qubes-src/linux-template-builder/rpm/noarch
variables:
COMPONENTS: "meta-packages linux-template-builder"
prep:sources:
extends: .components_prepare
variables:
COMPONENTS: "linux-template-builder core-vchan-xen app-linux-split-gpg meta-packages"
tests:vm-archlinux:no-deps:
extends: .components_build
stage: tests
needs:
- prep:sources
- chroot:vm-archlinux
tags:
- vm
- short-living-job
variables:
DISTS_VM: archlinux
USE_QUBES_REPO_VERSION: "4.1"
USE_QUBES_REPO_TESTING: "1"
COMPONENTS: app-linux-split-gpg
tests:vm-archlinux:with-qubes-deps:
extends: .components_build
stage: tests
needs:
- prep:sources
- chroot:vm-archlinux
tags:
- vm
- short-living-job
variables:
DISTS_VM: archlinux
USE_QUBES_REPO_VERSION: "4.1"
USE_QUBES_REPO_TESTING: "1"
COMPONENTS: core-vchan-xen