diff --git a/mac_pw_pool/pw_lib.sh b/mac_pw_pool/pw_lib.sh index 933070e..ad71132 100644 --- a/mac_pw_pool/pw_lib.sh +++ b/mac_pw_pool/pw_lib.sh @@ -57,13 +57,12 @@ SETUP_MAX_SECONDS=2400 # Typical time ~10 minutes, use 2x safety-factor. # Name of launch template. Current/default version will be used. # https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#LaunchTemplates: -TEMPLATE_NAME="${TEMPLATE_NAME:-Cirrus${DH_PFX}PWinstance}" +TEMPLATE_NAME="${TEMPLATE_NAME:-GHA${DH_PFX}Runner}" # Path to scripts to copy/execute on Darwin instances SETUP_SCRIPT="$LIB_DIRPATH/setup.sh" SPOOL_SCRIPT="$LIB_DIRPATH/service_pool.sh" SHDWN_SCRIPT="$LIB_DIRPATH/shutdown.sh" -CIENV_SCRIPT="$LIB_DIRPATH/ci_env.sh" CLEANUP_HOOK_SCRIPT="$LIB_DIRPATH/cleanup_hook.sh" # Set to 1 to enable debugging diff --git a/mac_pw_pool/setup.sh b/mac_pw_pool/setup.sh index 1d5f1df..4017735 100644 --- a/mac_pw_pool/setup.sh +++ b/mac_pw_pool/setup.sh @@ -239,7 +239,7 @@ RUNNER_CONFIG_FILE="$RUNNER_DIR/.runner" if [[ ! -r "$RUNNER_CONFIG_FILE" ]]; then msg "Registering runner '$PWNAME'" # Configure the runner (but don't start it - service_pool.sh will do that) - # Work directory matches Cirrus pattern: /Users/$PWUSER/ci + # Work directory matches previous Cirrus pattern: /Users/$PWUSER/ci # --replace automatically removes any existing runner with the same name sudo -u $PWUSER bash -c "cd $RUNNER_DIR && ./config.sh \ --unattended \