-
Notifications
You must be signed in to change notification settings - Fork 2
/
muss.yaml
35 lines (30 loc) · 905 Bytes
/
muss.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This file is for manual testing.
project_name: mussy
compose_file: docker-compose.muss.yml
user_file: muss.user.yaml
secret_commands:
print:
exec: [/bin/sh, -c, 'echo loading print "$1" >&2; echo "$*"', '--']
passphrase: $USER.p
env_commands:
- exec: [/bin/sh, -c, 'echo p1 >&2; sleep 1; echo p2 >&2; echo PRINT_READY=1']
parse: true
show:
exec: [/bin/sh, -c, 'echo loading show "$1" >&2; echo "$*"', '--']
env_commands:
- exec: [/bin/sh, -c, 'echo w1 >&2; sleep 1; echo w2 >&2; echo WARN_READY=1']
parse: true
cache: none
secret_passphrase: $USER.g
default_module_order:
- registry
- repo
module_files:
- ./testdata/app.yml
- ./testdata/microservice.yml
- ./testdata/store.yml
- ./testdata/thing.yml
status:
exec: ["/bin/sh", "-c", "[[ 0 -eq $((RANDOM % 2)) ]] && echo prefix line ; date"]
line_format: "# %s"
interval: 3s