diff --git a/.drone.yml b/.drone.yml index 28c2e5e1..e6f9e65a 100644 --- a/.drone.yml +++ b/.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