Skip to content

Commit

Permalink
testing yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Coburn committed Mar 8, 2023
1 parent 3c213a8 commit 1250573
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions launch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,29 @@ processes:
- -timeout
- 1
main_processes:
# - name: TestBin1
# command: /testbin
# arguments:
# - -timeout
# - 2
# - -no-env
# - -log-json
# - 5
# - -exit-with
# - 1
# restart_count: 2
- name: TestBin2
- name: TestBin1
command: /testbin
arguments:
- -timeout
- 2
- -no-env
- -log-json
- 5
- -exit-with
- 1
- -spam
- -stdout
- -spam-size
- 20
restart_count: 2
# - name: TestBin2
# command: /testbin
# arguments:
# - -no-env
# - -spam
# - -stdout
# - -spam-size
# - 100000
default_logger_config:
logging_config:
engine: console

0 comments on commit 1250573

Please sign in to comment.