From f0cce1c43739c7db651e48eaaae722fea3fe079c Mon Sep 17 00:00:00 2001 From: datbeohbbh Date: Sat, 11 Feb 2023 21:30:02 +0300 Subject: [PATCH] removed test-ydb in .drone.yml --- .drone.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) 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