Skip to content

Commit 657dbea

Browse files
committed
Move tests back to trunk
1 parent 4de89bc commit 657dbea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.yamato/_triggers.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,8 @@ pr_code_changes_checks:
8787
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
8888
# desktop_standalone_test and cmb_service_standalone_test are both reusing desktop_standalone_build dependency so we run those in the same configuration on PRs to reduce waiting time.
8989
# Note that our daily tests will anyway run both test configurations in "minimal supported" and "trunk" configurations
90-
91-
# TODO: Move these tests back to trunk once CMB Service has addressed https://jira.unity3d.com/browse/MTTB-1680
92-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_6000.4
93-
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_6000.4
90+
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_trunk
91+
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_trunk
9492
triggers:
9593
expression: |-
9694
(pull_request.comment eq "ngo" OR

Tools/CI/service.cmb/run_cmb_service.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ cargo build --release --locked
168168
# The infinite loop is required as the service will exit each time all connected clients disconnect.
169169
# This means the service will exit after each test. The infinite loop will immediately restart the service each time it exits.
170170
logMessage "Running service integration tests..."
171+
echo "comb-server -l error --metrics-port 5000 standalone --port $service_port -t 60m --unity-version $unity_version"
172+
171173
while :; do
172174
./target/release/comb-server -l error --metrics-port 5000 standalone --port $service_port -t 60m --unity-version $unity_version;
173175
done & # <- use & to run the entire loop in the background

0 commit comments

Comments
 (0)