-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update PerformancProject and DevProject. * Removed mac perf tests.
- Loading branch information
1 parent
2b50f60
commit 22a59aa
Showing
14 changed files
with
389 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
test_editors: | ||
- version: 2023.2 | ||
--- | ||
{% for editor in test_editors %} | ||
Run_Mac_Perfomance_Tests{{ editor.version }}: | ||
name: Run Mac Performance Tests {{ editor.version }} | ||
agent: | ||
type: Unity::VM::osx | ||
image: package-ci/macos-13:v4 | ||
flavor: b1.large | ||
variables: | ||
UNITY_VERSION: {{ editor.version }} | ||
commands: | ||
- python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade | ||
- unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast | ||
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr | ||
- chmod +x ./utr | ||
- ./utr --suite=editor --platform=StandaloneOSX --editor-location=.Editor --testproject=PerformanceProject --artifacts_path=build/test-results --report-performance-data --performance-project-id=com.unity.ml-agents --zero-tests-are-ok=1 | ||
triggers: | ||
cancel_old_ci: true | ||
recurring: | ||
- branch: develop | ||
frequency: daily | ||
artifacts: | ||
logs: | ||
paths: | ||
- "build/test-results/**" | ||
- "*.log" | ||
{% endfor %} | ||
#disabling mac perf tests until utr issue is resolved. | ||
#test_editors: | ||
# - version: 2023.2 | ||
#--- | ||
#{% for editor in test_editors %} | ||
#Run_Mac_Perfomance_Tests{{ editor.version }}: | ||
# name: Run Mac Performance Tests {{ editor.version }} | ||
# agent: | ||
# type: Unity::VM::osx | ||
# image: package-ci/macos-13:v4 | ||
# flavor: b1.large | ||
# variables: | ||
# UNITY_VERSION: {{ editor.version }} | ||
# commands: | ||
# - python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade | ||
# - unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast | ||
# - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr | ||
# - chmod +x ./utr | ||
# - ./utr --suite=editor --platform=StandaloneOSX --editor-location=.Editor --testproject=PerformanceProject --artifacts_path=build/test-results --report-performance-data --performance-project-id=com.unity.ml-agents --zero-tests-are-ok=1 | ||
# triggers: | ||
# cancel_old_ci: true | ||
# recurring: | ||
# - branch: develop | ||
# frequency: daily | ||
# artifacts: | ||
# logs: | ||
# paths: | ||
# - "build/test-results/**" | ||
# - "*.log" | ||
#{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!387306366 &1 | ||
MemorySettings: | ||
m_ObjectHideFlags: 0 | ||
m_EditorMemorySettings: | ||
m_MainAllocatorBlockSize: -1 | ||
m_ThreadAllocatorBlockSize: -1 | ||
m_MainGfxBlockSize: -1 | ||
m_ThreadGfxBlockSize: -1 | ||
m_CacheBlockSize: -1 | ||
m_TypetreeBlockSize: -1 | ||
m_ProfilerBlockSize: -1 | ||
m_ProfilerEditorBlockSize: -1 | ||
m_BucketAllocatorGranularity: -1 | ||
m_BucketAllocatorBucketsCount: -1 | ||
m_BucketAllocatorBlockSize: -1 | ||
m_BucketAllocatorBlockCount: -1 | ||
m_ProfilerBucketAllocatorGranularity: -1 | ||
m_ProfilerBucketAllocatorBucketsCount: -1 | ||
m_ProfilerBucketAllocatorBlockSize: -1 | ||
m_ProfilerBucketAllocatorBlockCount: -1 | ||
m_TempAllocatorSizeMain: -1 | ||
m_JobTempAllocatorBlockSize: -1 | ||
m_BackgroundJobTempAllocatorBlockSize: -1 | ||
m_JobTempAllocatorReducedBlockSize: -1 | ||
m_TempAllocatorSizeGIBakingWorker: -1 | ||
m_TempAllocatorSizeNavMeshWorker: -1 | ||
m_TempAllocatorSizeAudioWorker: -1 | ||
m_TempAllocatorSizeCloudWorker: -1 | ||
m_TempAllocatorSizeGfx: -1 | ||
m_TempAllocatorSizeJobWorker: -1 | ||
m_TempAllocatorSizeBackgroundWorker: -1 | ||
m_TempAllocatorSizePreloadManager: -1 | ||
m_PlatformMemorySettings: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!655991488 &1 | ||
MultiplayerManager: | ||
m_ObjectHideFlags: 0 | ||
m_EnableMultiplayerRoles: 0 | ||
m_ActiveMultiplayerRole: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &1 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 53 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} | ||
m_Name: | ||
m_EditorClassIdentifier: | ||
m_EnablePreReleasePackages: 0 | ||
m_AdvancedSettingsExpanded: 1 | ||
m_ScopedRegistriesSettingsExpanded: 1 | ||
m_SeeAllPackageVersions: 0 | ||
m_DismissPreviewPackagesInUse: 0 | ||
oneTimeWarningShown: 0 | ||
oneTimeDeprecatedPopUpShown: 0 | ||
m_Registries: | ||
- m_Id: main | ||
m_Name: | ||
m_Url: https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates | ||
m_Scopes: [] | ||
m_IsDefault: 1 | ||
m_Capabilities: 0 | ||
m_ConfigSource: 0 | ||
m_UserSelectedRegistryName: | ||
m_UserAddingNewScopedRegistry: 0 | ||
m_RegistryInfoDraft: | ||
m_Modified: 0 | ||
m_ErrorMessage: | ||
m_UserModificationsInstanceId: -874 | ||
m_OriginalInstanceId: -876 | ||
m_LoadAssets: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
{ | ||
"templatePinStates": [], | ||
"dependencyTypeInfos": [ | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.AnimationClip", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEditor.Animations.AnimatorController", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.AnimatorOverrideController", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEditor.Audio.AudioMixerController", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.ComputeShader", | ||
"defaultInstantiationMode": 1 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.Cubemap", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.GameObject", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEditor.LightingDataAsset", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.LightingSettings", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.Material", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEditor.MonoScript", | ||
"defaultInstantiationMode": 1 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.PhysicMaterial", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.PhysicsMaterial2D", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.Rendering.PostProcessing.PostProcessProfile", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.Rendering.PostProcessing.PostProcessResources", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.Rendering.VolumeProfile", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEditor.SceneAsset", | ||
"defaultInstantiationMode": 1 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.Shader", | ||
"defaultInstantiationMode": 1 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.ShaderVariantCollection", | ||
"defaultInstantiationMode": 1 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.Texture", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.Texture2D", | ||
"defaultInstantiationMode": 0 | ||
}, | ||
{ | ||
"userAdded": false, | ||
"type": "UnityEngine.Timeline.TimelineAsset", | ||
"defaultInstantiationMode": 0 | ||
} | ||
], | ||
"defaultDependencyTypeInfo": { | ||
"userAdded": false, | ||
"type": "<default_scene_template_dependencies>", | ||
"defaultInstantiationMode": 1 | ||
}, | ||
"newSceneOverride": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!890905787 &1 | ||
VersionControlSettings: | ||
m_ObjectHideFlags: 0 | ||
m_Mode: Visible Meta Files | ||
m_CollabEditorSettings: | ||
inProgressEnabled: 1 | ||
m_TrackPackagesOutsideProject: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.