-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathworkflows-azure.ini
208 lines (191 loc) · 5.52 KB
/
workflows-azure.ini
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
test_type = "PR tests"
vt_lb = 1
vt_trace = 0
vt_trace_rt = 0
vt_trace_only = 1
vt_mimalloc = 0
vt_docs = 0
vt_asan = 0
vt_ubsan = 0
vt_werror = 1
vt_pool = 1
vt_extended_tests = 1
vt_unity_build = 1
vt_production_build = 0
vt_fcontext = 0
vt_zoltan = 0
vt_ci_build = 1
vt_tests_num_nodes = 2
vt_external_fmt = 0
test_lb_schema = 0
ulimit_core = 0
vt_code_coverage = 0
build_type = release
repo = lifflander1/vt
arch = amd64
is_ubuntu = 1
distro = 20.04
linux = ubuntu
cache_dir = "~/.local/cache/"
cache_name = "[% linux %]-[% compiler %]-cache"
docker_target = "[% linux %]-cpp-clean"
triggers = "trigger:\\n branches:\\n include:\\n - develop\\n - main"
warning = "###############################################################################\\n############## Warning this is a generated file---do not modify ###############\\n###############################################################################"
job_name = build
workflow_runs_on = "vmImage: 'ubuntu-22.04'"
build_root = $(ARCH)-[% linux %]-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache/
volume_name = "ubuntu-cpp"
linux_env = " UBUNTU: [% distro %]"
vt_diagnostics = 1
pr_pattern = "pr:\\n drafts: false\\n autoCancel: true\\n branches:\\n include:\\n - '*'\\n"
vt_no_color = 1
vt_build_shared_libs = 0
vt_inclusion = TPL
cmake_cxx_standard = 17
vt_debug_verbose = 0
[PR-tests-intel-oneAPI]
test_configuration = "intel icpx, ubuntu, mpich, verbose"
compiler_type = intel-oneapi
compiler = icpx
cache_name = ubuntu-intel-oneapi-icpx-cache
output_name = ci/azure/azure-intel-oneapi-icpx-ubuntu-mpich.yml
vt_trace = 1
vt_pool = 0
vt_extended_tests = 0
vt_debug_verbose = 1
[PR-tests-intel-classic]
test_configuration = "intel icpc, ubuntu, mpich"
compiler_type = intel-oneapi
compiler = icpc
cache_name = ubuntu-intel-oneapi-icpc-cache
output_name = ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
vt_extended_tests = 0
[PR-tests-nvcc-12-2-gcc-9]
test_configuration = "nvidia cuda 12.2.0, gcc-9, ubuntu, mpich, verbose"
compiler_type = nvidia
compiler = 12.2.0
host_compiler = gcc-9
distro = 20.04
cache_name = ubuntu-nvidia-12-cache
output_name = ci/azure/azure-nvidia-12-ubuntu-mpich.yml
vt_extended_tests = 0
job_name = build_optional
vt_diagnostics = 0
vt_trace = 1
vt_pool = 0
vt_tests_num_nodes = 4
vt_debug_verbose = 1
[PR-tests-nvcc-11-2-gcc-9]
test_configuration = "nvidia cuda 11.2, gcc-9, ubuntu, mpich"
compiler_type = nvidia
compiler = 11.2.2
host_compiler = gcc-9
distro = 20.04
cache_name = ubuntu-nvidia-11.2-cache
output_name = ci/azure/azure-nvidia-11-2-ubuntu-mpich.yml
vt_extended_tests = 0
job_name = build_optional
vt_diagnostics = 0
vt_trace = 1
vt_pool = 0
vt_tests_num_nodes = 4
vt_external_fmt = 1
[PR-tests-gcc-8]
test_configuration = "gcc-8, ubuntu, mpich, address sanitizer"
compiler_type = gnu
compiler = gcc-8
distro = 18.04
vt_trace = 1
vt_pool = 0
vt_asan = 1
vt_unity_build = 0
output_name = ci/azure/azure-gcc-8-ubuntu-mpich.yml
lsan_options = suppressions=/vt/tests/lsan.supp
[PR-tests-gcc-9]
test_configuration = "gcc-9, ubuntu, mpich, zoltan, json schema test"
compiler_type = gnu
compiler = gcc-9
output_name = ci/azure/azure-gcc-9-ubuntu-mpich.yml
test_lb_schema = 1
vt_zoltan = 1
[PR-tests-gcc-10]
test_configuration = "gcc-10, ubuntu, openmpi, no LB"
compiler_type = gnu
compiler = gcc-10
docker_target = "[% linux %]-cpp-clean-openmpi"
output_name = ci/azure/azure-gcc-10-ubuntu-openmpi.yml
vt_lb = 0
vt_tests_num_nodes = 4
[PR-tests-gcc-11]
test_configuration = "gcc-11, ubuntu, mpich, trace runtime, coverage"
compiler_type = gnu
compiler = gcc-11
distro = 22.04
vt_trace = 1
vt_trace_rt = 1
vt_unity_build = 0
vt_code_coverage = 1
docker_target = "[% linux %]-cpp-clean-noinstall"
output_name = ci/azure/azure-gcc-11-ubuntu-mpich.yml
[PR-tests-gcc-12]
test_configuration = "gcc-12, ubuntu, mpich, verbose"
compiler_type = gnu
compiler = gcc-12
distro = 22.04
output_name = ci/azure/azure-gcc-12-ubuntu-mpich.yml
pr_pattern = "pr:\\n drafts: true\\n autoCancel: true\\n branches:\\n include:\\n - '*'\\n"
vt_debug_verbose = 1
[PR-tests-clang-13-alpine]
test_configuration = "clang-13, alpine, mpich"
compiler_type = clang
compiler = clang-13
is_ubuntu = 0
linux = alpine
linux_env =""
output_name = ci/azure/azure-clang-alpine-mpich.yml
build_root = $(ARCH)-[% linux %]-$(HOST_COMPILER)-$(COMPILER)-cache/
volume_name = "alpine-cpp"
vt_production_build = 1
[PR-tests-clang-9]
test_configuration = "clang-9, ubuntu, mpich"
compiler_type = clang
compiler = clang-9
output_name = ci/azure/azure-clang-9-ubuntu-mpich.yml
vt_build_shared_libs = 1
vt_inclusion = EXT_LIB
vt_werror = 0
[PR-tests-clang-10]
test_configuration = "clang-10, ubuntu, mpich"
compiler_type = clang
compiler = clang-10
output_name = ci/azure/azure-clang-10-ubuntu-mpich.yml
vt_tests_num_nodes = 4
vt_ubsan = 1
ubsan_options = "print_stacktrace=1"
[PR-tests-clang-11]
test_configuration = "clang-11, ubuntu, mpich"
compiler_type = clang
compiler = clang-11
distro = 22.04
output_name = ci/azure/azure-clang-11-ubuntu-mpich.yml
vt_fcontext = 1
[PR-tests-clang-12]
test_configuration = "clang-12, ubuntu, mpich"
compiler_type = clang
compiler = clang-12
distro = 22.04
output_name = ci/azure/azure-clang-12-ubuntu-mpich.yml
[PR-tests-clang-13]
test_configuration = "clang-13, ubuntu, mpich"
compiler_type = clang
compiler = clang-13
distro = 22.04
output_name = ci/azure/azure-clang-13-ubuntu-mpich.yml
[PR-tests-clang-14]
test_configuration = "clang-14, ubuntu, mpich, verbose"
compiler_type = clang
compiler = clang-14
distro = 22.04
output_name = ci/azure/azure-clang-14-ubuntu-mpich.yml
vt_trace = 1
vt_debug_verbose = 1