blob: 9cb36d4c5c4c922b79379c878f62f50d08c8a9a9 [file] [log] [blame]
#!/bin/bash
#
# This file contains constants for the shell scripts which interact
# with the skia-testing-b Google Compute Engine instance.
#
# Copyright 2014 Google Inc. All Rights Reserved.
# Sets all constants in compute_engine_cfg.py as env variables.
$(python ../compute_engine_cfg.py)
if [ $? != "0" ]; then
echo "Failed to read compute_engine_cfg.py!"
exit 1
fi
# The base names of the VM instances. Actual names are VM_NAME_BASE-name-zone
VM_NAME_BASE=${VM_NAME_BASE:="skia"}
# The name of instance where skiaperf.com is running on.
INSTANCE_NAME=${VM_NAME_BASE}-testing-b
# The name of the persistent disk attached to the above instance.
DISK_NAME=${VM_NAME_BASE}-testing-data
TESTING_IP_ADDRESS=108.170.219.168
TESTING_MACHINE_TYPE=n1-highmen-8
TESTING_IMAGE=backports-debian-7-wheezy-v20140904