forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jenkins_jobs.yml
50 lines (43 loc) · 1.05 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
# This file determines the jobs that we run in this branch on Jenkins.
# Default architecture is x86_64
jobs:
- os: alma8
compiler: clang17
build_type: asan
release_artifact: false
- os: alma8
compiler: clang17
build_type: tsan
release_artifact: false
- os: alma8
compiler: gcc11
build_type: fastdebug
test_opts: YB_TEST_YB_CONTROLLER=0
release_artifact: false
- os: alma8
compiler: clang17
build_type: release
build_opts: YB_LINKING_TYPE=full-lto
release_artifact: true
- os: alma8
compiler: clang17
build_type: release
architecture: aarch64
release_artifact: true
- os: mac13
compiler: clang
build_type: release
architecture: arm64
test_opts: YB_TEST_YB_CONTROLLER=0
release_artifact: true
- os: mac13
compiler: clang
build_type: release
architecture: x86_64
test_opts: YB_COMPILE_ONLY=1
release_artifact: true
- os: ubuntu22.04
compiler: clang17
build_type: debug
release_artifact: false
test_opts: YB_COMPILE_ONLY=1