Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 3a74440

Browse files
Split connection test jobs
1 parent b024a42 commit 3a74440

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.factory/automation.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ build:
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

0 commit comments

Comments
 (0)