@@ -1074,15 +1074,8 @@ tasks:
1074
1074
E2E_TAGS : atlas,cleanup
1075
1075
E2E_TIMEOUT : 3h
1076
1076
E2E_PARALLEL : 16
1077
- - name : atlas_deployments_local_generate_e2e
1078
- tags : ["e2e","deployments","local","generate"]
1079
- commands :
1080
- - func : " generate evergreen"
1081
- vars :
1082
- tool_name : atlascli
1083
- task_type : local
1084
- - name : atlas_deployments_local_e2e
1085
- tags : ["e2e","required","deployments","local","run"]
1077
+ - name : atlas_deployments_local_noauth_e2e
1078
+ tags : ["e2e","deployments","local","noauth"]
1086
1079
must_have_test_results : true
1087
1080
exec_timeout_secs : 11400 # 3 hours 10 minutes
1088
1081
depends_on :
@@ -1111,8 +1104,29 @@ tasks:
1111
1104
MCLI_PUBLIC_API_KEY : ${atlas_public_api_key}
1112
1105
MCLI_OPS_MANAGER_URL : ${mcli_ops_manager_url}
1113
1106
MCLI_SERVICE : cloud
1114
- E2E_TAGS : atlas,deployments,local
1107
+ E2E_TAGS : atlas,deployments,local,noauth
1115
1108
E2E_TIMEOUT : 3h
1109
+ - name : atlas_deployments_local_auth_e2e
1110
+ tags : ["e2e","deployments","local","auth"]
1111
+ must_have_test_results : true
1112
+ exec_timeout_secs : 11400 # 3 hours 10 minutes
1113
+ depends_on :
1114
+ - name : compile
1115
+ variant : " code_health"
1116
+ patch_optional : true
1117
+ commands :
1118
+ - func : " install gotestsum"
1119
+ - func : " install podman"
1120
+ - command : shell.exec
1121
+ type : setup
1122
+ params :
1123
+ shell : bash
1124
+ script : |
1125
+ set -e
1126
+ cat /proc/sys/fs/inotify/max_user_watches
1127
+ cat /proc/sys/fs/inotify/max_user_instances
1128
+ echo 1024 | sudo tee /proc/sys/fs/inotify/max_user_instances
1129
+ cat /proc/sys/fs/inotify/max_user_instances
1116
1130
- func : " e2e test"
1117
1131
timeout_secs : 11400 # 3 hours 10 minutes
1118
1132
vars :
@@ -1122,7 +1136,7 @@ tasks:
1122
1136
MCLI_PUBLIC_API_KEY : ${atlas_public_api_key}
1123
1137
MCLI_OPS_MANAGER_URL : ${mcli_ops_manager_url}
1124
1138
MCLI_SERVICE : cloud
1125
- E2E_TAGS : atlas,deployments,auth, local
1139
+ E2E_TAGS : atlas,deployments,local,auth
1126
1140
E2E_TIMEOUT : 3h
1127
1141
- name : atlas_deployments_atlas_clusters_e2e
1128
1142
tags : ["e2e","deployments","atlas"]
@@ -1274,6 +1288,6 @@ buildvariants:
1274
1288
expansions :
1275
1289
<< : *go_linux_version
1276
1290
tasks :
1277
- - name : " .e2e .deployments .local .generate "
1291
+ - name : " .e2e .deployments .local"
1278
1292
include :
1279
1293
- filename : build/ci/release.yml
0 commit comments