Skip to content

Commit

Permalink
Disable tests in cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Jun 20, 2024
1 parent fd55c01 commit 37bbe4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 37bbe4e

Please sign in to comment.