forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjenkins_jobs.yml
52 lines (41 loc) · 876 Bytes
/
jenkins_jobs.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
# This file determines the jobs that we run in this branch on Jenkins.
# Default architecture is x86_64
jobs:
- os: alma8
compiler: clang12
build_type: asan
- os: centos7
compiler: clang7
build_type: tsan
- os: centos7
compiler: clang11
build_type: debug
- os: alma8
compiler: clang12
build_type: release
- os: centos8
compiler: clang11
build_type: release
architecture: aarch64
- os: centos8
compiler: clang11
build_type: debug
architecture: aarch64
- os: centos7
compiler: gcc5
build_type: debug
- os: centos7
compiler: gcc5
build_type: release
- os: alma8
compiler: gcc9
build_type: debug
- os: macos
compiler: clang
build_type: debug
- os: macos
compiler: clang
build_type: release
- os: ubuntu20.04
compiler: gcc9
build_type: debug