diff --git a/cloudbuild.yaml b/cloudbuild.yaml index a21f015a..7c706076 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -7,8 +7,8 @@ steps: # To build with GCS cache #args: ['build', '--google_default_credentials', '--spawn_strategy=remote', '--genrule_strategy=remote', '--strategy=Javac=remote', '--strategy=Closure=remote', '--remote_http_cache=https://storage.googleapis.com/cache-bucket', '//cmd/...'] -- name: gcr.io/cloud-builders/bazel:5.4.0 - args: ['test', '//test/...', '--test_output=streamed', '--local_test_jobs=1'] +#- name: gcr.io/cloud-builders/bazel:5.4.0 +# args: ['test', '//test/...', '--test_output=streamed', '--local_test_jobs=1'] - name: gcr.io/cloud-builders/bazel:5.4.0 args: ['run', '//images:push-etcd-manager']