Skip to content

Commit

Permalink
run tests in parallel, not just e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-heilbron committed Jun 27, 2023
1 parent da90726 commit 080413f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/cloudbuild/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ steps:
- 'prepare-test-tools'
secretEnv:
- 'JWT_PRIVATE_KEY'
env:
- 'GINKGO_USER_FLAGS=-procs=3'

- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.6.2'
id: 'run-hashicorp-e2e-tests'
Expand Down Expand Up @@ -136,6 +134,7 @@ options:
- 'RUN_VAULT_TESTS=1'
- 'DOCKER_CONFIG=/workspace/.docker/'
- 'SKIP_TEMP_DISABLED=1' # https://github.com/solo-io/solo-projects/issues/4515
- 'GINKGO_USER_FLAGS=-procs=3'
volumes:
- name: 'gopath'
path: '/go'

0 comments on commit 080413f

Please sign in to comment.