blob: f470aa1d5c7537b9448ca5bddf3793b0c0b6eb50 [file] [log] [blame]
#!/bin/bash
#
# This file contains constants for the shell scripts which interact
# with the skia-tracedb 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 name of instance where skia tracedb is running.
INSTANCE_NAME=skia-tracedb