bazarms / jobflow

A tool written in Go designed to execute a flow of jobs, which are themselves composed of tasks, as the same way of Ansible or some CI tools such as Travis, Gitlab or Circle.
GNU General Public License v3.0
2 stars 0 forks source link

[config]: TestReadFlowFile & TestReadInventoryFile failed randomly because of order in slices #43

Closed uthng closed 5 years ago

uthng commented 5 years ago

When reading inventory file or flow file, job & task slices are created from map[string]interface{} containing the content of these files. While looping map, the order in map is ramdom, so the order in job & task slices change each time.