removed test-ydb in .drone.yml
This commit is contained in:
parent
0b72f0266a
commit
f0cce1c437
32
.drone.yml
32
.drone.yml
|
@ -398,38 +398,6 @@ services:
|
|||
# commands:
|
||||
# - /bin/bash /startDm.sh
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: test-ydb
|
||||
depends_on:
|
||||
- test-cockroach
|
||||
trigger:
|
||||
ref:
|
||||
- refs/heads/master
|
||||
- refs/pull/*/head
|
||||
steps:
|
||||
- name: test-ydb
|
||||
pull: if-not-exists
|
||||
image: golang:1.17
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /go/pkg/mod
|
||||
environment:
|
||||
TEST_YDB_HOST: "ydb:2136"
|
||||
TEST_YDB_DBNAME: "local"
|
||||
commands:
|
||||
- sleep 20
|
||||
# - make test-ydb
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
path: /tmp/cache
|
||||
|
||||
services:
|
||||
- name: ydb
|
||||
image: cr.yandex/yc/yandex-docker-local-ydb:latest
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: merge_coverage
|
||||
|
|
Loading…
Reference in New Issue