Remove mymysql from ci #1928

Merged
lunny merged 1 commits from lunny/remove_mymysql_from_ci into master 2021-06-08 13:41:13 +00:00

View File

@ -198,35 +198,11 @@ steps:
- name: cache - name: cache
path: /go 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 - name: rebuild-cache
image: meltwater/drone-cache image: meltwater/drone-cache
depends_on: depends_on:
- test-mysql - test-mysql
- test-mysql-utf8mb4 - test-mysql-utf8mb4
- test-mymysql
pull: true pull: true
settings: settings:
backend: "filesystem" backend: "filesystem"