You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% metadata_file .yamato/project.metafile %}# All configuration that is used to create different configurations (used in for loops) is taken from this file.
2
2
---
3
3
4
-
# Performance tests for the `com.unity.netcode.gameobjects` package. No performance data will be reported.
5
-
# Performance tests are executed within editor on desktop platforms in context of default project (testproject)
# This job is responsible for executing performance tests for NGO package.
6
+
# Its configuration is set to not report any data but just to give results (at least in current state since we don't have any tests to run).
7
+
# Currently, because of lack of performance tests this job will always return "no tests have been selected" and because oif that it's not included in any trigger jobs.
# Jobs configurations are generated using nested loops through:
11
+
# 1. For all desktop platforms (Windows, Ubuntu, macOS)
12
+
# 2. For all supported Unity Editor versions (For NGOv1.X it means 2021.3+)
13
+
# 3. For the default project (project is used only as a context for the build). TODO-comment: if performance tests would be included in projects then we should make an appropriate split.
# TODO: Currently NGO don't have any performance tests so this job is a placeholder for the future. We should discuss how to approach the topic of performance testing
21
+
# To see where this job is included (in trigger job definitions) look into _triggers.yml file
0 commit comments