-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.ci.yml
50 lines (48 loc) · 1.22 KB
/
.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
stages:
- verify
- pre-build
- build-docs
- deploy
- build
- test
- test-upstream
variables:
GIT_SUBMODULE_STRATEGY: none
YAML_SOURCE_COMMIT: main
include:
- project: 'rowhammer-tester-ci'
ref: main
file: '/ci-setup.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/ci-bitstream-setup.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/ci-hw-setup.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/pre-build-lint-and-unit-tests.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/build-docs.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/deploy-docs.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/build-ddr5-tester-linux.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/build-spds.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/build-bitstreams.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/tests-platforms.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/tests-sim.yaml'
- project: 'rowhammer-tester-ci'
ref: main
file: '/test-upstream-is-up-to-date.yaml'