function of generating workflow config file in server part of testing-scheduler 05/60005/4
authorLeoQi <QibinZheng2014@tongji.edu.cn>
Thu, 19 Jul 2018 18:36:15 +0000 (02:36 +0800)
committerLeoQi <QibinZheng2014@tongji.edu.cn>
Thu, 30 Aug 2018 10:49:51 +0000 (18:49 +0800)
commit47b9e06a3f5018baae6091e88fb8388d2c4b6827
tree846717c47dd1273d88a8fd40fbabe08868279f67
parent480c3c51a0a2bcc67ac5ca1d96cb63153bf9fff8
function of generating workflow config file in server part of testing-scheduler

JIRA BOTTLENECK-233

A module to help generating the config files which are sent to conductor server.
Based on these config files, conductor can start a workflow.

Change-Id: Ibdd71be6454fe2bd2b8718da0c300827897959e0
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
testing-scheduler/server/src/conductor_processor/__init__.py [new file with mode: 0644]
testing-scheduler/server/src/conductor_processor/defaultTaskFile.json [new file with mode: 0644]
testing-scheduler/server/src/conductor_processor/defaultWorkflowFile.json [new file with mode: 0644]
testing-scheduler/server/src/conductor_processor/task.py [new file with mode: 0644]
testing-scheduler/server/src/conductor_processor/workflow.py [new file with mode: 0644]