Skip to content

Commit 259d18e

Browse files
Fix Factory CI job names (#597)
## Usage and product changes We fix prerequisites of the sync-dependencies job and bring the C++ behaviour test job names in concordance with the rest.
1 parent c894995 commit 259d18e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.factory/automation.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ build:
461461
tool/test/stop-core-server.sh
462462
exit $TEST_SUCCESS
463463
464-
test-cpp-behaviour-connection-core:
464+
test-cpp-behaviour-core:
465465
image: vaticle-ubuntu-22.04
466466
dependencies:
467467
- build
@@ -493,7 +493,7 @@ build:
493493
tool/test/stop-core-server.sh
494494
exit $TEST_SUCCESS
495495
496-
test-cpp-behaviour-connection-cloud:
496+
test-cpp-behaviour-cloud:
497497
image: vaticle-ubuntu-22.04
498498
dependencies:
499499
- build
@@ -534,7 +534,9 @@ build:
534534
- build-dependency
535535
- build-docs
536536
- test-rust-unit-integration
537-
- test-rust-behaviour
537+
- test-rust-behaviour-minimal
538+
- test-rust-behaviour-query-read
539+
- test-rust-behaviour-query-write
538540
- test-c-integration
539541
- test-java-integration
540542
- test-java-behaviour-core

0 commit comments

Comments
 (0)