blob: bd4a192946d187035110c201f538aa2c8a65fbd8 [file] [log] [blame]
#!/bin/bash
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Deploy test_analyzer to prod instance.
set -eu
cd "$(dirname "$0")/.."
exec ../../chromite/appengine/deploy_appengine \
--project_path "$(pwd)" \
--project_id chromiumos-test-analyzer \
--skip_paths "test_analyzer/credentials" \
--skip_paths "venv" \
--endpoints_service chromiumos-test-analyzer.appspot.com \
--app_template "app_template.yaml" \
--openapi_template "openapi-appengine_template.yaml" "$@"