docker: change gcloud to google-cloud and increase build timeout
Also added full CrOS TSE team to OWNERS.
BUG=b:233065164
TEST=cloud build
Change-Id: I09705e169646fcb5045211d91f7d70025d360e0e
diff --git a/Dockerfile b/Dockerfile
index f963b7c..5f3ad35 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@
default-libmysqlclient-dev \
libssl-dev
-RUN pip install apscheduler gcloud \
+RUN pip install apscheduler google-cloud \
google-cloud-bigquery \
google-cloud-datastore \
google-cloud-kms \
diff --git a/Makefile b/Makefile
index 18acd0b..2147ca8 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@
# Build docker image on GCP.
cloud-build: .setup-cmddir
- gcloud builds submit \
+ gcloud builds submit --timeout=15m5s\
--tag gcr.io/$(ORG_PREFIX)/$(PROJECT)/ci_results_archiver \
--project $(ORG_PREFIX):$(PROJECT) \
$(cmddir)
diff --git a/OWNERS b/OWNERS
index 34c5bfd..fbf1941 100644
--- a/OWNERS
+++ b/OWNERS
@@ -2,3 +2,10 @@
# Original author
nya@chromium.org
+
+# CrOS Test Scheduling and Execution
+azrahman@google.com
+jaredloucks@google.com
+jaquesc@google.com
+juahurta@google.com
+mingkong@google.com