Skip to content

Commit f27e3c7

Browse files
committed
regenerate CI
1 parent cd31c65 commit f27e3c7

6 files changed

Lines changed: 192 additions & 126 deletions

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

Lines changed: 32 additions & 21 deletions
Large diffs are not rendered by default.

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

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ inputsystem-editorperformancetests_-_6000_0_-_macos13:
1313
type: Unity::VM::osx
1414
flavor: b1.xlarge
1515
commands:
16-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
16+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
17+
- 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
1718
- command: unity-downloader-cli -u 6000.0/staging -c Editor --fast --wait
1819
- 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
1920
after:
@@ -31,7 +32,8 @@ inputsystem-editorperformancetests_-_6000_0_-_ubuntu2204:
3132
type: Unity::VM::GPU
3233
flavor: b1.large
3334
commands:
34-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
35+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
36+
- 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
3537
- command: unity-downloader-cli -u 6000.0/staging -c Editor --fast --wait
3638
- 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
3739
after:
@@ -49,8 +51,8 @@ inputsystem-editorperformancetests_-_6000_0_-_win10:
4951
type: Unity::VM
5052
flavor: b1.large
5153
commands:
52-
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
53-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
54+
- command: dotnet tool install docfx --version 2.70.0 --tool-path %USERPROFILE%/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
55+
- 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
5456
- command: unity-downloader-cli -u 6000.0/staging -c Editor --fast --wait
5557
- 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
5658
after:
@@ -68,7 +70,8 @@ inputsystem-editorperformancetests_-_6000_3_-_macos13:
6870
type: Unity::VM::osx
6971
flavor: b1.xlarge
7072
commands:
71-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
73+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
74+
- 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
7275
- command: unity-downloader-cli -u 6000.3/staging -c Editor --fast --wait
7376
- 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
7477
after:
@@ -86,7 +89,8 @@ inputsystem-editorperformancetests_-_6000_3_-_ubuntu2204:
8689
type: Unity::VM::GPU
8790
flavor: b1.large
8891
commands:
89-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
92+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
93+
- 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
9094
- command: unity-downloader-cli -u 6000.3/staging -c Editor --fast --wait
9195
- 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
9296
after:
@@ -104,8 +108,8 @@ inputsystem-editorperformancetests_-_6000_3_-_win10:
104108
type: Unity::VM
105109
flavor: b1.large
106110
commands:
107-
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
108-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
111+
- command: dotnet tool install docfx --version 2.70.0 --tool-path %USERPROFILE%/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
112+
- 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
109113
- command: unity-downloader-cli -u 6000.3/staging -c Editor --fast --wait
110114
- 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
111115
after:
@@ -123,7 +127,8 @@ inputsystem-editorperformancetests_-_6000_5_-_macos13:
123127
type: Unity::VM::osx
124128
flavor: b1.xlarge
125129
commands:
126-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
130+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
131+
- 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
127132
- command: unity-downloader-cli -u 6000.5/staging -c Editor --fast --wait
128133
- 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
129134
after:
@@ -141,7 +146,8 @@ inputsystem-editorperformancetests_-_6000_5_-_ubuntu2204:
141146
type: Unity::VM::GPU
142147
flavor: b1.large
143148
commands:
144-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
149+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
150+
- 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
145151
- command: unity-downloader-cli -u 6000.5/staging -c Editor --fast --wait
146152
- 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
147153
after:
@@ -159,8 +165,8 @@ inputsystem-editorperformancetests_-_6000_5_-_win10:
159165
type: Unity::VM
160166
flavor: b1.large
161167
commands:
162-
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
163-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
168+
- command: dotnet tool install docfx --version 2.70.0 --tool-path %USERPROFILE%/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
169+
- 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
164170
- command: unity-downloader-cli -u 6000.5/staging -c Editor --fast --wait
165171
- 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
166172
after:
@@ -179,7 +185,8 @@ inputsystem-editorperformancetests_-_6000_6_-_macos13arm:
179185
flavor: m1.mac
180186
model: M1
181187
commands:
182-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
188+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
189+
- 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
183190
- command: unity-downloader-cli -u 6000.6/staging -c Editor --fast --wait
184191
- 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
185192
after:
@@ -197,7 +204,8 @@ inputsystem-editorperformancetests_-_6000_6_-_ubuntu2204:
197204
type: Unity::VM::GPU
198205
flavor: b1.large
199206
commands:
200-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
207+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
208+
- 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
201209
- command: unity-downloader-cli -u 6000.6/staging -c Editor --fast --wait
202210
- 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
203211
after:
@@ -215,8 +223,8 @@ inputsystem-editorperformancetests_-_6000_6_-_win10:
215223
type: Unity::VM
216224
flavor: b1.large
217225
commands:
218-
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
219-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
226+
- command: dotnet tool install docfx --version 2.70.0 --tool-path %USERPROFILE%/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
227+
- 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
220228
- command: unity-downloader-cli -u 6000.6/staging -c Editor --fast --wait
221229
- 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
222230
after:
@@ -234,7 +242,8 @@ inputsystem-editorperformancetests_-_6000_7_-_macos13:
234242
type: Unity::VM::osx
235243
flavor: b1.xlarge
236244
commands:
237-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
245+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
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
238247
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
239248
- 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
240249
after:
@@ -253,7 +262,8 @@ inputsystem-editorperformancetests_-_6000_7_-_macos13arm:
253262
flavor: m1.mac
254263
model: M1
255264
commands:
256-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
265+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
266+
- 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
257267
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
258268
- 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
259269
after:
@@ -271,7 +281,8 @@ inputsystem-editorperformancetests_-_6000_7_-_ubuntu2204:
271281
type: Unity::VM::GPU
272282
flavor: b1.large
273283
commands:
274-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
284+
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
285+
- 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
275286
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
276287
- 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
277288
after:
@@ -289,8 +300,8 @@ inputsystem-editorperformancetests_-_6000_7_-_win10:
289300
type: Unity::VM
290301
flavor: b1.large
291302
commands:
292-
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
293-
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
303+
- command: dotnet tool install docfx --version 2.70.0 --tool-path %USERPROFILE%/.pmdt --add-source https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget
304+
- 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
294305
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
295306
- 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
296307
after:

0 commit comments

Comments
 (0)