diff --git a/.yamato/com.unity.ml-agents-performance.yml b/.yamato/com.unity.ml-agents-performance.yml index 2612b9fe885..2d16ce82c8e 100644 --- a/.yamato/com.unity.ml-agents-performance.yml +++ b/.yamato/com.unity.ml-agents-performance.yml @@ -8,7 +8,7 @@ Run_Mac_Perfomance_Tests{{ editor.version }}: agent: type: Unity::VM::osx image: package-ci/macos-13:v4 - flavor: b1.small + flavor: b1.large variables: UNITY_VERSION: {{ editor.version }} commands: @@ -16,7 +16,7 @@ Run_Mac_Perfomance_Tests{{ editor.version }}: - 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=DevProject --artifacts_path=build/test-results --report-performance-data --performance-project-id=com.unity.ml-agents --zero-tests-are-ok=1 + - ./utr --suite=performance-editor --platform=StandaloneOSX --editor-location=.Editor --testproject=DevProject --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: diff --git a/DevProject/Packages/manifest.json b/DevProject/Packages/manifest.json index 77ce4fe89f1..2e0dda3d204 100644 --- a/DevProject/Packages/manifest.json +++ b/DevProject/Packages/manifest.json @@ -8,7 +8,7 @@ "com.unity.package-manager-doctools": "3.0.0-preview", "com.unity.package-validation-suite": "0.59.0-preview", "com.unity.test-framework": "1.1.33", - "com.unity.test-framework.performance": "2.2.0-preview", + "com.unity.test-framework.performance": "3.0.3", "com.unity.testtools.codecoverage": "1.2.4", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.physics": "1.0.0", diff --git a/DevProject/Packages/packages-lock.json b/DevProject/Packages/packages-lock.json index ec3ab9abea2..804d073c450 100644 --- a/DevProject/Packages/packages-lock.json +++ b/DevProject/Packages/packages-lock.json @@ -55,7 +55,7 @@ "depth": 0, "source": "local", "dependencies": { - "com.unity.sentis": "1.3.0-pre.1", + "com.unity.sentis": "1.3.0-pre.2", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.physics": "1.0.0" @@ -105,7 +105,7 @@ "url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates" }, "com.unity.sentis": { - "version": "1.3.0-pre.1", + "version": "1.3.0-pre.2", "depth": 1, "source": "registry", "dependencies": { @@ -141,12 +141,12 @@ "url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates" }, "com.unity.test-framework.performance": { - "version": "2.2.0-preview", + "version": "3.0.3", "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.0", - "com.unity.nuget.newtonsoft-json": "2.0.0-preview" + "com.unity.test-framework": "1.1.31", + "com.unity.modules.jsonserialize": "1.0.0" }, "url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates" },