Skip to content

Commit 5c076ac

Browse files
authored
FIX: CI MacOS failures (#2466)
1 parent b98fe84 commit 5c076ac

11 files changed

Lines changed: 4 additions & 218 deletions

.yamato/input-system-editor-functional-tests.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -246,26 +246,6 @@ inputsystem-editorfunctionaltests_-_6000_6_-_win10:
246246
paths:
247247
- artifacts/**/*
248248

249-
# InputSystem-EditorFunctionalTests - 6000.7 - MacOs13
250-
inputsystem-editorfunctionaltests_-_6000_7_-_macos13:
251-
name: InputSystem-EditorFunctionalTests - 6000.7 - MacOs13
252-
agent:
253-
image: package-ci/macos-13:v4
254-
type: Unity::VM::osx
255-
flavor: b1.xlarge
256-
commands:
257-
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
258-
- command: git clone --branch "3.14.8-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
259-
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
260-
- command: .Editor/Unity.app/Contents/MacOS/Unity -projectPath . -batchmode -nographics -quit -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -logFile -
261-
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=Editor --suite=Playmode --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem*;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.7_project;flags:inputsystem_MacOS_6000.7_project" --timeout=3600 --artifacts-path=artifacts
262-
after:
263-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
264-
artifacts:
265-
artifacts:
266-
paths:
267-
- artifacts/**/*
268-
269249
# InputSystem-EditorFunctionalTests - 6000.7 - MacOs13Arm
270250
inputsystem-editorfunctionaltests_-_6000_7_-_macos13arm:
271251
name: InputSystem-EditorFunctionalTests - 6000.7 - MacOs13Arm

.yamato/input-system-editor-performance-tests.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -234,25 +234,6 @@ inputsystem-editorperformancetests_-_6000_6_-_win10:
234234
paths:
235235
- artifacts/**/*
236236

237-
# InputSystem-EditorPerformanceTests - 6000.7 - MacOs13
238-
inputsystem-editorperformancetests_-_6000_7_-_macos13:
239-
name: InputSystem-EditorPerformanceTests - 6000.7 - MacOs13
240-
agent:
241-
image: package-ci/macos-13:v4
242-
type: Unity::VM::osx
243-
flavor: b1.xlarge
244-
commands:
245-
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
246-
- command: git clone --branch "3.14.8-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
247-
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
248-
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=Editor --suite=Playmode --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
249-
after:
250-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
251-
artifacts:
252-
artifacts:
253-
paths:
254-
- artifacts/**/*
255-
256237
# InputSystem-EditorPerformanceTests - 6000.7 - MacOs13Arm
257238
inputsystem-editorperformancetests_-_6000_7_-_macos13arm:
258239
name: InputSystem-EditorPerformanceTests - 6000.7 - MacOs13Arm

.yamato/input-system-standalone-functional-tests.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -234,25 +234,6 @@ inputsystem-standalonefunctionaltests_-_6000_6_-_win10:
234234
paths:
235235
- artifacts/**/*
236236

237-
# InputSystem-StandaloneFunctionalTests - 6000.7 - MacOs13
238-
inputsystem-standalonefunctionaltests_-_6000_7_-_macos13:
239-
name: InputSystem-StandaloneFunctionalTests - 6000.7 - MacOs13
240-
agent:
241-
image: package-ci/macos-13:v4
242-
type: Unity::VM::osx
243-
flavor: b1.xlarge
244-
commands:
245-
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
246-
- command: git clone --branch "3.14.8-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
247-
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
248-
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts
249-
after:
250-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
251-
artifacts:
252-
artifacts:
253-
paths:
254-
- artifacts/**/*
255-
256237
# InputSystem-StandaloneFunctionalTests - 6000.7 - MacOs13Arm
257238
inputsystem-standalonefunctionaltests_-_6000_7_-_macos13arm:
258239
name: InputSystem-StandaloneFunctionalTests - 6000.7 - MacOs13Arm

.yamato/input-system-standalone-il2-cpp-functional-tests.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -234,25 +234,6 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_win10:
234234
paths:
235235
- artifacts/**/*
236236

237-
# InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - MacOs13
238-
inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_macos13:
239-
name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - MacOs13
240-
agent:
241-
image: package-ci/macos-13:v4
242-
type: Unity::VM::osx
243-
flavor: b1.xlarge
244-
commands:
245-
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
246-
- command: git clone --branch "3.14.8-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
247-
- command: unity-downloader-cli -u trunk -c Editor -c StandaloneSupport-IL2CPP --fast --wait
248-
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --scripting-backend=il2cpp --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts
249-
after:
250-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
251-
artifacts:
252-
artifacts:
253-
paths:
254-
- artifacts/**/*
255-
256237
# InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - MacOs13Arm
257238
inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_macos13arm:
258239
name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - MacOs13Arm

.yamato/input-system-standalone-il2-cpp-performance-tests.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -234,25 +234,6 @@ inputsystem-standaloneil2cppperformancetests_-_6000_6_-_win10:
234234
paths:
235235
- artifacts/**/*
236236

237-
# InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - MacOs13
238-
inputsystem-standaloneil2cppperformancetests_-_6000_7_-_macos13:
239-
name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - MacOs13
240-
agent:
241-
image: package-ci/macos-13:v4
242-
type: Unity::VM::osx
243-
flavor: b1.xlarge
244-
commands:
245-
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
246-
- command: git clone --branch "3.14.8-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
247-
- command: unity-downloader-cli -u trunk -c Editor -c StandaloneSupport-IL2CPP --fast --wait
248-
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --scripting-backend=il2cpp --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
249-
after:
250-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
251-
artifacts:
252-
artifacts:
253-
paths:
254-
- artifacts/**/*
255-
256237
# InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - MacOs13Arm
257238
inputsystem-standaloneil2cppperformancetests_-_6000_7_-_macos13arm:
258239
name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - MacOs13Arm

.yamato/input-system-standalone-performance-tests.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -234,25 +234,6 @@ inputsystem-standaloneperformancetests_-_6000_6_-_win10:
234234
paths:
235235
- artifacts/**/*
236236

237-
# InputSystem-StandalonePerformanceTests - 6000.7 - MacOs13
238-
inputsystem-standaloneperformancetests_-_6000_7_-_macos13:
239-
name: InputSystem-StandalonePerformanceTests - 6000.7 - MacOs13
240-
agent:
241-
image: package-ci/macos-13:v4
242-
type: Unity::VM::osx
243-
flavor: b1.xlarge
244-
commands:
245-
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
246-
- command: git clone --branch "3.14.8-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
247-
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
248-
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
249-
after:
250-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
251-
artifacts:
252-
artifacts:
253-
paths:
254-
- artifacts/**/*
255-
256237
# InputSystem-StandalonePerformanceTests - 6000.7 - MacOs13Arm
257238
inputsystem-standaloneperformancetests_-_6000_7_-_macos13arm:
258239
name: InputSystem-StandalonePerformanceTests - 6000.7 - MacOs13Arm

.yamato/test-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ test_sample_projects_{{ editor.version }}:
55
name : Test Sample Projects {{ editor.version }}
66
agent:
77
type: Unity::VM::osx
8-
image: package-ci/macos-12:default
9-
flavor: m1.mac
8+
image: package-ci/macos-13:v4
9+
flavor: b1.xlarge
1010
commands:
1111
- {{ upm_ci_install }}
1212
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/

.yamato/triggers.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ all_functional_tests:
1919
- path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_6_-_macos13arm
2020
- path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_6_-_ubuntu2204
2121
- path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_6_-_win10
22-
- path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_7_-_macos13
2322
- path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_7_-_macos13arm
2423
- path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_7_-_ubuntu2204
2524
- path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_7_-_win10
@@ -55,7 +54,6 @@ all_functional_tests:
5554
- path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_6_-_macos13arm
5655
- path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_6_-_ubuntu2204
5756
- path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_6_-_win10
58-
- path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_7_-_macos13
5957
- path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_7_-_macos13arm
6058
- path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_7_-_ubuntu2204
6159
- path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_7_-_win10
@@ -67,7 +65,6 @@ all_functional_tests:
6765
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_win10
6866
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_macos13arm
6967
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_win10
70-
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_macos13
7168
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_macos13arm
7269
- path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_win10
7370
- path: .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem
@@ -93,7 +90,6 @@ all_performance_tests:
9390
- path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_6_-_macos13arm
9491
- path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_6_-_ubuntu2204
9592
- path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_6_-_win10
96-
- path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_7_-_macos13
9793
- path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_7_-_macos13arm
9894
- path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_7_-_ubuntu2204
9995
- path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_7_-_win10
@@ -129,7 +125,6 @@ all_performance_tests:
129125
- path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_6_-_macos13arm
130126
- path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_6_-_ubuntu2204
131127
- path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_6_-_win10
132-
- path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_7_-_macos13
133128
- path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_7_-_macos13arm
134129
- path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_7_-_ubuntu2204
135130
- path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_7_-_win10
@@ -145,7 +140,6 @@ all_performance_tests:
145140
- path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_6_-_macos13arm
146141
- path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_6_-_ubuntu2204
147142
- path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_6_-_win10
148-
- path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_7_-_macos13
149143
- path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_7_-_macos13arm
150144
- path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_7_-_ubuntu2204
151145
- path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_7_-_win10

.yamato/wrench/promotion-jobs.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,6 @@ publish_dry_run_inputsystem:
151151
UTR:
152152
location: results/UTR/validate-inputsystem-6000.6-win10
153153
unzip: true
154-
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_macos13
155-
specific_options:
156-
packages:
157-
ignore_artifact: true
158-
pvp-results:
159-
location: results/pvp/validate-inputsystem-6000.7-macos13
160-
unzip: true
161-
UTR:
162-
location: results/UTR/validate-inputsystem-6000.7-macos13
163-
unzip: true
164154
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_macos13arm
165155
specific_options:
166156
packages:
@@ -343,16 +333,6 @@ publish_inputsystem:
343333
UTR:
344334
location: results/UTR/validate-inputsystem-6000.6-win10
345335
unzip: true
346-
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_macos13
347-
specific_options:
348-
packages:
349-
ignore_artifact: true
350-
pvp-results:
351-
location: results/pvp/validate-inputsystem-6000.7-macos13
352-
unzip: true
353-
UTR:
354-
location: results/UTR/validate-inputsystem-6000.7-macos13
355-
unzip: true
356336
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_macos13arm
357337
specific_options:
358338
packages:

.yamato/wrench/validation-jobs.yml

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -883,79 +883,6 @@ validate_-_inputsystem_-_6000_6_-_win10:
883883
labels:
884884
- Packages:inputsystem
885885

886-
# PVP Editor and Playmode tests for Validate - inputsystem - 6000.7 - macos13 (6000.7 - MacOS).
887-
validate_-_inputsystem_-_6000_7_-_macos13:
888-
name: Validate - inputsystem - 6000.7 - macos13
889-
agent:
890-
image: package-ci/macos-13:v4
891-
type: Unity::VM::osx
892-
flavor: b1.xlarge
893-
commands:
894-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
895-
- command: 7z x -aoa wrench-localapv.zip
896-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
897-
- command: python PythonScripts/print_machine_info.py
898-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
899-
timeout: 20
900-
retries: 3
901-
- command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --filter "com.unity.inputsystem com.unity.inputsystem.tests" --unity .Editor
902-
timeout: 10
903-
retries: 1
904-
- command: echo No internal packages to add.
905-
- command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp
906-
timeout: 20
907-
retries: 0
908-
- command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
909-
timeout: 5
910-
retries: 0
911-
- command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json
912-
timeout: 10
913-
retries: 0
914-
- command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.7;flags:inputsystem_MacOS_6000.7" --coverage-pkg-version=1.3.0
915-
timeout: 20
916-
retries: 1
917-
after:
918-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
919-
artifacts:
920-
Coverage:
921-
paths:
922-
- upm-ci~/CodeCoverage/**
923-
Crash Dumps:
924-
paths:
925-
- CrashDumps/**
926-
packages:
927-
paths:
928-
- upm-ci~/packages/**/*
929-
pvp-results:
930-
paths:
931-
- upm-ci~/pvp/**/*
932-
browsable: onDemand
933-
UTR:
934-
paths:
935-
- '*.log'
936-
- '*.xml'
937-
- artifacts/**/*
938-
- test-inputsystem/Logs/**
939-
- test-inputsystem/Library/*.log
940-
- test-inputsystem/*.log
941-
- test-inputsystem/Builds/*.log
942-
- build/test-results/**
943-
browsable: onDemand
944-
dependencies:
945-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
946-
variables:
947-
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
948-
UNITY_LICENSING_SERVER_DELETE_NUL: 0
949-
UNITY_LICENSING_SERVER_DELETE_ULF: 0
950-
UNITY_LICENSING_SERVER_TOOLSET: pro
951-
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
952-
UPMPVP_CONTEXT_WRENCH: 3.2.1.0
953-
metadata:
954-
Job Maintainers: '#rm-packageworks'
955-
Wrench: 3.2.1.0
956-
labels:
957-
- Packages:inputsystem
958-
959886
# PVP Editor and Playmode tests for Validate - inputsystem - 6000.7 - macos13arm (6000.7 - MacOS).
960887
validate_-_inputsystem_-_6000_7_-_macos13arm:
961888
name: Validate - inputsystem - 6000.7 - macos13arm

0 commit comments

Comments
 (0)