blob: 426b2ed9b2cb031b51e7735e7d362c2e563cae72 [file]
#!/bin/bash
#
# This file contains constants for the shell scripts which interact
# with the skia-alerts Google Compute Engine instance.
#
# Copyright 2015 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 name of instance where skia alerts is running.
INSTANCE_NAME=skia-alerts