Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

added cloudbuild.yaml #44

Merged
merged 1 commit into from
Mar 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ release-tools/build.make:
$(eval TMP := $(shell mktemp -d))
$(shell cd ${TMP} && git clone https://github.com/kubernetes-sigs/container-object-storage-interface-spec)
$(shell cp -r ${TMP}/container-object-storage-interface-spec/release-tools ${CURDIR}/)
$(shell rm -rf ${TMP})
$(shell rm -rf ${TMP})
ln -s release-tools/travis.yml travis.yml

CMDS=controller-manager

include release-tools/build.make

IMAGE_NAME=quay.io/containerobjectstorage/objectstorage-controller
IMAGE_TAGS=canary
9 changes: 9 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See https://cloud.google.com/cloud-build/docs/build-config
timeout: 3000s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
entrypoint: make
args:
- build