-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.evergreen-mco.yml
More file actions
176 lines (175 loc) · 4.23 KB
/
Copy path.evergreen-mco.yml
File metadata and controls
176 lines (175 loc) · 4.23 KB
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
buildvariants:
- display_tasks:
- execution_tasks: []
name: e2e_mco_tests
name: e2e_mco_tests
tasks:
- name: e2e_mco_task_group
task_groups:
- max_hosts: -1
name: e2e_mco_task_group
setup_group:
- func: clone
- func: download_kube_tools
- func: setup_building_host
setup_task:
- func: cleanup_exec_environment
- func: configure_docker_auth
- func: setup_kubernetes_environment
tasks:
- feature_compatibility_version
- prometheus
- replica_set
- replica_set_arbiter
- replica_set_change_version
- replica_set_connection_string_options
- replica_set_cross_namespace_deploy
- replica_set_custom_persistent_volume
- replica_set_custom_role
- replica_set_enterprise_upgrade_4_5
- replica_set_enterprise_upgrade_5_6
- replica_set_enterprise_upgrade_6_7
- replica_set_enterprise_upgrade_7_8
- replica_set_mongod_config
- replica_set_mongod_port_change_with_arbiters
- replica_set_mongod_readiness
- replica_set_mount_connection_string
- replica_set_operator_upgrade
- replica_set_recovery
- replica_set_remove_user
- replica_set_scale
- replica_set_scale_down
- replica_set_tls
- replica_set_tls_recreate_mdbc
- replica_set_tls_rotate
- replica_set_tls_rotate_delete_sts
- replica_set_tls_upgrade
- replica_set_x509
- statefulset_arbitrary_config
- statefulset_arbitrary_config_update
teardown_group:
- func: prune_docker_resources
teardown_task:
- func: upload_e2e_logs_gotest
- func: teardown_kubernetes_environment
tasks:
- commands:
- func: e2e_test
retry_on_failure: true
name: feature_compatibility_version
- commands:
- func: e2e_test
retry_on_failure: true
name: prometheus
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_arbiter
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_change_version
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_connection_string_options
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_cross_namespace_deploy
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_custom_persistent_volume
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_custom_role
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_enterprise_upgrade_4_5
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_enterprise_upgrade_5_6
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_enterprise_upgrade_6_7
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_enterprise_upgrade_7_8
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_mongod_config
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_mongod_port_change_with_arbiters
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_mongod_readiness
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_mount_connection_string
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_operator_upgrade
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_recovery
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_remove_user
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_scale
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_scale_down
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_tls
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_tls_recreate_mdbc
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_tls_rotate
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_tls_rotate_delete_sts
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_tls_upgrade
- commands:
- func: e2e_test
retry_on_failure: true
name: replica_set_x509
- commands:
- func: e2e_test
retry_on_failure: true
name: statefulset_arbitrary_config
- commands:
- func: e2e_test
retry_on_failure: true
name: statefulset_arbitrary_config_update