infctl-cli/pipelines/dev/failing.json

34 lines
669 B
JSON
Raw Normal View History

[
{
"name": "Create Vagrant nodes",
"function": "RunCommand",
"params": [
"./scripts/failue.sh"
],
"retryCount": 0,
"shouldAbort": true
},
{
"name": "Configure Vagrant K3s",
"function": "RunCommand",
"params": [
"./scripts/configure_vagrant_k3s.sh"
],
"retryCount": 0,
"shouldAbort": true
},
{
"name": "Create Vagrant workstation",
"function": "RunCommand",
"params": [
"./scripts/install_vagrant_workstation.sh"
],
"retryCount": 0,
"shouldAbort": true
}
]