-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
.gitlab-ci.yml
55 lines (48 loc) · 1.46 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
54
55
include:
- project: 'QubesOS/qubes-continuous-integration'
file: '/r4.1/gitlab-base.yml'
default:
tags:
- vm-runner
- long-living-job
after_script:
- tail -n 100 ~/qubes-builder/build-logs/installer-qubes-os-iso-*.log
- ls -l ~/qubes-builder/iso
variables:
COMPONENTS: installer-qubes-os
BUILDERCONF: "scripts/travis-builder.conf"
build:iso-full:
extends: .iso_build
variables:
DIST_DOM0: fc37
USE_QUBES_REPO_VERSION: "4.2"
USE_QUBES_REPO_TESTING: "1"
RPM_BUILD_DEFINES: "--nocheck"
INSTALLER_KICKSTART: "/tmp/qubes-installer/conf/iso-online-testing.ks"
build:iso-unsigned:
extends: .iso_build
variables:
DIST_DOM0: fc37
USE_QUBES_REPO_VERSION: "4.2"
USE_QUBES_REPO_TESTING: "1"
RPM_BUILD_DEFINES: "--nocheck"
INSTALLER_KICKSTART: "/tmp/qubes-installer/conf/iso-unsigned.ks"
EXPECT_FAILURE: "./scripts/expected-failure"
build:iso-unsigned2:
extends: .iso_build
variables:
DIST_DOM0: fc37
USE_QUBES_REPO_VERSION: "4.2"
USE_QUBES_REPO_TESTING: "1"
RPM_BUILD_DEFINES: "--nocheck"
INSTALLER_KICKSTART: "/tmp/qubes-installer/conf/iso-unsigned2.ks"
EXPECT_FAILURE: "./scripts/expected-failure"
build:iso-unknown-key:
extends: .iso_build
variables:
DIST_DOM0: fc37
USE_QUBES_REPO_VERSION: "4.2"
USE_QUBES_REPO_TESTING: "1"
RPM_BUILD_DEFINES: "--nocheck"
INSTALLER_KICKSTART: "/tmp/qubes-installer/conf/iso-unknown-key.ks"
EXPECT_FAILURE: "./scripts/expected-failure"