From 265b605118e9af21e55717572fbb49dc12d14850 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 5 Apr 2019 10:14:57 -0400 Subject: [PATCH] Move docker-py tests to the end These tests have bad output and its hard to figure out what went wrong when one of them fails. Move them to the end to atleast get the real test output first and better debug things. Signed-off-by: Michael Crosby --- hack/ci/janky | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/ci/janky b/hack/ci/janky index 88cb9d9c61..2e333e9e60 100755 --- a/hack/ci/janky +++ b/hack/ci/janky @@ -12,7 +12,7 @@ bash <(curl -s https://codecov.io/bash) \ hack/make.sh \ binary-daemon \ dynbinary \ - test-docker-py \ test-integration-flaky \ test-integration \ - cross + cross \ + test-docker-py