Skip to content

Commit ec613e8

Browse files
authored
Merge branch 'develop' into nintendo-pro-controller-fixes-ios-hid
2 parents c5d6f72 + b5a5349 commit ec613e8

File tree

199 files changed

+27750
-3902
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+27750
-3902
lines changed

.yamato/PVPexemptions.json

Lines changed: 0 additions & 1588 deletions
This file was deleted.

.yamato/config.metadata

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,12 @@
11
editors:
2-
- version: 2021.3
32
- version: 2022.3
43
run_tvos: false
54
- version: 6000.0
65
run_tvos: false
7-
- version: 6000.1
8-
run_tvos: false
96
- version: 6000.2
107
run_tvos: false
118
- version: trunk
129
run_ios_15: true
1310
run_tvos: false
1411

15-
utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
16-
utr_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr
17-
18-
unity_downloader_install: pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
19-
2012
upm_ci_install: npm install -g upm-ci-utils@stable --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
21-
22-
platforms_win:
23-
- name: win
24-
type: Unity::VM
25-
image: package-ci/win10:v4
26-
flavor: b1.large
27-
- name: win_standalone
28-
type: Unity::VM
29-
image: package-ci/win10:v4
30-
flavor: b1.large
31-
runtime: StandaloneWindows64
32-
- name: win_standalone_il2cpp
33-
type: Unity::VM
34-
image: package-ci/win10:v4
35-
flavor: b1.large
36-
runtime: StandaloneWindows64
37-
scripting-backend: Il2Cpp
38-
installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
39-
platforms_nix:
40-
- name: mac
41-
type: Unity::VM::osx
42-
image: package-ci/macos-13:v4
43-
flavor: m1.mac
44-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
45-
- name: mac_standalone
46-
type: Unity::VM::osx
47-
image: package-ci/macos-13:v4
48-
flavor: m1.mac
49-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
50-
runtime: StandaloneOSX
51-
- name: mac_standalone_il2cpp
52-
type: Unity::VM::osx
53-
image: package-ci/macos-13:v4
54-
flavor: m1.mac
55-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
56-
runtime: StandaloneOSX
57-
scripting-backend: Il2Cpp
58-
installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
59-
- name: linux
60-
type: Unity::VM
61-
image: package-ci/ubuntu-20.04:v4
62-
flavor: b1.large
63-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
64-
- name: linux_standalone
65-
type: Unity::VM
66-
image: package-ci/ubuntu-20.04:v4
67-
flavor: b1.large
68-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
69-
runtime: StandaloneLinux64
70-
- name: linux_standalone_il2cpp
71-
type: Unity::VM
72-
image: package-ci/ubuntu-20.04:v4
73-
flavor: b1.large
74-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
75-
runtime: StandaloneLinux64
76-
scripting-backend: Il2Cpp
77-
installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
78-
scripting_backends:
79-
- name: mono
80-
- name: il2cpp
81-
82-
ios_and_tvos_macos_bokken_image: package-ci/macos-13:v4
83-
84-
test_category:
85-
- name: performance
86-
- name: functional
87-
88-
instabilities_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
89-
instabilities_run_win: run_standalone_instability_detection-latest.bat 0.5.1 || exit 0
90-
91-
instabilities_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
92-
instabilities_run_mac: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
93-
94-
yamato_source_dir_win: "%YAMATO_SOURCE_DIR%"
95-
yamato_source_dir_nix: ${YAMATO_SOURCE_DIR}

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

