tartiflette/appci/common.py

27 lines
669 B
Python
Raw Normal View History

2017-11-26 20:48:26 +01:00
tests = [ "Package linter",
"Installation",
"Deleting",
"Upgrade",
"Backup",
"Restore",
"Change URL",
"Installation in a sub path",
"Deleting from a sub path",
"Installation on the root",
"Deleting from root",
"Installation in private mode",
"Installation in public mode",
"Multi-instance installations",
"Malformed path",
"Port already used" ]
ci_branches = [ ("stable", "Stable (x86)"),
("arm", "Stable (ARM)"),
("testing", "Testing"),
("unstable", "Unstable") ]