@@ -1164,6 +1164,190 @@ steps:
11641164 - BUILDKITE_AGENT_ACCESS_TOKEN
11651165 - HAB_AUTH_TOKEN
11661166
1167+ # ######################################################################
1168+ # macOS (aarch64-darwin) E2E Tests
1169+ # ######################################################################
1170+
1171+ - label : " [:mac: test_studio_auto_installs]"
1172+ command :
1173+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_studio_auto_installs
1174+ artifact_paths :
1175+ - " *.log"
1176+ agents :
1177+ queue : ' default-macos-arm64-privileged'
1178+ plugins :
1179+ - chef/anka#v0.7.2:
1180+ vm-name : buildkite-core-14-arm64
1181+ always-pull : true
1182+ wait-network : true
1183+ inherit-environment-vars : true
1184+ env :
1185+ BUILD_PKG_TARGET : aarch64-darwin
1186+ HOMEBREW_NO_AUTO_UPDATE : 1
1187+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1188+
1189+ - label : " [:mac: test_studio_version]"
1190+ command :
1191+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_studio_version
1192+ artifact_paths :
1193+ - " *.log"
1194+ agents :
1195+ queue : ' default-macos-arm64-privileged'
1196+ plugins :
1197+ - chef/anka#v0.7.2:
1198+ vm-name : buildkite-core-14-arm64
1199+ always-pull : true
1200+ wait-network : true
1201+ inherit-environment-vars : true
1202+ env :
1203+ BUILD_PKG_TARGET : aarch64-darwin
1204+ HOMEBREW_NO_AUTO_UPDATE : 1
1205+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1206+
1207+ - label : " [:mac: test_studio_can_build_packages]"
1208+ command :
1209+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_studio_can_build_packages
1210+ artifact_paths :
1211+ - " *.log"
1212+ agents :
1213+ queue : ' default-macos-arm64-privileged'
1214+ plugins :
1215+ - chef/anka#v0.7.2:
1216+ vm-name : buildkite-core-14-arm64
1217+ always-pull : true
1218+ wait-network : true
1219+ inherit-environment-vars : true
1220+ env :
1221+ BUILD_PKG_TARGET : aarch64-darwin
1222+ HOMEBREW_NO_AUTO_UPDATE : 1
1223+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1224+
1225+ - label : " [:mac: test_pkg_download]"
1226+ command :
1227+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_pkg_download
1228+ artifact_paths :
1229+ - " *.log"
1230+ agents :
1231+ queue : ' default-macos-arm64-privileged'
1232+ plugins :
1233+ - chef/anka#v0.7.2:
1234+ vm-name : buildkite-core-14-arm64
1235+ always-pull : true
1236+ wait-network : true
1237+ inherit-environment-vars : true
1238+ env :
1239+ BUILD_PKG_TARGET : aarch64-darwin
1240+ HOMEBREW_NO_AUTO_UPDATE : 1
1241+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1242+
1243+ - label : " [:mac: test_fresh_install_can_communicate_with_builder]"
1244+ command :
1245+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_fresh_install_can_communicate_with_builder
1246+ artifact_paths :
1247+ - " *.log"
1248+ agents :
1249+ queue : ' default-macos-arm64-privileged'
1250+ plugins :
1251+ - chef/anka#v0.7.2:
1252+ vm-name : buildkite-core-14-arm64
1253+ always-pull : true
1254+ wait-network : true
1255+ inherit-environment-vars : true
1256+ env :
1257+ BUILD_PKG_TARGET : aarch64-darwin
1258+ HOMEBREW_NO_AUTO_UPDATE : 1
1259+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1260+
1261+ - label : " [:mac: test_self_signed_cert_is_loaded_by_hab]"
1262+ command :
1263+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_self_signed_cert_is_loaded_by_hab
1264+ artifact_paths :
1265+ - " *.log"
1266+ agents :
1267+ queue : ' default-macos-arm64-privileged'
1268+ plugins :
1269+ - chef/anka#v0.7.2:
1270+ vm-name : buildkite-core-14-arm64
1271+ always-pull : true
1272+ wait-network : true
1273+ inherit-environment-vars : true
1274+ env :
1275+ BUILD_PKG_TARGET : aarch64-darwin
1276+ HOMEBREW_NO_AUTO_UPDATE : 1
1277+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1278+
1279+ - label : " [:mac: test_hab_plan_cli]"
1280+ command :
1281+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_hab_plan_cli
1282+ artifact_paths :
1283+ - " *.log"
1284+ agents :
1285+ queue : ' default-macos-arm64-privileged'
1286+ plugins :
1287+ - chef/anka#v0.7.2:
1288+ vm-name : buildkite-core-14-arm64
1289+ always-pull : true
1290+ wait-network : true
1291+ inherit-environment-vars : true
1292+ env :
1293+ BUILD_PKG_TARGET : aarch64-darwin
1294+ HOMEBREW_NO_AUTO_UPDATE : 1
1295+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1296+
1297+ - label : " [:mac: test_pkg_uninstall_darwin]"
1298+ command :
1299+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_pkg_uninstall_darwin
1300+ artifact_paths :
1301+ - " *.log"
1302+ agents :
1303+ queue : ' default-macos-arm64-privileged'
1304+ plugins :
1305+ - chef/anka#v0.7.2:
1306+ vm-name : buildkite-core-14-arm64
1307+ always-pull : true
1308+ wait-network : true
1309+ inherit-environment-vars : true
1310+ env :
1311+ BUILD_PKG_TARGET : aarch64-darwin
1312+ HOMEBREW_NO_AUTO_UPDATE : 1
1313+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1314+
1315+ - label : " [:mac: test_simple_hooks_darwin]"
1316+ command :
1317+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_simple_hooks_darwin
1318+ artifact_paths :
1319+ - " *.log"
1320+ agents :
1321+ queue : ' default-macos-arm64-privileged'
1322+ plugins :
1323+ - chef/anka#v0.7.2:
1324+ vm-name : buildkite-core-14-arm64
1325+ always-pull : true
1326+ wait-network : true
1327+ inherit-environment-vars : true
1328+ env :
1329+ BUILD_PKG_TARGET : aarch64-darwin
1330+ HOMEBREW_NO_AUTO_UPDATE : 1
1331+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1332+
1333+ - label : " [:mac: test_external_binaries_darwin]"
1334+ command :
1335+ - bash .expeditor/scripts/end_to_end/run_e2e_test_darwin.sh dev test_external_binaries_darwin
1336+ artifact_paths :
1337+ - " *.log"
1338+ agents :
1339+ queue : ' default-macos-arm64-privileged'
1340+ plugins :
1341+ - chef/anka#v0.7.2:
1342+ vm-name : buildkite-core-14-arm64
1343+ always-pull : true
1344+ wait-network : true
1345+ inherit-environment-vars : true
1346+ env :
1347+ BUILD_PKG_TARGET : aarch64-darwin
1348+ HOMEBREW_NO_AUTO_UPDATE : 1
1349+ HOMEBREW_NO_INSTALL_CLEANUP : 1
1350+
11671351 - wait
11681352
11691353 - label : " [:habicat: Promote to Acceptance]"
0 commit comments