Skip to content

Commit ccb1b96

Browse files
committed
teamcity has vcpu and vram now so it can't use suspended
1 parent 5367ac0 commit ccb1b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.misc/get-macos-with-mist.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if ! mist &>/dev/null || [[ -n "$(mist --version)" && "$(mist --version | cut -d
1313
sudo installer -pkg "${WORKDIR}/mist-cli.2.1.1.pkg" -target /
1414
fi
1515
# curl --fail --silent -L -O https://raw.githubusercontent.com/veertuinc/getting-started/master/.bin/mist && sudo chmod +x mist
16-
[[ -z "${MACOS_VERSION}" ]] && MACOS_VERSION=${1:-"Sonoma"}
16+
[[ -z "${MACOS_VERSION}" ]] && MACOS_VERSION=${1:-"Sequoia"}
1717
MIST_KIND=${MIST_KIND:-"installer"}
1818
# Support >= 1.8
1919
MIST_OPTIONS="${MIST_KIND} ${MACOS_VERSION}"

create-vm-template-tags.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if [[ $2 == '--teamcity' ]]; then
156156
NEW_TAG="v1"
157157
TEAMCITY_TEMPLATE="$SOURCE_TEMPLATE-teamcity" # teamcity has a limit on the length of an agent's name, so we can't have jre version in the name :(
158158
does_not_exist $TEAMCITY_TEMPLATE $NEW_TAG && ${SUDO} anka clone $NEW_TEMPLATE $TEAMCITY_TEMPLATE
159-
prepare-and-push $TEAMCITY_TEMPLATE $NEW_TAG "suspend" "
159+
prepare-and-push $TEAMCITY_TEMPLATE $NEW_TAG "stop" "
160160
$ANKA_RUN $TEAMCITY_TEMPLATE sudo bash -c \"$HELPERS echo \$(sudo defaults read /Library/Preferences/SystemConfiguration/com.apple.vmnet.plist Shared_Net_Address) $TEAMCITY_DOCKER_CONTAINER_NAME >> /etc/hosts && cat /etc/hosts && [[ ! -z \\\$(grep $TEAMCITY_DOCKER_CONTAINER_NAME /etc/hosts) ]]\"
161161
"
162162
# $ANKA_RUN $TEAMCITY_TEMPLATE bash -c \"curl -O -L https://download.jetbrains.com/teamcity/TeamCity-$TEAMCITY_VERSION.tar.gz\"

0 commit comments

Comments
 (0)