Skip to content

Commit

Permalink
disable db-test
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusludmann committed Jan 3, 2024
1 parent c3aabdd commit d127851
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions components/ee/db-sync/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ packages:
- package.json
- mocha.opts
deps:
- components/gitpod-db:dbtest-init
# - components/gitpod-db:dbtest-init
- components/gitpod-db:lib
- components/gitpod-protocol:lib
config:
packaging: library
yarnLock: ${coreYarnLockBase}/../yarn.lock
tsconfig: tsconfig.json
commands:
test: ["yarn", "db-test"]
# test: ["yarn", "db-test"]
build: ["yarn", "build"]
scripts:
- name: telepresence
Expand Down
4 changes: 2 additions & 2 deletions components/ee/payment-endpoint/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ packages:
- package.json
- mocha.opts
deps:
- components/gitpod-db:dbtest-init
# - components/gitpod-db:dbtest-init
- components/gitpod-db:lib
- components/gitpod-protocol:lib
config:
packaging: library
yarnLock: ${coreYarnLockBase}/../yarn.lock
tsconfig: tsconfig.json
commands:
test: ["yarn", "db-test"]
# test: ["yarn", "db-test"]
build: ["yarn", "build"]
scripts:
- name: telepresence
Expand Down
4 changes: 2 additions & 2 deletions components/gitpod-db/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ packages:
- package.json
- mocha.opts
deps:
- :dbtest-init
# - :dbtest-init
- components/gitpod-protocol:lib
config:
packaging: library
yarnLock: ${coreYarnLockBase}/yarn.lock
tsconfig: tsconfig.json
commands:
test: ["yarn", "db-test"]
# test: ["yarn", "db-test"]
build: ["yarn", "build"]
- name: dbtest-init
type: generic
Expand Down
4 changes: 2 additions & 2 deletions components/gitpod-db/go/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ packages:

- name: init-testdb
type: generic
deps:
- components/gitpod-db:dbtest-init
# deps:
# - components/gitpod-db:dbtest-init
ephemeral: true
2 changes: 1 addition & 1 deletion components/gitpod-protocol/go/gitpod-config-types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/server/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ packages:
- package.json
- mocha.opts
deps:
- components/gitpod-db:dbtest-init
# - components/gitpod-db:dbtest-init
- components/gitpod-db:lib
- components/content-service-api/typescript:lib
- components/gitpod-messagebus:lib
Expand All @@ -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
Expand Down

0 comments on commit d127851

Please sign in to comment.