Skip to content

Commit e96c5ac

Browse files
authored
Merge pull request #3186 from CecileRobertMichon/tilt-parallel
Allow parallel flavor resources in Tilt
2 parents 975ead9 + f5a3bc8 commit e96c5ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tiltfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def deploy_worker_templates(template, substitutions):
373373
auto_init = False,
374374
trigger_mode = TRIGGER_MODE_MANUAL,
375375
labels = ["flavors"],
376+
allow_parallel = True,
376377
)
377378

378379
def base64_encode(to_encode):

0 commit comments

Comments
 (0)