Skip to content

Commit

Permalink
Disable tests (especially db test)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusludmann committed Jan 3, 2024
1 parent a65d27b commit 4bed4eb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
--cache $CACHE \
$TEST \
-Dversion=$VERSION \
--dont-test \
--docker-build-options network=host \
--max-concurrent-tasks 1 \
-DlocalAppVersion=$VERSION \
Expand Down
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 4bed4eb

Please sign in to comment.