forked from pulp-platform/iDMA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci.yml
93 lines (78 loc) · 1.91 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Copyright 2022 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51
# Author: Thomas Benz <[email protected]>
variables:
SPHINXBUILD: "/home/tbenz/.local/bin/sphinx-build"
MORTY: "/home/tbenz/.cargo/bin/morty"
before_script:
- source ~paulsc/.bashrc
stages:
- prepare-non-free
- iDMA
############# Below: only works on IIS machines ####################
prepare-non-free:
stage: prepare-non-free
script:
- git clone [email protected]:bslk/idma/idma-non-free.git
- cd idma-non-free
- git checkout deploy
- make -B gen_sub_ci
artifacts:
paths:
- idma-non-free/ci/*.yml
# Below: Automatically generated by util/gen_ci.py
backend-run:
stage: iDMA
needs:
- prepare-non-free
trigger:
include:
- artifact: idma-non-free/ci/gitlab-backend-ci.yml
job: prepare-non-free
strategy: depend
backend-occamy-run:
stage: iDMA
needs:
- prepare-non-free
trigger:
include:
- artifact: idma-non-free/ci/gitlab-backend-occamy-ci.yml
job: prepare-non-free
strategy: depend
tiny-dma-run:
stage: iDMA
needs:
- prepare-non-free
trigger:
include:
- artifact: idma-non-free/ci/gitlab-tiny-dma-ci.yml
job: prepare-non-free
strategy: depend
lite-backend-run:
stage: iDMA
needs:
- prepare-non-free
trigger:
include:
- artifact: idma-non-free/ci/gitlab-lite-backend-ci.yml
job: prepare-non-free
strategy: depend
obi-backend-run:
stage: iDMA
needs:
- prepare-non-free
trigger:
include:
- artifact: idma-non-free/ci/gitlab-obi-backend-ci.yml
job: prepare-non-free
strategy: depend
4d-ext-run:
stage: iDMA
needs:
- prepare-non-free
trigger:
include:
- artifact: idma-non-free/ci/gitlab-4d-ext-ci.yml
job: prepare-non-free
strategy: depend