From 51637b81627d6fa0fcfaf235b77c61591e873c93 Mon Sep 17 00:00:00 2001 From: Cornelius Ludmann Date: Wed, 3 Jan 2024 11:00:21 +0000 Subject: [PATCH] disable db-test --- components/ee/db-sync/BUILD.yaml | 2 +- components/ee/payment-endpoint/BUILD.yaml | 2 +- components/gitpod-db/BUILD.yaml | 2 +- components/gitpod-protocol/go/gitpod-config-types.go | 2 +- components/server/BUILD.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/ee/db-sync/BUILD.yaml b/components/ee/db-sync/BUILD.yaml index f2b34f1d2cb9a0..fde5dbd01a2e26 100644 --- a/components/ee/db-sync/BUILD.yaml +++ b/components/ee/db-sync/BUILD.yaml @@ -44,7 +44,7 @@ packages: yarnLock: ${coreYarnLockBase}/../yarn.lock tsconfig: tsconfig.json commands: - test: ["yarn", "db-test"] + # test: ["yarn", "db-test"] build: ["yarn", "build"] scripts: - name: telepresence diff --git a/components/ee/payment-endpoint/BUILD.yaml b/components/ee/payment-endpoint/BUILD.yaml index 387a69117dff32..4c0daf6c75299a 100644 --- a/components/ee/payment-endpoint/BUILD.yaml +++ b/components/ee/payment-endpoint/BUILD.yaml @@ -59,7 +59,7 @@ packages: yarnLock: ${coreYarnLockBase}/../yarn.lock tsconfig: tsconfig.json commands: - test: ["yarn", "db-test"] + # test: ["yarn", "db-test"] build: ["yarn", "build"] scripts: - name: telepresence diff --git a/components/gitpod-db/BUILD.yaml b/components/gitpod-db/BUILD.yaml index fe03e5e3a50b50..b1d0290cef1afd 100644 --- a/components/gitpod-db/BUILD.yaml +++ b/components/gitpod-db/BUILD.yaml @@ -39,7 +39,7 @@ packages: yarnLock: ${coreYarnLockBase}/yarn.lock tsconfig: tsconfig.json commands: - test: ["yarn", "db-test"] + # test: ["yarn", "db-test"] build: ["yarn", "build"] - name: dbtest-init type: generic diff --git a/components/gitpod-protocol/go/gitpod-config-types.go b/components/gitpod-protocol/go/gitpod-config-types.go index 7b913c7d3f1d4e..616972fd91690a 100644 --- a/components/gitpod-protocol/go/gitpod-config-types.go +++ b/components/gitpod-protocol/go/gitpod-config-types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Gitpod GmbH. All rights reserved. +// Copyright (c) 2024 Gitpod GmbH. All rights reserved. // Licensed under the GNU Affero General Public License (AGPL). // See License-AGPL.txt in the project root for license information. diff --git a/components/server/BUILD.yaml b/components/server/BUILD.yaml index 3f562254a51ded..baac6202758882 100644 --- a/components/server/BUILD.yaml +++ b/components/server/BUILD.yaml @@ -91,7 +91,7 @@ packages: yarnLock: ${coreYarnLockBase}/yarn.lock tsconfig: tsconfig.json commands: - test: ["yarn", "db-test"] + # test: ["yarn", "db-test"] build: ["yarn", "build"] scripts: - name: telepresence