blob: 01b5d70ea53fb1a7419b795a38c8190d9f0b7249 [file] [log] [blame]
#!/bin/bash
#
# This file contains constants for the shell scripts which interact
# with the skia-android-master-perf Google Compute Engine instance.
#
# Copyright 2017 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 Perf is running.
INSTANCE_NAME=skia-android-master-perf