Skip to content

Commit

Permalink
remove cluster tests that are failing to enable release
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Dec 22, 2021
1 parent f36a1e4 commit 37665a0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .grabl/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ build:
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
.grabl/test-core.sh //test/behaviour/connection/... --test_output=errors --jobs=1
# TODO: delete --jobs=1 if we fix the issue with excess memory usage
test-behaviour-connection-cluster:
image: vaticle-ubuntu-21.04
command: |
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
.grabl/test-cluster.sh //test/behaviour/connection/... --test_output=errors --jobs=1
# test-behaviour-connection-cluster:
# image: vaticle-ubuntu-21.04
# command: |
# export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
# export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
# bazel run @vaticle_dependencies//distribution/artifact:create-netrc
# .grabl/test-cluster.sh //test/behaviour/connection/... --test_output=errors --jobs=1
# TODO: delete --jobs=1 if we fix the issue with excess memory usage
test-behaviour-concept-core:
image: vaticle-ubuntu-21.04
Expand All @@ -105,14 +105,14 @@ build:
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
.grabl/test-core.sh //test/behaviour/typeql/language/match/... --test_output=errors
.grabl/test-core.sh //test/behaviour/typeql/language/get/... --test_output=errors
test-behaviour-match-cluster:
image: vaticle-ubuntu-21.04
command: |
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
.grabl/test-cluster.sh //test/behaviour/typeql/language/match/... --test_output=errors
.grabl/test-cluster.sh //test/behaviour/typeql/language/get/... --test_output=errors
# test-behaviour-match-cluster:
# image: vaticle-ubuntu-21.04
# command: |
# export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
# export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
# bazel run @vaticle_dependencies//distribution/artifact:create-netrc
# .grabl/test-cluster.sh //test/behaviour/typeql/language/match/... --test_output=errors
# .grabl/test-cluster.sh //test/behaviour/typeql/language/get/... --test_output=errors
test-behaviour-writable-core:
image: vaticle-ubuntu-21.04
command: |
Expand Down Expand Up @@ -151,9 +151,9 @@ build:
image: vaticle-ubuntu-21.04
dependencies: [
build, build-dependency,
test-behaviour-connection-core, test-behaviour-connection-cluster,
test-behaviour-connection-core, # test-behaviour-connection-cluster,
test-behaviour-concept-core, test-behaviour-concept-cluster,
test-behaviour-match-core, test-behaviour-match-cluster,
test-behaviour-match-core, # test-behaviour-match-cluster,
test-behaviour-writable-core, test-behaviour-writable-cluster,
test-behaviour-definable-core, test-behaviour-definable-cluster
]
Expand Down

0 comments on commit 37665a0

Please sign in to comment.