Ignore dameng ci
This commit is contained in:
parent
a33fbe831b
commit
1a1bf7ba7e
66
.drone.yml
66
.drone.yml
|
@ -363,40 +363,40 @@ services:
|
||||||
commands:
|
commands:
|
||||||
- /cockroach/cockroach start --insecure
|
- /cockroach/cockroach start --insecure
|
||||||
|
|
||||||
---
|
# ---
|
||||||
kind: pipeline
|
# kind: pipeline
|
||||||
name: test-dameng
|
# name: test-dameng
|
||||||
depends_on:
|
# depends_on:
|
||||||
- test-cockroach
|
# - test-cockroach
|
||||||
trigger:
|
# trigger:
|
||||||
ref:
|
# ref:
|
||||||
- refs/heads/master
|
# - refs/heads/master
|
||||||
- refs/pull/*/head
|
# - refs/pull/*/head
|
||||||
steps:
|
# steps:
|
||||||
- name: test-dameng
|
# - name: test-dameng
|
||||||
pull: never
|
# pull: never
|
||||||
image: golang:1.15
|
# image: golang:1.15
|
||||||
volumes:
|
# volumes:
|
||||||
- name: cache
|
# - name: cache
|
||||||
path: /go/pkg/mod
|
# path: /go/pkg/mod
|
||||||
environment:
|
# environment:
|
||||||
TEST_DAMENG_HOST: "dameng:5236"
|
# TEST_DAMENG_HOST: "dameng:5236"
|
||||||
TEST_DAMENG_USERNAME: SYSDBA
|
# TEST_DAMENG_USERNAME: SYSDBA
|
||||||
TEST_DAMENG_PASSWORD: SYSDBA
|
# TEST_DAMENG_PASSWORD: SYSDBA
|
||||||
commands:
|
# commands:
|
||||||
- sleep 30
|
# - sleep 30
|
||||||
- make test-dameng
|
# - make test-dameng
|
||||||
|
|
||||||
volumes:
|
# volumes:
|
||||||
- name: cache
|
# - name: cache
|
||||||
host:
|
# host:
|
||||||
path: /tmp/cache
|
# path: /tmp/cache
|
||||||
|
|
||||||
services:
|
# services:
|
||||||
- name: dameng
|
# - name: dameng
|
||||||
image: lunny/dm:v1.0
|
# image: lunny/dm:v1.0
|
||||||
commands:
|
# commands:
|
||||||
- /bin/bash /startDm.sh
|
# - /bin/bash /startDm.sh
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
@ -409,7 +409,7 @@ depends_on:
|
||||||
- test-mssql
|
- test-mssql
|
||||||
- test-tidb
|
- test-tidb
|
||||||
- test-cockroach
|
- test-cockroach
|
||||||
- test-dameng
|
#- test-dameng
|
||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
|
|
Loading…
Reference in New Issue