Shellmiao 9279d1873b Add projects | há 1 ano atrás | |
---|---|---|
.. | ||
README.md | há 1 ano atrás | |
hetero_pearson_testsuite.json | há 1 ano atrás | |
test_hetero_pearson_default_conf.json | há 1 ano atrás | |
test_hetero_pearson_default_dsl.json | há 1 ano atrás | |
test_hetero_pearson_host_only_conf.json | há 1 ano atrás | |
test_hetero_pearson_host_only_dsl.json | há 1 ano atrás | |
test_hetero_pearson_mix_rand_conf.json | há 1 ano atrás | |
test_hetero_pearson_mix_rand_dsl.json | há 1 ano atrás | |
test_hetero_pearson_sole_conf.json | há 1 ano atrás | |
test_hetero_pearson_sole_dsl.json | há 1 ano atrás |
This section introduces the dsl and conf for usage of different type of task.
Base Cross Parties Task:
dsl: test_hetero_pearson_default_dsl.json
runtime_config : test_hetero_pearson_default_conf.json
Host Only Task:
dsl: test_hetero_pearson_host_only_dsl.json
runtime_config : test_hetero_pearson_host_only_conf.json
Sole Task:
dsl: test_hetero_pearson_sole_dsl.json
runtime_config : test_hetero_pearson_sole_conf.json
Use Mix Rand Task:
dsl: test_hetero_pearson_mix_rand_dsl.json
runtime_config : test_hetero_pearson_mix_rand_conf.json
Users can use following commands to run a task.
flow job submit -c ${runtime_config} -d ${dsl}