File: rollback.yaml

package info (click to toggle)
python-diskimage-builder 3.39.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,704 kB
  • sloc: sh: 7,474; python: 6,454; makefile: 37
file content (29 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (5)
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
- test_a:
    name: test_node_a
    rollback_one_arg: down
    rollback_two_arg: you

- test_b:
    base: test_node_a
    name: test_node_b
    rollback_one_arg: let
    rollback_two_arg: gonna

- test_a:
    base: test_node_b
    name: test_node_aa
    rollback_one_arg: never
    rollback_two_arg: up

- test_b:
    base: test_node_aa
    name: test_node_bb
    rollback_one_arg: you
    rollback_two_arg: give

- test_a:
    base: test_node_bb
    name: test_node_aaa
    rollback_one_arg: gonna
    rollback_two_arg: never
    trigger_rollback: yes