big jenkinsfile update
This commit is contained in:
@ -21,8 +21,13 @@
|
||||
bridge_name: "vmpbr0"
|
||||
|
||||
roles:
|
||||
- { role: cosmos_init, when: not run_stage_two | bool and not (update_party | bool) and not (service_only | bool)}
|
||||
- { role: net_bridge, when: not (run_stage_two | bool) and not (update_party | bool) and not (service_only | bool)}
|
||||
- { role: vm_party, when: run_stage_two | bool or update_party | bool or service_only | bool}
|
||||
- role: cosmos_init
|
||||
when: not run_stage_two | bool and not (update_party | bool) and not (service_only | bool)
|
||||
|
||||
- role: net_bridge
|
||||
when: not (run_stage_two | bool) and not (update_party | bool) and not (service_only | bool)
|
||||
|
||||
- role: vm_party
|
||||
when: run_stage_two | bool or update_party | bool or service_only | bool
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user