@@ -1048,15 +1048,19 @@ tasks:
1048
1048
- func : check-headers
1049
1049
- name : " check:sasl=Cyrus\_\u2022\_ tls=LibreSSL\_\u2022\_ test_mongocxx_ref=r3.8.0"
1050
1050
run_on :
1051
- - ubuntu2204-small
1052
1051
- ubuntu2204-large
1053
- - ubuntu2004-small
1054
- - ubuntu2004
1055
- - debian10
1056
- - debian11
1052
+ - debian10-large
1053
+ - debian11-large
1057
1054
- amazon2
1058
1055
tags : [earthly, pr-merge-gate, alpine3.16-clang, alpine3.16-gcc, alpine3.17-clang, alpine3.17-gcc, alpine3.18-clang, alpine3.18-gcc, alpine3.19-clang, alpine3.19-gcc, archlinux-clang, archlinux-gcc]
1059
1056
commands :
1057
+ - command : subprocess.exec
1058
+ type : setup
1059
+ params :
1060
+ binary : bash
1061
+ args :
1062
+ - -c
1063
+ - docker login -u "${artifactory_username}" --password-stdin artifactory.corp.mongodb.com <<<"${artifactory_password}"
1060
1064
- command : subprocess.exec
1061
1065
type : setup
1062
1066
params :
@@ -1084,15 +1088,19 @@ tasks:
1084
1088
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1085
1089
- name : " check:sasl=Cyrus\_\u2022\_ tls=LibreSSL\_\u2022\_ test_mongocxx_ref=r3.9.0"
1086
1090
run_on :
1087
- - ubuntu2204-small
1088
1091
- ubuntu2204-large
1089
- - ubuntu2004-small
1090
- - ubuntu2004
1091
- - debian10
1092
- - debian11
1092
+ - debian10-large
1093
+ - debian11-large
1093
1094
- amazon2
1094
1095
tags : [earthly, pr-merge-gate, alpine3.16-clang, alpine3.16-gcc, alpine3.17-clang, alpine3.17-gcc, alpine3.18-clang, alpine3.18-gcc, alpine3.19-clang, alpine3.19-gcc, archlinux-clang, archlinux-gcc]
1095
1096
commands :
1097
+ - command : subprocess.exec
1098
+ type : setup
1099
+ params :
1100
+ binary : bash
1101
+ args :
1102
+ - -c
1103
+ - docker login -u "${artifactory_username}" --password-stdin artifactory.corp.mongodb.com <<<"${artifactory_password}"
1096
1104
- command : subprocess.exec
1097
1105
type : setup
1098
1106
params :
@@ -1120,15 +1128,19 @@ tasks:
1120
1128
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1121
1129
- name : " check:sasl=Cyrus\_\u2022\_ tls=OpenSSL\_\u2022\_ test_mongocxx_ref=none"
1122
1130
run_on :
1123
- - ubuntu2204-small
1124
1131
- ubuntu2204-large
1125
- - ubuntu2004-small
1126
- - ubuntu2004
1127
- - debian10
1128
- - debian11
1132
+ - debian10-large
1133
+ - debian11-large
1129
1134
- amazon2
1130
1135
tags : [earthly, pr-merge-gate, centos7-clang, centos7-gcc, u16-clang, u16-gcc]
1131
1136
commands :
1137
+ - command : subprocess.exec
1138
+ type : setup
1139
+ params :
1140
+ binary : bash
1141
+ args :
1142
+ - -c
1143
+ - docker login -u "${artifactory_username}" --password-stdin artifactory.corp.mongodb.com <<<"${artifactory_password}"
1132
1144
- command : subprocess.exec
1133
1145
type : setup
1134
1146
params :
@@ -1156,15 +1168,19 @@ tasks:
1156
1168
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1157
1169
- name : " check:sasl=Cyrus\_\u2022\_ tls=OpenSSL\_\u2022\_ test_mongocxx_ref=r3.8.0"
1158
1170
run_on :
1159
- - ubuntu2204-small
1160
1171
- ubuntu2204-large
1161
- - ubuntu2004-small
1162
- - ubuntu2004
1163
- - debian10
1164
- - debian11
1172
+ - debian10-large
1173
+ - debian11-large
1165
1174
- amazon2
1166
1175
tags : [earthly, pr-merge-gate, alpine3.16-clang, alpine3.16-gcc, alpine3.17-clang, alpine3.17-gcc, alpine3.18-clang, alpine3.18-gcc, alpine3.19-clang, alpine3.19-gcc, archlinux-clang, archlinux-gcc, u18-clang, u20-clang, u20-gcc, u22-clang, u22-gcc]
1167
1176
commands :
1177
+ - command : subprocess.exec
1178
+ type : setup
1179
+ params :
1180
+ binary : bash
1181
+ args :
1182
+ - -c
1183
+ - docker login -u "${artifactory_username}" --password-stdin artifactory.corp.mongodb.com <<<"${artifactory_password}"
1168
1184
- command : subprocess.exec
1169
1185
type : setup
1170
1186
params :
@@ -1192,15 +1208,19 @@ tasks:
1192
1208
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1193
1209
- name : " check:sasl=Cyrus\_\u2022\_ tls=OpenSSL\_\u2022\_ test_mongocxx_ref=r3.9.0"
1194
1210
run_on :
1195
- - ubuntu2204-small
1196
1211
- ubuntu2204-large
1197
- - ubuntu2004-small
1198
- - ubuntu2004
1199
- - debian10
1200
- - debian11
1212
+ - debian10-large
1213
+ - debian11-large
1201
1214
- amazon2
1202
1215
tags : [earthly, pr-merge-gate, alpine3.16-clang, alpine3.16-gcc, alpine3.17-clang, alpine3.17-gcc, alpine3.18-clang, alpine3.18-gcc, alpine3.19-clang, alpine3.19-gcc, archlinux-clang, archlinux-gcc, u18-clang, u18-gcc, u20-clang, u20-gcc, u22-clang, u22-gcc]
1203
1216
commands :
1217
+ - command : subprocess.exec
1218
+ type : setup
1219
+ params :
1220
+ binary : bash
1221
+ args :
1222
+ - -c
1223
+ - docker login -u "${artifactory_username}" --password-stdin artifactory.corp.mongodb.com <<<"${artifactory_password}"
1204
1224
- command : subprocess.exec
1205
1225
type : setup
1206
1226
params :
@@ -1228,15 +1248,19 @@ tasks:
1228
1248
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1229
1249
- name : " check:sasl=Cyrus\_\u2022\_ tls=off\_\u2022\_ test_mongocxx_ref=none"
1230
1250
run_on :
1231
- - ubuntu2204-small
1232
1251
- ubuntu2204-large
1233
- - ubuntu2004-small
1234
- - ubuntu2004
1235
- - debian10
1236
- - debian11
1252
+ - debian10-large
1253
+ - debian11-large
1237
1254
- amazon2
1238
1255
tags : [earthly, pr-merge-gate, centos7-clang, centos7-gcc, u16-clang, u16-gcc]
1239
1256
commands :
1257
+ - command : subprocess.exec
1258
+ type : setup
1259
+ params :
1260
+ binary : bash
1261
+ args :
1262
+ - -c
1263
+ - docker login -u "${artifactory_username}" --password-stdin artifactory.corp.mongodb.com <<<"${artifactory_password}"
1240
1264
- command : subprocess.exec
1241
1265
type : setup
1242
1266
params :
@@ -1264,15 +1288,19 @@ tasks:
1264
1288
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1265
1289
- name : " check:sasl=Cyrus\_\u2022\_ tls=off\_\u2022\_ test_mongocxx_ref=r3.8.0"
1266
1290
run_on :
1267
- - ubuntu2204-small
1268
1291
- ubuntu2204-large
1269
- - ubuntu2004-small
1270
- - ubuntu2004
1271
- - debian10
1272
- - debian11
1292
+ - debian10-large
1293
+ - debian11-large
1273
1294
- amazon2
1274
1295
tags : [earthly, pr-merge-gate, alpine3.16-clang, alpine3.16-gcc, alpine3.17-clang, alpine3.17-gcc, alpine3.18-clang, alpine3.18-gcc, alpine3.19-clang, alpine3.19-gcc, archlinux-clang, archlinux-gcc, u18-clang, u20-clang, u20-gcc, u22-clang, u22-gcc]
1275
1296
commands :
1297
+ - command : subprocess.exec
1298
+ type : setup
1299
+ params :
1300
+ binary : bash
1301
+ args :
1302
+ - -c
1303
+ - docker login -u "${artifactory_username}" --password-stdin artifactory.corp.mongodb.com <<<"${artifactory_password}"
1276
1304
- command : subprocess.exec
1277
1305
type : setup
1278
1306
params :
@@ -1300,15 +1328,19 @@ tasks:
1300
1328
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1301
1329
- name : " check:sasl=Cyrus\_\u2022\_ tls=off\_\u2022\_ test_mongocxx_ref=r3.9.0"
1302
1330
run_on :
1303
- - ubuntu2204-small
1304
1331
- ubuntu2204-large
1305
- - ubuntu2004-small
1306
- - ubuntu2004
1307
- - debian10
1308
- - debian11
1332
+ - debian10-large
1333
+ - debian11-large
1309
1334
- amazon2
1310
1335
tags : [earthly, pr-merge-gate, alpine3.16-clang, alpine3.16-gcc, alpine3.17-clang, alpine3.17-gcc, alpine3.18-clang, alpine3.18-gcc, alpine3.19-clang, alpine3.19-gcc, archlinux-clang, archlinux-gcc, u18-clang, u18-gcc, u20-clang, u20-gcc, u22-clang, u22-gcc]
1311
1336
commands :
1337
+ - command : subprocess.exec
1338
+ type : setup
1339
+ params :
1340
+ binary : bash
1341
+ args :
1342
+ - -c
1343
+ - docker login -u "${artifactory_username}" --password-stdin artifactory.corp.mongodb.com <<<"${artifactory_password}"
1312
1344
- command : subprocess.exec
1313
1345
type : setup
1314
1346
params :
@@ -1336,15 +1368,19 @@ tasks:
1336
1368
- --c_compiler=${MONGOC_EARTHLY_C_COMPILER}
1337
1369
- name : " check:sasl=off\_\u2022\_ tls=OpenSSL\_\u2022\_ test_mongocxx_ref=r3.8.0"
1338
1370
run_on :
1339
- - ubuntu2204-small
1340
1371
- ubuntu2204-large
1341
- - ubuntu2004-small
1342
- - ubuntu2004
1343
- - debian10
1344
- - debian11
1372
+ - debian10-large
1373
+ - debian11-large
1345
1374
- amazon2
1346
1375
tags : [earthly, pr-merge-gate, u22-gcc]
1347
1376
commands :
1377
+ - command : subprocess.exec
1378
+ type : setup
1379
+ params :
1380
+ binary : bash
1381
+ args :
1382
+ - -c
1383
+ - docker login -u "${artifactory_username}" --password-stdin artifactory.corp.mongodb.com <<<"${artifactory_password}"
1348
1384
- command : subprocess.exec
1349
1385
type : setup
1350
1386
params :
@@ -1376,12 +1412,9 @@ tasks:
1376
1412
- func : clang-format
1377
1413
- name : create-silk-asset-group
1378
1414
run_on :
1379
- - ubuntu2204-small
1380
1415
- ubuntu2204-large
1381
- - ubuntu2004-small
1382
- - ubuntu2004
1383
- - debian10
1384
- - debian11
1416
+ - debian10-large
1417
+ - debian11-large
1385
1418
- amazon2
1386
1419
tags : [misc, pr-merge-gate]
1387
1420
commands :
0 commit comments