From eda6fefba3fb3580e4e69364efa9a09f8e533dc5 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 8 Jun 2021 21:41:13 +0800 Subject: [PATCH] Remove mymysql from ci (#1928) Reviewed-on: https://gitea.com/xorm/xorm/pulls/1928 Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- .drone.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.drone.yml b/.drone.yml index 05f06e99..ac985f71 100644 --- a/.drone.yml +++ b/.drone.yml @@ -198,35 +198,11 @@ steps: - name: cache path: /go -- name: test-mymysql - pull: default - image: golang:1.15 - depends_on: - - test-mysql-utf8mb4 - environment: - GO111MODULE: "on" - GOPROXY: "https://goproxy.io" - CGO_ENABLED: 1 - GOMODCACHE: '/drone/src/pkg.mod' - GOCACHE: '/drone/src/pkg.build' - TEST_MYSQL_HOST: mysql:3306 - TEST_MYSQL_DBNAME: xorm_test - TEST_MYSQL_USERNAME: root - TEST_MYSQL_PASSWORD: - commands: - - make test-mymysql - - TEST_CACHE_ENABLE=true make test-mymysql - - TEST_QUOTE_POLICY=reserved make test-mymysql - volumes: - - name: cache - path: /go - - name: rebuild-cache image: meltwater/drone-cache depends_on: - test-mysql - test-mysql-utf8mb4 - - test-mymysql pull: true settings: backend: "filesystem"