This repository was archived by the owner on Oct 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 6363 export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
6464 export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
6565 bazel run @vaticle_dependencies//distribution/artifact:create-netrc
66- .factory/test-core.sh $(bazel query //tests/behaviour/connection/... except //tests/behaviour/connection/user/...) --test_output=errors --jobs=1
66+ .factory/test-core.sh //tests/behaviour/connection/database/... --test_output=errors --jobs=1
67+ .factory/test-core.sh //tests/behaviour/connection/session/... --test_output=errors --jobs=1
68+ .factory/test-core.sh //tests/behaviour/connection/transaction/... --test_output=errors --jobs=1
6769 test-behaviour-connection-cluster :
6870 image : vaticle-ubuntu-22.04
6971 type : foreground
@@ -76,7 +78,10 @@ build:
7678 export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
7779 export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
7880 bazel run @vaticle_dependencies//distribution/artifact:create-netrc
79- .factory/test-cluster.sh //tests/behaviour/connection/... --test_output=errors --jobs=1
81+ .factory/test-cluster.sh //tests/behaviour/connection/database/... --test_output=errors --jobs=1
82+ .factory/test-cluster.sh //tests/behaviour/connection/session/... --test_output=errors --jobs=1
83+ .factory/test-cluster.sh //tests/behaviour/connection/transaction/... --test_output=errors --jobs=1
84+ .factory/test-cluster.sh //tests/behaviour/connection/user/... --test_output=errors --jobs=1
8085 test-behaviour-concept-core :
8186 image : vaticle-ubuntu-22.04
8287 type : foreground
You can’t perform that action at this time.
0 commit comments