From 39e4bf7e5d09cf1f9e0447a03d0c19360478505a Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Wed, 24 Aug 2016 11:34:27 -0700 Subject: [PATCH 1/2] Update for Drone 0.5 --- .drone.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9a8850fc..67720304 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,8 @@ -build: - image: rancher/dapper:1.10.3 - volumes: - - /var/run/docker.sock:/var/run/docker.sock - commands: - - dapper ci +--- +pipeline: + build: + image: rancher/dapper:1.10.3 + volumes: + - /var/run/docker.sock:/var/run/docker.sock + commands: + - dapper ci From 2751101ebeaef69cd198e99bc88b04307938ce54 Mon Sep 17 00:00:00 2001 From: Josh Curl Date: Tue, 13 Sep 2016 17:32:07 -0700 Subject: [PATCH 2/2] Increase timeout for integration tests --- scripts/integration-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration-test b/scripts/integration-test index 356e85a7..c001c5cd 100755 --- a/scripts/integration-test +++ b/scripts/integration-test @@ -14,4 +14,4 @@ if [ ! -e ../dist/artifacts/initrd ]; then ../scripts/dev fi -go test -timeout 20m +go test -timeout 30m