[ { "name": "run succeeding pipeline", "function": "RunCommand", "params": [ "LOG_FORMAT=none infctl -f pipelines/dev/succeeding.json" ], "retryCount": 0, "shouldAbort": true }, { "name": "run failing pipeline", "function": "RunCommand", "params": [ "LOG_FORMAT=none infctl -f pipelines/dev/failing.json" ], "retryCount": 0, "shouldAbort": false }, { "name": "run retry pipeline", "function": "RunCommand", "params": [ "LOG_FORMAT=none infctl -f pipelines/dev/retry.json" ], "retryCount": 0, "shouldAbort": false }, { "name": "run carry on pipeline", "function": "RunCommand", "params": [ "LOG_FORMAT=none infctl -f pipelines/dev/carry_on.json" ], "retryCount": 0, "shouldAbort": true } ]