Lines changed: 277 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 277 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,277 @@
1+
# Auto-generated by Recipe Engine, do not modify manually.
2+
3+
# InputSystem-EditorPerformanceTests - 2022.3 - MacOS
4+
inputsystem-editorperformancetests_-_2022_3_-_macos:
5+
name: InputSystem-EditorPerformanceTests - 2022.3 - MacOS
6+
agent:
7+
image: package-ci/macos-13:default
8+
type: Unity::VM::osx
9+
flavor: b1.xlarge
10+
commands:
11+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
12+
- command: unity-downloader-cli -u 2022.3/staging -c Editor --fast --wait
13+
- 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
14+
after:
15+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
16+
artifacts:
17+
artifacts:
18+
paths:
19+
- artifacts/**/*
20+
21+
# InputSystem-EditorPerformanceTests - 2022.3 - Ubuntu
22+
inputsystem-editorperformancetests_-_2022_3_-_ubuntu:
23+
name: InputSystem-EditorPerformanceTests - 2022.3 - Ubuntu
24+
agent:
25+
image: package-ci/ubuntu-22.04:default
26+
type: Unity::VM
27+
flavor: b1.large
28+
commands:
29+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
30+
- command: unity-downloader-cli -u 2022.3/staging -c Editor --fast --wait
31+
- 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
32+
after:
33+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
34+
artifacts:
35+
artifacts:
36+
paths:
37+
- artifacts/**/*
38+
39+
# InputSystem-EditorPerformanceTests - 2022.3 - Windows
40+
inputsystem-editorperformancetests_-_2022_3_-_windows:
41+
name: InputSystem-EditorPerformanceTests - 2022.3 - Windows
42+
agent:
43+
image: package-ci/win10:default
44+
type: Unity::VM
45+
flavor: b1.large
46+
commands:
47+
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
48+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
49+
- command: unity-downloader-cli -u 2022.3/staging -c Editor --fast --wait
50+
- command: UnifiedTestRunner.exe --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
51+
after:
52+
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
53+
artifacts:
54+
artifacts:
55+
paths:
56+
- artifacts/**/*
57+
58+
# InputSystem-EditorPerformanceTests - 6000.0 - MacOS
59+
inputsystem-editorperformancetests_-_6000_0_-_macos:
60+
name: InputSystem-EditorPerformanceTests - 6000.0 - MacOS
61+
agent:
62+
image: package-ci/macos-13:default
63+
type: Unity::VM::osx
64+
flavor: b1.xlarge
65+
commands:
66+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
67+
- command: unity-downloader-cli -u 6000.0/staging -c Editor --fast --wait
68+
- 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
69+
after:
70+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
71+
artifacts:
72+
artifacts:
73+
paths:
74+
- artifacts/**/*
75+
76+
# InputSystem-EditorPerformanceTests - 6000.0 - Ubuntu
77+
inputsystem-editorperformancetests_-_6000_0_-_ubuntu:
78+
name: InputSystem-EditorPerformanceTests - 6000.0 - Ubuntu
79+
agent:
80+
image: package-ci/ubuntu-22.04:default
81+
type: Unity::VM
82+
flavor: b1.large
83+
commands:
84+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
85+
- command: unity-downloader-cli -u 6000.0/staging -c Editor --fast --wait
86+
- 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
87+
after:
88+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
89+
artifacts:
90+
artifacts:
91+
paths:
92+
- artifacts/**/*
93+
94+
# InputSystem-EditorPerformanceTests - 6000.0 - Windows
95+
inputsystem-editorperformancetests_-_6000_0_-_windows:
96+
name: InputSystem-EditorPerformanceTests - 6000.0 - Windows
97+
agent:
98+
image: package-ci/win10:default
99+
type: Unity::VM
100+
flavor: b1.large
101+
commands:
102+
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
103+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
104+
- command: unity-downloader-cli -u 6000.0/staging -c Editor --fast --wait
105+
- command: UnifiedTestRunner.exe --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
106+
after:
107+
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
108+
artifacts:
109+
artifacts:
110+
paths:
111+
- artifacts/**/*
112+
113+
# InputSystem-EditorPerformanceTests - 6000.2 - MacOS
114+
inputsystem-editorperformancetests_-_6000_2_-_macos:
115+
name: InputSystem-EditorPerformanceTests - 6000.2 - MacOS
116+
agent:
117+
image: package-ci/macos-13:default
118+
type: Unity::VM::osx
119+
flavor: b1.xlarge
120+
commands:
121+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
122+
- command: unity-downloader-cli -u 6000.2/staging -c Editor --fast --wait
123+
- 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
124+
after:
125+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
126+
artifacts:
127+
artifacts:
128+
paths:
129+
- artifacts/**/*
130+
131+
# InputSystem-EditorPerformanceTests - 6000.2 - Ubuntu
132+
inputsystem-editorperformancetests_-_6000_2_-_ubuntu:
133+
name: InputSystem-EditorPerformanceTests - 6000.2 - Ubuntu
134+
agent:
135+
image: package-ci/ubuntu-22.04:default
136+
type: Unity::VM
137+
flavor: b1.large
138+
commands:
139+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
140+
- command: unity-downloader-cli -u 6000.2/staging -c Editor --fast --wait
141+
- 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
142+
after:
143+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
144+
artifacts:
145+
artifacts:
146+
paths:
147+
- artifacts/**/*
148+
149+
# InputSystem-EditorPerformanceTests - 6000.2 - Windows
150+
inputsystem-editorperformancetests_-_6000_2_-_windows:
151+
name: InputSystem-EditorPerformanceTests - 6000.2 - Windows
152+
agent:
153+
image: package-ci/win10:default
154+
type: Unity::VM
155+
flavor: b1.large
156+
commands:
157+
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
158+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
159+
- command: unity-downloader-cli -u 6000.2/staging -c Editor --fast --wait
160+
- command: UnifiedTestRunner.exe --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
161+
after:
162+
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
163+
artifacts:
164+
artifacts:
165+
paths:
166+
- artifacts/**/*
167+
168+
# InputSystem-EditorPerformanceTests - 6000.3 - MacOS
169+
inputsystem-editorperformancetests_-_6000_3_-_macos:
170+
name: InputSystem-EditorPerformanceTests - 6000.3 - MacOS
171+
agent:
172+
image: package-ci/macos-13:default
173+
type: Unity::VM::osx
174+
flavor: b1.xlarge
175+
commands:
176+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
177+
- command: unity-downloader-cli -u 6000.3/staging -c Editor --fast --wait
178+
- 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
179+
after:
180+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
181+
artifacts:
182+
artifacts:
183+
paths:
184+
- artifacts/**/*
185+
186+
# InputSystem-EditorPerformanceTests - 6000.3 - Ubuntu
187+
inputsystem-editorperformancetests_-_6000_3_-_ubuntu:
188+
name: InputSystem-EditorPerformanceTests - 6000.3 - Ubuntu
189+
agent:
190+
image: package-ci/ubuntu-22.04:default
191+
type: Unity::VM
192+
flavor: b1.large
193+
commands:
194+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
195+
- command: unity-downloader-cli -u 6000.3/staging -c Editor --fast --wait
196+
- 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
197+
after:
198+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
199+
artifacts:
200+
artifacts:
201+
paths:
202+
- artifacts/**/*
203+
204+
# InputSystem-EditorPerformanceTests - 6000.3 - Windows
205+
inputsystem-editorperformancetests_-_6000_3_-_windows:
206+
name: InputSystem-EditorPerformanceTests - 6000.3 - Windows
207+
agent:
208+
image: package-ci/win10:default
209+
type: Unity::VM
210+
flavor: b1.large
211+
commands:
212+
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
213+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
214+
- command: unity-downloader-cli -u 6000.3/staging -c Editor --fast --wait
215+
- command: UnifiedTestRunner.exe --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
216+
after:
217+
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
218+
artifacts:
219+
artifacts:
220+
paths:
221+
- artifacts/**/*
222+
223+
# InputSystem-EditorPerformanceTests - 6000.4 - MacOS
224+
inputsystem-editorperformancetests_-_6000_4_-_macos:
225+
name: InputSystem-EditorPerformanceTests - 6000.4 - MacOS
226+
agent:
227+
image: package-ci/macos-13:default
228+
type: Unity::VM::osx
229+
flavor: b1.xlarge
230+
commands:
231+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
232+
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
233+
- 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
234+
after:
235+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
236+
artifacts:
237+
artifacts:
238+
paths:
239+
- artifacts/**/*
240+
241+
# InputSystem-EditorPerformanceTests - 6000.4 - Ubuntu
242+
inputsystem-editorperformancetests_-_6000_4_-_ubuntu:
243+
name: InputSystem-EditorPerformanceTests - 6000.4 - Ubuntu
244+
agent:
245+
image: package-ci/ubuntu-22.04:default
246+
type: Unity::VM
247+
flavor: b1.large
248+
commands:
249+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
250+
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
251+
- 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
252+
after:
253+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
254+
artifacts:
255+
artifacts:
256+
paths:
257+
- artifacts/**/*
258+
259+
# InputSystem-EditorPerformanceTests - 6000.4 - Windows
260+
inputsystem-editorperformancetests_-_6000_4_-_windows:
261+
name: InputSystem-EditorPerformanceTests - 6000.4 - Windows
262+
agent:
263+
image: package-ci/win10:default
264+
type: Unity::VM
265+
flavor: b1.large
266+
commands:
267+
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
268+
- command: git clone --branch "2.3.0-preview" [email protected]:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
269+
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
270+
- command: UnifiedTestRunner.exe --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
271+
after:
272+
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
273+
artifacts:
274+
artifacts:
275+
paths:
276+
- artifacts/**/*
277+

0 commit comments

Comments
 (0)