浏览代码

Merge pull request #39006 from crosbymichael/ci

Move docker-py tests to the end
Tibor Vass 6 年之前
父节点
当前提交
03b4c5db00
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hack/ci/janky

+ 2 - 2
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