Skip to content

Commit fbe7efa

Browse files
committed
fix(tests): use aufs in builder functional tests
We had previously switched to Ubuntu's default for Docker, devicemapper. But aufs has proven to be faster and more reliable for the CI system itself, and when we switched CI nodes to aufs we did not do so with the builder functional test itself.
1 parent c2f15a2 commit fbe7efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/tests/builder_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func runDeisBuilderTest(
2222
"--rm",
2323
"-p", servicePort+":22",
2424
"-e", "PUBLISH=22",
25-
"-e", "STORAGE_DRIVER=devicemapper",
25+
"-e", "STORAGE_DRIVER=aufs",
2626
"-e", "HOST="+utils.GetHostIPAddress(),
2727
"-e", "ETCD_PORT="+etcdPort,
2828
"-e", "PORT="+servicePort,

0 commit comments

Comments
 (0)