removed test-ydb in .drone.yml

This commit is contained in:
datbeohbbh 2023-02-11 21:30:02 +03:00
parent 0b72f0266a
commit f0cce1c437
1 changed files with 0 additions and 32 deletions

View File

@ -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