summaryrefslogtreecommitdiff
path: root/etc/evergreen_yml_components/variants/ibm.yml
blob: cdfd1e17d92743cdafe21c27c0b19fa8fe0b90ff (plain)
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
# IBM build variants.

buildvariants:
- name: enterprise-rhel-81-ppc64le
  display_name: Enterprise RHEL 8.1 PPC64LE
  modules:
  - enterprise
  run_on:
  - rhel81-power8-small
  cron: "0 4 * * 0" # From the ${project_weekly_cron} parameter
  stepback: false
  expansions:
    additional_package_targets: >-
      archive-mongocryptd
      archive-mongocryptd-debug
    # We need to compensate for SMT8 setting the cpu count very high and lower the amount of parallelism down
    compile_flags: >-
      --ssl
      MONGO_DISTMOD=rhel81
      -j$(echo "$(grep -c processor /proc/cpuinfo)/2" | bc)
      --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
    crypt_task_compile_flags: >-
      SHLINKFLAGS_EXTRA="-Wl,-Bsymbolic
      -Wl,--no-gnu-unique"
      CCFLAGS="-fno-gnu-unique"
    resmoke_jobs_factor: 0.25
    has_packages: true
    packager_script: packager_enterprise.py
    packager_arch: ppc64le
    packager_distro: rhel81
    push_path: linux
    push_bucket: downloads.10gen.com
    push_name: linux
    push_arch: ppc64le-enterprise-rhel81
    repo_edition: enterprise
    multiversion_platform: rhel81
    multiversion_architecture: ppc64le
    multiversion_edition: enterprise
    compile_variant: enterprise-rhel-81-ppc64le
  tasks:
  - name: compile_test_and_package_serial_no_unittests_TG
    distros:
    - rhel81-power8-large
  - name: .aggregation .common
  - name: audit
  - name: .auth !.multiversion !.jscore
  - name: .misc_js
  - name: .encrypt
  - name: .integration !.audit
    distros:
    - rhel81-power8-large
  - name: .jscore .common !.auth
  - name: .read_write_concern
  - name: replica_sets_gen
  - name: .replica_sets .common
  - name: sasl
  - name: .sharding .jscore !.wo_snapshot !.multi_stmt
  - name: .sharding .common !.multiversion
  - name: .stitch
  - name: .crypt
  - name: test_packages
  - name: .publish_crypt
    distros:
    - rhel70-small
  - name: .publish
    distros:
    - rhel70-small
  - name: generate_buildid_to_debug_symbols_mapping

- name: enterprise-rhel-72-s390x
  display_name: Enterprise RHEL 7.2 s390x
  modules:
  - enterprise
  run_on:
  - rhel72-zseries-test
  cron: "0 4 * * 0"
  stepback: false
  expansions:
    additional_package_targets: >-
      archive-mongocryptd
      archive-mongocryptd-debug
    release_buid: true
    compile_flags: >-
      --ssl
      MONGO_DISTMOD=rhel72
      -j3
      --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
    crypt_task_compile_flags: >-
      SHLINKFLAGS_EXTRA="-Wl,-Bsymbolic
      -Wl,--no-gnu-unique"
      CCFLAGS="-fno-gnu-unique"
    resmoke_jobs_max: 2
    has_packages: true
    packager_script: packager_enterprise.py
    packager_arch: s390x
    packager_distro: rhel72
    push_path: linux
    push_bucket: downloads.10gen.com
    push_name: linux
    push_arch: s390x-enterprise-rhel72
    repo_edition: enterprise
    multiversion_platform: rhel72
    multiversion_architecture: s390x
    multiversion_edition: enterprise
    compile_variant: enterprise-rhel-72-s390x
  tasks:
  - name: compile_test_and_package_serial_no_unittests_TG
    distros:
    - rhel72-zseries-build
  - name: .aggregation .common
  - name: audit
  - name: .auth !.multiversion !.jscore
  - name: .misc_js
  - name: .encrypt
  - name: .integration !.audit
    distros:
    - rhel72-zseries-build
  - name: .jscore .common !.auth
  - name: .read_write_concern
  - name: replica_sets_gen
  - name: .replica_sets .common
  - name: sasl
  - name: .sharding .jscore !.wo_snapshot !.multi_stmt
  - name: .sharding .common !.multiversion
  - name: .stitch
  - name: .crypt
  - name: test_packages
  - name: .publish_crypt
    distros:
    - rhel70-small
  - name: .publish
    distros:
    - rhel70-small
  - name: generate_buildid_to_debug_symbols_mapping

- name: enterprise-rhel-83-s390x
  display_name: Enterprise RHEL 8.3 s390x
  modules:
  - enterprise
  run_on:
  - rhel83-zseries-small
  cron: "0 4 * * 0"
  stepback: false
  expansions:
    additional_package_targets: >-
      archive-mongocryptd
      archive-mongocryptd-debug
    release_buid: true
    compile_flags: >-
      --ssl
      MONGO_DISTMOD=rhel83
      -j3
      --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
    crypt_task_compile_flags: >-
      SHLINKFLAGS_EXTRA="-Wl,-Bsymbolic -Wl,--no-gnu-unique"
      CCFLAGS="-fno-gnu-unique"
    resmoke_jobs_max: 2
    has_packages: true
    packager_script: packager_enterprise.py
    packager_arch: s390x
    packager_distro: rhel83
    push_path: linux
    push_bucket: downloads.10gen.com
    push_name: linux
    push_arch: s390x-enterprise-rhel83
    repo_edition: enterprise
    multiversion_platform: rhel83
    multiversion_architecture: s390x
    multiversion_edition: enterprise
    compile_variant: enterprise-rhel-83-s390x
  tasks:
  - name: compile_test_and_package_serial_TG
    distros:
    - rhel83-zseries-large
  - name: .aggregation .common
  - name: audit
  - name: .auth !.multiversion !.jscore
  - name: .misc_js
  - name: .encrypt
  - name: .integration !.audit
    distros:
    - rhel83-zseries-large
  - name: .jscore .common !.auth
  - name: .read_write_concern
  - name: replica_sets_gen
  - name: .replica_sets .common
  - name: sasl
  - name: .sharding .jscore !.wo_snapshot !.multi_stmt
  - name: .sharding .common !.multiversion
  - name: .stitch
  - name: .crypt
  - name: test_packages
  - name: .publish_crypt
    distros:
    - rhel80-small
  - name: .publish
    distros:
    - rhel80-small
  - name: generate_buildid_to_debug_symbols_mapping