Skip to content

Commit

Permalink
disable parallelism until tilt-dev/tilt#3421 is fixed (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks committed Jun 12, 2020
1 parent 0756131 commit a873bfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion namespace/test/Tiltfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
load('../Tiltfile', 'namespace_create', 'namespace_inject')

# Disable parallelism until this issue is fixed:
# https://github.com/tilt-dev/tilt/issues/3421
update_settings(max_parallel_updates=1)

namespace_create('namespace-test')
k8s_yaml(namespace_inject('deployment.yaml', 'namespace-test'))
k8s_yaml('job.yaml')
k8s_resource('namespace-test-verify', resource_deps=['namespace-test-busybox'])
k8s_resource('namespace-test-verify', resource_deps=['namespace-test-busybox'])

0 comments on commit a873bfe

Please sign in to comment.