File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -72,4 +72,7 @@ ios_and_tvos_macos_bokken_image: package-ci/macos-13:v4.50.0
7272
7373test_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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments