Skip to content

Commit 0c74940

Browse files
committed
first instability test
1 parent 94c260e commit 0c74940

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.yamato/config.metadata

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,7 @@ ios_and_tvos_macos_bokken_image: package-ci/macos-13:v4.50.0
7272

7373
test_category:
7474
- name: performance
75-
- name: all
75+
- name: all
76+
77+
instabilies_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.bat --output run_standalone_instability_detection-latest.bat --retry 5 || exit 0
78+
instabilies_run_win: run_standalone_instability_detection-latest.bat 0.1.6 || exit 0

.yamato/upm-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
- move /Y .\Packages\com.unity.inputsystem\Samples.meta .\Assets
3535
# Now run our full test suite that sits in Assets/Tests by running UTR on our project.
3636
- ./utr --testproject . --timeout=1200 --editor-location=.Editor --artifacts_path=upm-ci~/test-results/isolation-com.unity.inputsystem.tests --suite=playmode {% if platform.name == "win" %} --suite=editor {% endif %} {% if category.name == "performance" %} --category=Performance {% endif %} --api-profile=NET_4_6 {% if platform.runtime %} --platform {{ platform.runtime }} {% endif %} {% if platform.scripting-backend %} --scripting-backend {{ platform.scripting-backend }} {% endif %} --report-performance-data --performance-project-id=InputSystem
37+
after:
38+
- {{ instabilies_install_win }}
39+
- {{ instabilies_run_win }}
3740
artifacts:
3841
UTR_Output.zip:
3942
paths:

0 commit comments

Comments
 (0)