From cc96d61df33be0ae53d09ea38e2aa4fb471a72e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20=22BKC=22=20Carlb=C3=A4cker?= Date: Sun, 14 May 2017 11:24:55 +0200 Subject: [PATCH] Upgrade Drone Config to 0.6 Do DB-tests in parallel (even though we only have 1 agent for now). --- .drone.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 62db99082..e7d0c7974 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,12 @@ workspace: base: /srv/app path: src/code.gitea.io/gitea -pipeline: - clone: - image: plugins/git - depth: 50 - tags: true +clone: + image: plugins/git + depth: 50 + tags: true +pipeline: test: image: webhippie/golang:edge pull: true @@ -27,6 +27,7 @@ pipeline: event: [ push, tag, pull_request ] test-sqlite: + group: integration-test image: webhippie/golang:edge pull: true environment: @@ -38,6 +39,7 @@ pipeline: event: [ push, tag, pull_request ] test-mysql: + group: integration-test image: webhippie/golang:edge pull: true environment: @@ -49,6 +51,7 @@ pipeline: event: [ push, tag, pull_request ] test-pgsql: + group: integration-test image: webhippie/golang:edge pull: true environment: