9 lines
81 B
Python
9 lines
81 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
import ci_lib
|
||
|
|
||
|
batches = [
|
||
|
]
|
||
|
|
||
|
ci_lib.run_batches(batches)
|