@@ -270,7 +270,7 @@ test_all_project_windows_trunk:
270
270
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
271
271
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
272
272
- unity-downloader-cli -u {{editor_versions.trunk_latest_internal.windows.revision}} -c editor --wait --published-only
273
- - upm-ci project test -u .\.Editor --project-path TestProjects/SRP_SmokeTest --type vetting-tests
273
+ - upm-ci project test -u .\.Editor --project-path TestProjects/SRP_SmokeTest --type vetting-tests --extra-create-project-arg="-upmNoDefaultPackages"
274
274
artifacts :
275
275
logs :
276
276
paths :
@@ -287,7 +287,7 @@ test_all_project_macos_trunk:
287
287
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
288
288
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
289
289
- unity-downloader-cli -u {{editor_versions.trunk_latest_internal.macos.revision}} -c editor --wait --published-only
290
- - upm-ci project test -u $(pwd)/.Editor/Unity.app/Contents/MacOS/Unity --project-path TestProjects/SRP_SmokeTest --type vetting-tests
290
+ - upm-ci project test -u $(pwd)/.Editor/Unity.app/Contents/MacOS/Unity --project-path TestProjects/SRP_SmokeTest --type vetting-tests --extra-create-project-arg="-upmNoDefaultPackages"
291
291
artifacts :
292
292
logs :
293
293
paths :
@@ -305,7 +305,7 @@ test_all_project_windows_CUSTOM-REVISION:
305
305
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
306
306
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
307
307
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
308
- - upm-ci project test -u .\.Editor --project-path TestProjects/SRP_SmokeTest --type vetting-tests
308
+ - upm-ci project test -u .\.Editor --project-path TestProjects/SRP_SmokeTest --type vetting-tests --extra-create-project-arg="-upmNoDefaultPackages"
309
309
artifacts :
310
310
logs :
311
311
paths :
@@ -325,7 +325,7 @@ test_all_project_macos_CUSTOM-REVISION:
325
325
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
326
326
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
327
327
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
328
- - upm-ci project test -u $(pwd)/.Editor/Unity.app/Contents/MacOS/Unity --project-path TestProjects/SRP_SmokeTest --type vetting-tests
328
+ - upm-ci project test -u $(pwd)/.Editor/Unity.app/Contents/MacOS/Unity --project-path TestProjects/SRP_SmokeTest --type vetting-tests --extra-create-project-arg="-upmNoDefaultPackages"
329
329
artifacts :
330
330
logs :
331
331
paths :
@@ -345,7 +345,7 @@ test_all_project_windows_min_editor:
345
345
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
346
346
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
347
347
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
348
- - upm-ci project test -u .\.Editor --project-path TestProjects/SRP_SmokeTest --type vetting-tests
348
+ - upm-ci project test -u .\.Editor --project-path TestProjects/SRP_SmokeTest --type vetting-tests --extra-create-project-arg="-upmNoDefaultPackages"
349
349
artifacts :
350
350
logs :
351
351
paths :
@@ -363,7 +363,7 @@ test_all_project_macos_min_editor:
363
363
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
364
364
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
365
365
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
366
- - upm-ci project test -u $(pwd)/.Editor/Unity.app/Contents/MacOS/Unity --project-path TestProjects/SRP_SmokeTest --type vetting-tests
366
+ - upm-ci project test -u $(pwd)/.Editor/Unity.app/Contents/MacOS/Unity --project-path TestProjects/SRP_SmokeTest --type vetting-tests --extra-create-project-arg="-upmNoDefaultPackages"
367
367
artifacts :
368
368
logs :
369
369
paths :
0 commit comments