forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jenkins_jobs.yml
56 lines (47 loc) · 1.06 KB
/
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
53
54
55
56
# This file determines the jobs that we run in this branch on Jenkins.
# Default architecture is x86_64
jobs:
- os: alma8
compiler: clang15
build_type: asan
release_artifact: false
- os: centos7
compiler: clang15
build_type: tsan
release_artifact: false
- os: centos7
compiler: clang15
build_type: debug
release_artifact: false
- os: alma8
compiler: clang15
build_type: release
release_artifact: true
- os: alma8
compiler: clang15
build_type: release
architecture: aarch64
release_artifact: true
- os: alma8
compiler: clang15
build_type: debug
architecture: aarch64
release_artifact: false
- os: alma8
compiler: gcc11
build_type: fastdebug
release_artifact: false
- os: mac12
compiler: clang
build_type: debug
architecture: arm64
release_artifact: false
- os: mac12
compiler: clang
build_type: release
architecture: x86_64
release_artifact: true
- os: ubuntu20.04
compiler: clang15
build_type: debug
release_artifact: false