diff --git a/.yamato/_abv.yml b/.yamato/_abv.yml index 77be230ac3a..ad4961de22a 100644 --- a/.yamato/_abv.yml +++ b/.yamato/_abv.yml @@ -10,10 +10,10 @@ all_project_ci_trunk: name: ABV (all PR jobs) on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp.yml#PR_HDRP_trunk rerun: on_new_revision @@ -25,13 +25,29 @@ all_project_ci_trunk: rerun: on_new_revision - path: .yamato/_abv.yml#General_Checks_trunk rerun: on_new_revision +graphics_repo_nightly_trunk: + name: Graphics repo nightly on trunk + variables: + CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" + triggers: + recurring: + - branch: master + frequency: 1 * * ? + dependencies: + - path: .yamato/_templates.yml#all_template_ci_trunk + rerun: on_new_revision + - path: .yamato/all-postprocessing.yml#PostProcessing_trunk + rerun: on_new_revision all_project_ci_nightly_trunk: name: Nightly on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp.yml#Nightly_HDRP_trunk rerun: on_new_revision @@ -54,10 +70,10 @@ all_project_ci_nightly_trunk: General_Checks_trunk: name: General Checks on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/_projectcontext.yml#all_package_ci_project_trunk rerun: on_new_revision @@ -76,10 +92,10 @@ General_Checks_trunk: Safety_net_trunk: name: Safety net on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -90,10 +106,10 @@ Safety_net_trunk: Trunk_verification_trunk: name: Trunk verification on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -132,10 +148,10 @@ Trunk_verification_trunk: all_project_ci_CUSTOM-REVISION: name: ABV (all PR jobs) on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp.yml#PR_HDRP_CUSTOM-REVISION rerun: on_new_revision @@ -147,13 +163,25 @@ all_project_ci_CUSTOM-REVISION: rerun: on_new_revision - path: .yamato/_abv.yml#General_Checks_CUSTOM-REVISION rerun: on_new_revision +graphics_repo_nightly_CUSTOM-REVISION: + name: Graphics repo nightly on CUSTOM-REVISION + variables: + CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UTR_VERSION: "current" + dependencies: + - path: .yamato/_templates.yml#all_template_ci_CUSTOM-REVISION + rerun: on_new_revision + - path: .yamato/all-postprocessing.yml#PostProcessing_CUSTOM-REVISION + rerun: on_new_revision all_project_ci_nightly_CUSTOM-REVISION: name: Nightly on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp.yml#Nightly_HDRP_CUSTOM-REVISION rerun: on_new_revision @@ -176,10 +204,10 @@ all_project_ci_nightly_CUSTOM-REVISION: General_Checks_CUSTOM-REVISION: name: General Checks on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/_projectcontext.yml#all_package_ci_project_CUSTOM-REVISION rerun: on_new_revision @@ -198,10 +226,10 @@ General_Checks_CUSTOM-REVISION: Safety_net_CUSTOM-REVISION: name: Safety net on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -212,10 +240,10 @@ Safety_net_CUSTOM-REVISION: Trunk_verification_CUSTOM-REVISION: name: Trunk verification on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/_editor_pinning.yml b/.yamato/_editor_pinning.yml new file mode 100644 index 00000000000..8853d693a48 --- /dev/null +++ b/.yamato/_editor_pinning.yml @@ -0,0 +1,33 @@ + +# This file is generated by ant_yaml_generation package, don't edit this file manually. +# Introduce any changes under .yamato/config/*.metafile files and rerun yaml-generation (or check #devs-automation-tooling). + +{% metadata_file .yamato/_cache_config.metafile -%} +{% metadata_file .yamato/_latest_editor_versions_trunk.metafile -%} + +--- + +editor-pinning-update: + name: Update pinned editor versions + agent: + type: Unity::VM + image: package-ci/ubuntu:stable + flavor: b1.small + variables: + CI: true + commands: + - pip3 config set global.index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple + - pip3 install ruamel.yaml + - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* + - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - + - sudo sh -c "echo 'deb https://artifactory.prd.it.unity3d.com/artifactory/unity-apt-local bionic main' > /etc/apt/sources.list.d/unity.list" + - sudo apt update + - sudo apt install unity-downloader-cli + - git config --global user.name "noreply@unity3d.com" + - git config --global user.email "noreply@unity3d.com" + - git checkout $GIT_BRANCH + - python3 .yamato/script/editor_scripts/update_revisions.py --track trunk --ono-branch $ONO_BRANCH_TRUNK --api-key $ONO_API_KEY --commit-and-push --nr-commits-to-retrieve 1 + triggers: + recurring: + - branch: master + frequency: 21 * * ? diff --git a/.yamato/_editor_priming.yml b/.yamato/_editor_priming.yml index 9ecaeb3767f..ca654e4f312 100644 --- a/.yamato/_editor_priming.yml +++ b/.yamato/_editor_priming.yml @@ -15,10 +15,10 @@ editor:priming:trunk:Win: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: '{{trunk.changeset.id}}' DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -38,10 +38,10 @@ editor:priming:CUSTOM-REVISION:Win: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: custom_revision_not_set DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -60,8 +60,8 @@ editor:priming:test_min_editor:Win: image: package-ci/ubuntu:stable flavor: b1.small variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* @@ -84,10 +84,10 @@ editor:priming:trunk:OSX: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: '{{trunk.changeset.id}}' DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -107,10 +107,10 @@ editor:priming:CUSTOM-REVISION:OSX: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: custom_revision_not_set DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -129,8 +129,8 @@ editor:priming:test_min_editor:OSX: image: package-ci/ubuntu:stable flavor: b1.small variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* @@ -153,10 +153,10 @@ editor:priming:trunk:OSX_Apple_Silicon: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: '{{trunk.changeset.id}}' DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -176,10 +176,10 @@ editor:priming:CUSTOM-REVISION:OSX_Apple_Silicon: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: custom_revision_not_set DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -198,8 +198,8 @@ editor:priming:test_min_editor:OSX_Apple_Silicon: image: package-ci/ubuntu:stable flavor: b1.small variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* @@ -222,10 +222,10 @@ editor:priming:trunk:Linux: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: '{{trunk.changeset.id}}' DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -245,10 +245,10 @@ editor:priming:CUSTOM-REVISION:Linux: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: custom_revision_not_set DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -267,8 +267,8 @@ editor:priming:test_min_editor:Linux: image: package-ci/ubuntu:stable flavor: b1.small variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* @@ -291,10 +291,10 @@ editor:priming:trunk:Android: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: '{{trunk.changeset.id}}' DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -314,10 +314,10 @@ editor:priming:CUSTOM-REVISION:Android: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: custom_revision_not_set DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -336,8 +336,8 @@ editor:priming:test_min_editor:Android: image: package-ci/ubuntu:stable flavor: b1.small variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* @@ -360,10 +360,10 @@ editor:priming:trunk:XRQuest: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: '{{trunk.changeset.id}}' DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -383,10 +383,10 @@ editor:priming:CUSTOM-REVISION:XRQuest: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: custom_revision_not_set DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -405,8 +405,8 @@ editor:priming:test_min_editor:XRQuest: image: package-ci/ubuntu:stable flavor: b1.small variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* @@ -429,10 +429,10 @@ editor:priming:trunk:iPhone: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: '{{trunk.changeset.id}}' DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -452,10 +452,10 @@ editor:priming:CUSTOM-REVISION:iPhone: flavor: b1.small skip_checkout: true variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin + CUSTOM_REVISION: custom_revision_not_set DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - @@ -474,8 +474,8 @@ editor:priming:test_min_editor:iPhone: image: package-ci/ubuntu:stable flavor: b1.small variables: - PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin DISPLAY: ":0" + PATH: /home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates commands: - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* diff --git a/.yamato/all-batchrenderergroup.yml b/.yamato/all-batchrenderergroup.yml index dce6b2ef00c..6a33d67578d 100644 --- a/.yamato/all-batchrenderergroup.yml +++ b/.yamato/all-batchrenderergroup.yml @@ -10,10 +10,10 @@ BatchRendererGroup_trunk: name: BatchRendererGroup on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-batchrenderergroup.yml#PR_BatchRendererGroup_trunk rerun: on_new_revision @@ -22,10 +22,10 @@ BatchRendererGroup_trunk: PR_BatchRendererGroup_trunk: name: PR BatchRendererGroup on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_batchrenderergroup.yml#PR_Universal_BatchRendererGroup_trunk rerun: on_new_revision @@ -34,10 +34,10 @@ PR_BatchRendererGroup_trunk: Extra_BatchRendererGroup_trunk: name: Extra BatchRendererGroup on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_batchrenderergroup.yml#Extra_Universal_BatchRendererGroup_trunk rerun: on_new_revision @@ -46,10 +46,10 @@ Extra_BatchRendererGroup_trunk: BatchRendererGroup_CUSTOM-REVISION: name: BatchRendererGroup on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-batchrenderergroup.yml#PR_BatchRendererGroup_CUSTOM-REVISION rerun: on_new_revision @@ -58,10 +58,10 @@ BatchRendererGroup_CUSTOM-REVISION: PR_BatchRendererGroup_CUSTOM-REVISION: name: PR BatchRendererGroup on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_batchrenderergroup.yml#PR_Universal_BatchRendererGroup_CUSTOM-REVISION rerun: on_new_revision @@ -70,10 +70,10 @@ PR_BatchRendererGroup_CUSTOM-REVISION: Extra_BatchRendererGroup_CUSTOM-REVISION: name: Extra BatchRendererGroup on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_batchrenderergroup.yml#Extra_Universal_BatchRendererGroup_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-hdrp.yml b/.yamato/all-hdrp.yml index f839b82d22c..416b6c0021e 100644 --- a/.yamato/all-hdrp.yml +++ b/.yamato/all-hdrp.yml @@ -10,10 +10,10 @@ PR_HDRP_trunk: name: PR HDRP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp-win-dx11.yml#HDRP_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -44,10 +44,10 @@ PR_HDRP_trunk: Extra_HDRP_trunk: name: Extra HDRP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp-win-dx11.yml#HDRP_Win_DX11_editmode_XR_mono_Linear_trunk rerun: on_new_revision @@ -68,10 +68,10 @@ Extra_HDRP_trunk: HDRP_trunk: name: HDRP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp.yml#PR_HDRP_trunk rerun: on_new_revision @@ -80,10 +80,10 @@ HDRP_trunk: Nightly_HDRP_trunk: name: Nightly HDRP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp_performancetests.yml#HDRP_PerformanceTests_trunk rerun: on_new_revision @@ -94,10 +94,10 @@ Nightly_HDRP_trunk: PR_HDRP_CUSTOM-REVISION: name: PR HDRP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp-win-dx11.yml#HDRP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -128,10 +128,10 @@ PR_HDRP_CUSTOM-REVISION: Extra_HDRP_CUSTOM-REVISION: name: Extra HDRP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp-win-dx11.yml#HDRP_Win_DX11_editmode_XR_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -152,10 +152,10 @@ Extra_HDRP_CUSTOM-REVISION: HDRP_CUSTOM-REVISION: name: HDRP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp.yml#PR_HDRP_CUSTOM-REVISION rerun: on_new_revision @@ -164,10 +164,10 @@ HDRP_CUSTOM-REVISION: Nightly_HDRP_CUSTOM-REVISION: name: Nightly HDRP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp_performancetests.yml#HDRP_PerformanceTests_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-hdrp_batchrenderergroup.yml b/.yamato/all-hdrp_batchrenderergroup.yml index 1c19cda5f14..82542ae963b 100644 --- a/.yamato/all-hdrp_batchrenderergroup.yml +++ b/.yamato/all-hdrp_batchrenderergroup.yml @@ -10,10 +10,10 @@ PR_HDRP_BatchRendererGroup_trunk: name: PR HDRP_BatchRendererGroup on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp_batchrenderergroup-win-dx11.yml#HDRP_BatchRendererGroup_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -34,18 +34,18 @@ PR_HDRP_BatchRendererGroup_trunk: Extra_HDRP_BatchRendererGroup_trunk: name: Extra HDRP_BatchRendererGroup on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] HDRP_BatchRendererGroup_trunk: name: HDRP_BatchRendererGroup on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp_batchrenderergroup.yml#PR_HDRP_BatchRendererGroup_trunk rerun: on_new_revision @@ -54,10 +54,10 @@ HDRP_BatchRendererGroup_trunk: PR_HDRP_BatchRendererGroup_CUSTOM-REVISION: name: PR HDRP_BatchRendererGroup on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp_batchrenderergroup-win-dx11.yml#HDRP_BatchRendererGroup_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -78,18 +78,18 @@ PR_HDRP_BatchRendererGroup_CUSTOM-REVISION: Extra_HDRP_BatchRendererGroup_CUSTOM-REVISION: name: Extra HDRP_BatchRendererGroup on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] HDRP_BatchRendererGroup_CUSTOM-REVISION: name: HDRP_BatchRendererGroup on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp_batchrenderergroup.yml#PR_HDRP_BatchRendererGroup_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-hdrp_dxr.yml b/.yamato/all-hdrp_dxr.yml index d5eaa12ea2c..b8a1ebccb3e 100644 --- a/.yamato/all-hdrp_dxr.yml +++ b/.yamato/all-hdrp_dxr.yml @@ -10,30 +10,30 @@ PR_HDRP_DXR_trunk: name: PR HDRP_DXR on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_mono_Linear_trunk rerun: on_new_revision Extra_HDRP_DXR_trunk: name: Extra HDRP_DXR on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_XR_mono_Linear_trunk rerun: on_new_revision HDRP_DXR_trunk: name: HDRP_DXR on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp_dxr.yml#PR_HDRP_DXR_trunk rerun: on_new_revision @@ -42,30 +42,30 @@ HDRP_DXR_trunk: PR_HDRP_DXR_CUSTOM-REVISION: name: PR HDRP_DXR on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision Extra_HDRP_DXR_CUSTOM-REVISION: name: Extra HDRP_DXR on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION rerun: on_new_revision HDRP_DXR_CUSTOM-REVISION: name: HDRP_DXR on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp_dxr.yml#PR_HDRP_DXR_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-hdrp_performancetests.yml b/.yamato/all-hdrp_performancetests.yml index 36a5e722064..6c5f7ef289a 100644 --- a/.yamato/all-hdrp_performancetests.yml +++ b/.yamato/all-hdrp_performancetests.yml @@ -10,11 +10,11 @@ HDRP_PerformanceTests_trunk: name: HDRP_PerformanceTests on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp_performancetests-win-dx11.yml#HDRP_PerformanceTests_Win_DX11_performance_memory_il2cpp_Linear_trunk rerun: on_new_revision @@ -27,11 +27,11 @@ HDRP_PerformanceTests_trunk: HDRP_PerformanceTests_CUSTOM-REVISION: name: HDRP_PerformanceTests on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/hdrp_performancetests-win-dx11.yml#HDRP_PerformanceTests_Win_DX11_performance_memory_il2cpp_Linear_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-lightmapping.yml b/.yamato/all-lightmapping.yml index 904925a5dfb..107c8352275 100644 --- a/.yamato/all-lightmapping.yml +++ b/.yamato/all-lightmapping.yml @@ -10,10 +10,10 @@ PR_Lightmapping_trunk: name: PR Lightmapping on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/lightmapping-win-dx11.yml#Lightmapping_Win_DX11_editmode_mono_Linear_trunk rerun: on_new_revision @@ -28,10 +28,10 @@ PR_Lightmapping_trunk: Extra_Lightmapping_trunk: name: Extra Lightmapping on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/lightmapping-osx_apple_silicon-metal.yml#Lightmapping_OSX_Apple_Silicon_Metal_editmode_mono_Linear_trunk rerun: on_new_revision @@ -40,10 +40,10 @@ Extra_Lightmapping_trunk: Lightmapping_trunk: name: Lightmapping on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-lightmapping.yml#PR_Lightmapping_trunk rerun: on_new_revision @@ -52,10 +52,10 @@ Lightmapping_trunk: PR_Lightmapping_CUSTOM-REVISION: name: PR Lightmapping on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/lightmapping-win-dx11.yml#Lightmapping_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -70,10 +70,10 @@ PR_Lightmapping_CUSTOM-REVISION: Extra_Lightmapping_CUSTOM-REVISION: name: Extra Lightmapping on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/lightmapping-osx_apple_silicon-metal.yml#Lightmapping_OSX_Apple_Silicon_Metal_editmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -82,10 +82,10 @@ Extra_Lightmapping_CUSTOM-REVISION: Lightmapping_CUSTOM-REVISION: name: Lightmapping on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-lightmapping.yml#PR_Lightmapping_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-postprocessing.yml b/.yamato/all-postprocessing.yml index bf51c92aefc..0b5d5f00d8f 100644 --- a/.yamato/all-postprocessing.yml +++ b/.yamato/all-postprocessing.yml @@ -10,10 +10,10 @@ PR_PostProcessing_trunk: name: PR PostProcessing on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/postprocessing-win-dx11.yml#PostProcessing_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -34,10 +34,10 @@ PR_PostProcessing_trunk: Extra_PostProcessing_trunk: name: Extra PostProcessing on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/postprocessing-win-dx12.yml#PostProcessing_Win_DX12_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -48,10 +48,10 @@ Extra_PostProcessing_trunk: PostProcessing_trunk: name: PostProcessing on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-postprocessing.yml#PR_PostProcessing_trunk rerun: on_new_revision @@ -60,10 +60,10 @@ PostProcessing_trunk: PR_PostProcessing_CUSTOM-REVISION: name: PR PostProcessing on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/postprocessing-win-dx11.yml#PostProcessing_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -84,10 +84,10 @@ PR_PostProcessing_CUSTOM-REVISION: Extra_PostProcessing_CUSTOM-REVISION: name: Extra PostProcessing on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/postprocessing-win-dx12.yml#PostProcessing_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -98,10 +98,10 @@ Extra_PostProcessing_CUSTOM-REVISION: PostProcessing_CUSTOM-REVISION: name: PostProcessing on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-postprocessing.yml#PR_PostProcessing_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-shadergraph.yml b/.yamato/all-shadergraph.yml index 6cedc518bc6..48f0061e1d9 100644 --- a/.yamato/all-shadergraph.yml +++ b/.yamato/all-shadergraph.yml @@ -10,10 +10,10 @@ PR_ShaderGraph_trunk: name: PR ShaderGraph on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -36,10 +36,10 @@ PR_ShaderGraph_trunk: Extra_ShaderGraph_trunk: name: Extra ShaderGraph on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_editmode_mono_Linear_trunk rerun: on_new_revision @@ -52,10 +52,10 @@ Extra_ShaderGraph_trunk: ShaderGraph_trunk: name: ShaderGraph on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph.yml#PR_ShaderGraph_trunk rerun: on_new_revision @@ -64,10 +64,10 @@ ShaderGraph_trunk: Nightly_ShaderGraph_trunk: name: Nightly ShaderGraph on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph.yml#ShaderGraph_trunk rerun: on_new_revision @@ -80,10 +80,10 @@ Nightly_ShaderGraph_trunk: PR_ShaderGraph_CUSTOM-REVISION: name: PR ShaderGraph on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -106,10 +106,10 @@ PR_ShaderGraph_CUSTOM-REVISION: Extra_ShaderGraph_CUSTOM-REVISION: name: Extra ShaderGraph on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -122,10 +122,10 @@ Extra_ShaderGraph_CUSTOM-REVISION: ShaderGraph_CUSTOM-REVISION: name: ShaderGraph on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph.yml#PR_ShaderGraph_CUSTOM-REVISION rerun: on_new_revision @@ -134,10 +134,10 @@ ShaderGraph_CUSTOM-REVISION: Nightly_ShaderGraph_CUSTOM-REVISION: name: Nightly ShaderGraph on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph.yml#ShaderGraph_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-shadergraph_builtin_foundation.yml b/.yamato/all-shadergraph_builtin_foundation.yml index f174424e973..5b10678ed69 100644 --- a/.yamato/all-shadergraph_builtin_foundation.yml +++ b/.yamato/all-shadergraph_builtin_foundation.yml @@ -10,10 +10,10 @@ PR_ShaderGraph_BuiltIn_Foundation_trunk: name: PR ShaderGraph_BuiltIn_Foundation on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph_builtin_foundation-win-dx11.yml#ShaderGraph_BuiltIn_Foundation_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -34,18 +34,18 @@ PR_ShaderGraph_BuiltIn_Foundation_trunk: Extra_ShaderGraph_BuiltIn_Foundation_trunk: name: Extra ShaderGraph_BuiltIn_Foundation on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] ShaderGraph_BuiltIn_Foundation_trunk: name: ShaderGraph_BuiltIn_Foundation on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph_builtin_foundation.yml#PR_ShaderGraph_BuiltIn_Foundation_trunk rerun: on_new_revision @@ -54,10 +54,10 @@ ShaderGraph_BuiltIn_Foundation_trunk: PR_ShaderGraph_BuiltIn_Foundation_CUSTOM-REVISION: name: PR ShaderGraph_BuiltIn_Foundation on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph_builtin_foundation-win-dx11.yml#ShaderGraph_BuiltIn_Foundation_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -78,18 +78,18 @@ PR_ShaderGraph_BuiltIn_Foundation_CUSTOM-REVISION: Extra_ShaderGraph_BuiltIn_Foundation_CUSTOM-REVISION: name: Extra ShaderGraph_BuiltIn_Foundation on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] ShaderGraph_BuiltIn_Foundation_CUSTOM-REVISION: name: ShaderGraph_BuiltIn_Foundation on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph_builtin_foundation.yml#PR_ShaderGraph_BuiltIn_Foundation_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-shadergraph_builtin_lighting.yml b/.yamato/all-shadergraph_builtin_lighting.yml index ff88590416c..2e6c7afde10 100644 --- a/.yamato/all-shadergraph_builtin_lighting.yml +++ b/.yamato/all-shadergraph_builtin_lighting.yml @@ -10,10 +10,10 @@ PR_ShaderGraph_BuiltIn_Lighting_trunk: name: PR ShaderGraph_BuiltIn_Lighting on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph_builtin_lighting-win-dx11.yml#ShaderGraph_BuiltIn_Lighting_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -34,18 +34,18 @@ PR_ShaderGraph_BuiltIn_Lighting_trunk: Extra_ShaderGraph_BuiltIn_Lighting_trunk: name: Extra ShaderGraph_BuiltIn_Lighting on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] ShaderGraph_BuiltIn_Lighting_trunk: name: ShaderGraph_BuiltIn_Lighting on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph_builtin_lighting.yml#PR_ShaderGraph_BuiltIn_Lighting_trunk rerun: on_new_revision @@ -54,10 +54,10 @@ ShaderGraph_BuiltIn_Lighting_trunk: PR_ShaderGraph_BuiltIn_Lighting_CUSTOM-REVISION: name: PR ShaderGraph_BuiltIn_Lighting on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph_builtin_lighting-win-dx11.yml#ShaderGraph_BuiltIn_Lighting_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -78,18 +78,18 @@ PR_ShaderGraph_BuiltIn_Lighting_CUSTOM-REVISION: Extra_ShaderGraph_BuiltIn_Lighting_CUSTOM-REVISION: name: Extra ShaderGraph_BuiltIn_Lighting on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] ShaderGraph_BuiltIn_Lighting_CUSTOM-REVISION: name: ShaderGraph_BuiltIn_Lighting on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph_builtin_lighting.yml#PR_ShaderGraph_BuiltIn_Lighting_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-shadergraph_stereo.yml b/.yamato/all-shadergraph_stereo.yml index 10f78cf37e1..9501e459802 100644 --- a/.yamato/all-shadergraph_stereo.yml +++ b/.yamato/all-shadergraph_stereo.yml @@ -10,10 +10,10 @@ PR_ShaderGraph_Stereo_trunk: name: PR ShaderGraph_Stereo on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph_stereo-win.yml#ShaderGraph_Stereo_Win_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -22,18 +22,18 @@ PR_ShaderGraph_Stereo_trunk: Extra_ShaderGraph_Stereo_trunk: name: Extra ShaderGraph_Stereo on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] ShaderGraph_Stereo_trunk: name: ShaderGraph_Stereo on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph_stereo.yml#PR_ShaderGraph_Stereo_trunk rerun: on_new_revision @@ -42,10 +42,10 @@ ShaderGraph_Stereo_trunk: PR_ShaderGraph_Stereo_CUSTOM-REVISION: name: PR ShaderGraph_Stereo on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/shadergraph_stereo-win.yml#ShaderGraph_Stereo_Win_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -54,18 +54,18 @@ PR_ShaderGraph_Stereo_CUSTOM-REVISION: Extra_ShaderGraph_Stereo_CUSTOM-REVISION: name: Extra ShaderGraph_Stereo on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] ShaderGraph_Stereo_CUSTOM-REVISION: name: ShaderGraph_Stereo on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph_stereo.yml#PR_ShaderGraph_Stereo_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-smoke_test.yml b/.yamato/all-smoke_test.yml index 3ef0afe9949..a2d6ad7cb71 100644 --- a/.yamato/all-smoke_test.yml +++ b/.yamato/all-smoke_test.yml @@ -10,10 +10,10 @@ PR_Smoke_Test_trunk: name: PR Smoke_Test on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/smoke_test-win-dx11.yml#Smoke_Test_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -24,18 +24,18 @@ PR_Smoke_Test_trunk: Extra_Smoke_Test_trunk: name: Extra Smoke_Test on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] Smoke_Test_trunk: name: Smoke_Test on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-smoke_test.yml#PR_Smoke_Test_trunk rerun: on_new_revision @@ -44,10 +44,10 @@ Smoke_Test_trunk: PR_Smoke_Test_CUSTOM-REVISION: name: PR Smoke_Test on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/smoke_test-win-dx11.yml#Smoke_Test_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -58,18 +58,18 @@ PR_Smoke_Test_CUSTOM-REVISION: Extra_Smoke_Test_CUSTOM-REVISION: name: Extra Smoke_Test on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] Smoke_Test_CUSTOM-REVISION: name: Smoke_Test on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-smoke_test.yml#PR_Smoke_Test_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-universal_batchrenderergroup.yml b/.yamato/all-universal_batchrenderergroup.yml index e741edbec5f..355ddac0bac 100644 --- a/.yamato/all-universal_batchrenderergroup.yml +++ b/.yamato/all-universal_batchrenderergroup.yml @@ -10,10 +10,10 @@ PR_Universal_BatchRendererGroup_trunk: name: PR Universal_BatchRendererGroup on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/universal_batchrenderergroup-win-dx11.yml#Universal_BatchRendererGroup_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -30,18 +30,18 @@ PR_Universal_BatchRendererGroup_trunk: Extra_Universal_BatchRendererGroup_trunk: name: Extra Universal_BatchRendererGroup on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] Universal_BatchRendererGroup_trunk: name: Universal_BatchRendererGroup on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_batchrenderergroup.yml#PR_Universal_BatchRendererGroup_trunk rerun: on_new_revision @@ -50,10 +50,10 @@ Universal_BatchRendererGroup_trunk: PR_Universal_BatchRendererGroup_CUSTOM-REVISION: name: PR Universal_BatchRendererGroup on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/universal_batchrenderergroup-win-dx11.yml#Universal_BatchRendererGroup_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -70,18 +70,18 @@ PR_Universal_BatchRendererGroup_CUSTOM-REVISION: Extra_Universal_BatchRendererGroup_CUSTOM-REVISION: name: Extra Universal_BatchRendererGroup on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] Universal_BatchRendererGroup_CUSTOM-REVISION: name: Universal_BatchRendererGroup on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_batchrenderergroup.yml#PR_Universal_BatchRendererGroup_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-universal_split.yml b/.yamato/all-universal_split.yml index 77c7a167211..7b4ec9cc706 100644 --- a/.yamato/all-universal_split.yml +++ b/.yamato/all-universal_split.yml @@ -10,10 +10,10 @@ PR_Universal_Split_trunk: name: PR Universal_Split on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_2d.yml#PR_URP_2D_trunk rerun: on_new_revision @@ -28,10 +28,10 @@ PR_Universal_Split_trunk: Extra_Universal_Split_trunk: name: Extra Universal_Split on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_2d.yml#Extra_URP_2D_trunk rerun: on_new_revision @@ -46,10 +46,10 @@ Extra_Universal_Split_trunk: PR_Universal_Split_CUSTOM-REVISION: name: PR Universal_Split on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_2d.yml#PR_URP_2D_CUSTOM-REVISION rerun: on_new_revision @@ -64,10 +64,10 @@ PR_Universal_Split_CUSTOM-REVISION: Extra_Universal_Split_CUSTOM-REVISION: name: Extra Universal_Split on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_2d.yml#Extra_URP_2D_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-universal_stereo.yml b/.yamato/all-universal_stereo.yml index c7052e6c644..65b150fe166 100644 --- a/.yamato/all-universal_stereo.yml +++ b/.yamato/all-universal_stereo.yml @@ -10,10 +10,10 @@ PR_Universal_Stereo_trunk: name: PR Universal_Stereo on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/universal_stereo-win.yml#Universal_Stereo_Win_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -22,18 +22,18 @@ PR_Universal_Stereo_trunk: Extra_Universal_Stereo_trunk: name: Extra Universal_Stereo on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] Universal_Stereo_trunk: name: Universal_Stereo on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_stereo.yml#PR_Universal_Stereo_trunk rerun: on_new_revision @@ -42,10 +42,10 @@ Universal_Stereo_trunk: PR_Universal_Stereo_CUSTOM-REVISION: name: PR Universal_Stereo on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/universal_stereo-win.yml#Universal_Stereo_Win_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -54,18 +54,18 @@ PR_Universal_Stereo_CUSTOM-REVISION: Extra_Universal_Stereo_CUSTOM-REVISION: name: Extra Universal_Stereo on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] Universal_Stereo_CUSTOM-REVISION: name: Universal_Stereo on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_stereo.yml#PR_Universal_Stereo_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urp.yml b/.yamato/all-urp.yml index ddea2a49962..7ce18552761 100644 --- a/.yamato/all-urp.yml +++ b/.yamato/all-urp.yml @@ -10,10 +10,10 @@ PR_URP_trunk: name: PR URP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_split.yml#PR_Universal_Split_trunk rerun: on_new_revision @@ -30,20 +30,20 @@ PR_URP_trunk: Extra_URP_trunk: name: Extra URP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_split.yml#Extra_Universal_Split_trunk rerun: on_new_revision URP_trunk: name: URP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp.yml#PR_URP_trunk rerun: on_new_revision @@ -52,10 +52,10 @@ URP_trunk: Nightly_URP_trunk: name: Nightly URP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp.yml#URP_trunk rerun: on_new_revision @@ -72,10 +72,10 @@ Nightly_URP_trunk: All_URP_on_Win_DX11_playmode_trunk: name: All URP on Win DX11 playmode on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -90,10 +90,10 @@ All_URP_on_Win_DX11_playmode_trunk: PR_URP_CUSTOM-REVISION: name: PR URP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_split.yml#PR_Universal_Split_CUSTOM-REVISION rerun: on_new_revision @@ -110,20 +110,20 @@ PR_URP_CUSTOM-REVISION: Extra_URP_CUSTOM-REVISION: name: Extra URP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_split.yml#Extra_Universal_Split_CUSTOM-REVISION rerun: on_new_revision URP_CUSTOM-REVISION: name: URP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp.yml#PR_URP_CUSTOM-REVISION rerun: on_new_revision @@ -132,10 +132,10 @@ URP_CUSTOM-REVISION: Nightly_URP_CUSTOM-REVISION: name: Nightly URP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp.yml#URP_CUSTOM-REVISION rerun: on_new_revision @@ -152,10 +152,10 @@ Nightly_URP_CUSTOM-REVISION: All_URP_on_Win_DX11_playmode_CUSTOM-REVISION: name: All URP on Win DX11 playmode on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urp_2d.yml b/.yamato/all-urp_2d.yml index 58bfcee064a..d79535b4b04 100644 --- a/.yamato/all-urp_2d.yml +++ b/.yamato/all-urp_2d.yml @@ -10,10 +10,10 @@ PR_URP_2D_trunk: name: PR URP_2D on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -40,10 +40,10 @@ PR_URP_2D_trunk: Extra_URP_2D_trunk: name: Extra URP_2D on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -56,10 +56,10 @@ Extra_URP_2D_trunk: URP_2D_trunk: name: URP_2D on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_2d.yml#PR_URP_2D_trunk rerun: on_new_revision @@ -68,10 +68,10 @@ URP_2D_trunk: PR_URP_2D_CUSTOM-REVISION: name: PR URP_2D on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -98,10 +98,10 @@ PR_URP_2D_CUSTOM-REVISION: Extra_URP_2D_CUSTOM-REVISION: name: Extra URP_2D on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -114,10 +114,10 @@ Extra_URP_2D_CUSTOM-REVISION: URP_2D_CUSTOM-REVISION: name: URP_2D on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_2d.yml#PR_URP_2D_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urp_foundation.yml b/.yamato/all-urp_foundation.yml index 28f8770db3b..351e17a496d 100644 --- a/.yamato/all-urp_foundation.yml +++ b/.yamato/all-urp_foundation.yml @@ -10,10 +10,10 @@ PR_URP_Foundation_trunk: name: PR URP_Foundation on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_foundation-win-dx11.yml#URP_Foundation_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -44,10 +44,10 @@ PR_URP_Foundation_trunk: Extra_URP_Foundation_trunk: name: Extra URP_Foundation on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_foundation-win-dx11.yml#URP_Foundation_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -60,10 +60,10 @@ Extra_URP_Foundation_trunk: URP_Foundation_trunk: name: URP_Foundation on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_foundation.yml#PR_URP_Foundation_trunk rerun: on_new_revision @@ -72,10 +72,10 @@ URP_Foundation_trunk: PR_URP_Foundation_CUSTOM-REVISION: name: PR URP_Foundation on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_foundation-win-dx11.yml#URP_Foundation_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -106,10 +106,10 @@ PR_URP_Foundation_CUSTOM-REVISION: Extra_URP_Foundation_CUSTOM-REVISION: name: Extra URP_Foundation on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_foundation-win-dx11.yml#URP_Foundation_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -122,10 +122,10 @@ Extra_URP_Foundation_CUSTOM-REVISION: URP_Foundation_CUSTOM-REVISION: name: URP_Foundation on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_foundation.yml#PR_URP_Foundation_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urp_lighting.yml b/.yamato/all-urp_lighting.yml index d78666b71bf..dc95fb4a5c2 100644 --- a/.yamato/all-urp_lighting.yml +++ b/.yamato/all-urp_lighting.yml @@ -10,10 +10,10 @@ PR_URP_Lighting_trunk: name: PR URP_Lighting on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_lighting-win-dx11.yml#URP_Lighting_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -42,10 +42,10 @@ PR_URP_Lighting_trunk: Extra_URP_Lighting_trunk: name: Extra URP_Lighting on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_lighting-win-dx11.yml#URP_Lighting_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -58,10 +58,10 @@ Extra_URP_Lighting_trunk: URP_Lighting_trunk: name: URP_Lighting on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_lighting.yml#PR_URP_Lighting_trunk rerun: on_new_revision @@ -70,10 +70,10 @@ URP_Lighting_trunk: PR_URP_Lighting_CUSTOM-REVISION: name: PR URP_Lighting on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_lighting-win-dx11.yml#URP_Lighting_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -102,10 +102,10 @@ PR_URP_Lighting_CUSTOM-REVISION: Extra_URP_Lighting_CUSTOM-REVISION: name: Extra URP_Lighting on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_lighting-win-dx11.yml#URP_Lighting_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -118,10 +118,10 @@ Extra_URP_Lighting_CUSTOM-REVISION: URP_Lighting_CUSTOM-REVISION: name: URP_Lighting on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_lighting.yml#PR_URP_Lighting_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urp_perf.yml b/.yamato/all-urp_perf.yml index 1b3e7d08ab6..910fd3071c3 100644 --- a/.yamato/all-urp_perf.yml +++ b/.yamato/all-urp_perf.yml @@ -10,10 +10,10 @@ URP_Perf_trunk: name: URP_Perf on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_performance_boatattack.yml#URP_Performance_BoatAttack_trunk rerun: on_new_revision @@ -26,10 +26,10 @@ URP_Perf_trunk: URP_Perf_CUSTOM-REVISION: name: URP_Perf on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_performance_boatattack.yml#URP_Performance_BoatAttack_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urp_performance_boatattack.yml b/.yamato/all-urp_performance_boatattack.yml index 3a3eddf71ce..59ea43668be 100644 --- a/.yamato/all-urp_performance_boatattack.yml +++ b/.yamato/all-urp_performance_boatattack.yml @@ -10,12 +10,12 @@ URP_Performance_BoatAttack_trunk: name: URP_Performance_BoatAttack on trunk variables: - CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urp_performance_boatattack-win-dx11.yml#URP_Performance_BoatAttack_Win_DX11_performance_playmode_runtime_mono_Linear_trunk rerun: on_new_revision @@ -52,12 +52,12 @@ URP_Performance_BoatAttack_trunk: URP_Performance_BoatAttack_CUSTOM-REVISION: name: URP_Performance_BoatAttack on CUSTOM-REVISION variables: - CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urp_performance_boatattack-win-dx11.yml#URP_Performance_BoatAttack_Win_DX11_performance_playmode_runtime_mono_Linear_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urp_performance_lostcrypt.yml b/.yamato/all-urp_performance_lostcrypt.yml index d9bdbc111a5..a42600e3747 100644 --- a/.yamato/all-urp_performance_lostcrypt.yml +++ b/.yamato/all-urp_performance_lostcrypt.yml @@ -10,12 +10,12 @@ URP_Performance_LostCrypt_trunk: name: URP_Performance_LostCrypt on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urp_performance_lostcrypt-win-dx11.yml#URP_Performance_LostCrypt_Win_DX11_performance_playmode_runtime_mono_Linear_trunk rerun: on_new_revision @@ -48,12 +48,12 @@ URP_Performance_LostCrypt_trunk: URP_Performance_LostCrypt_CUSTOM-REVISION: name: URP_Performance_LostCrypt on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urp_performance_lostcrypt-win-dx11.yml#URP_Performance_LostCrypt_Win_DX11_performance_playmode_runtime_mono_Linear_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urp_postpro.yml b/.yamato/all-urp_postpro.yml index 896aeac996b..8c821f08424 100644 --- a/.yamato/all-urp_postpro.yml +++ b/.yamato/all-urp_postpro.yml @@ -10,10 +10,10 @@ PR_URP_PostPro_trunk: name: PR URP_PostPro on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_postpro-win-dx11.yml#URP_PostPro_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -44,10 +44,10 @@ PR_URP_PostPro_trunk: Extra_URP_PostPro_trunk: name: Extra URP_PostPro on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_postpro-win-dx11.yml#URP_PostPro_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -60,10 +60,10 @@ Extra_URP_PostPro_trunk: URP_PostPro_trunk: name: URP_PostPro on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_postpro.yml#PR_URP_PostPro_trunk rerun: on_new_revision @@ -72,10 +72,10 @@ URP_PostPro_trunk: PR_URP_PostPro_CUSTOM-REVISION: name: PR URP_PostPro on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_postpro-win-dx11.yml#URP_PostPro_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -106,10 +106,10 @@ PR_URP_PostPro_CUSTOM-REVISION: Extra_URP_PostPro_CUSTOM-REVISION: name: Extra URP_PostPro on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_postpro-win-dx11.yml#URP_PostPro_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -122,10 +122,10 @@ Extra_URP_PostPro_CUSTOM-REVISION: URP_PostPro_CUSTOM-REVISION: name: URP_PostPro on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_postpro.yml#PR_URP_PostPro_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urp_terrain.yml b/.yamato/all-urp_terrain.yml index 7fe8dcd00b1..06adee2442e 100644 --- a/.yamato/all-urp_terrain.yml +++ b/.yamato/all-urp_terrain.yml @@ -10,10 +10,10 @@ PR_URP_Terrain_trunk: name: PR URP_Terrain on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_terrain-win-dx11.yml#URP_Terrain_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -42,10 +42,10 @@ PR_URP_Terrain_trunk: Extra_URP_Terrain_trunk: name: Extra URP_Terrain on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_terrain-win-dx11.yml#URP_Terrain_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -58,10 +58,10 @@ Extra_URP_Terrain_trunk: URP_Terrain_trunk: name: URP_Terrain on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_terrain.yml#PR_URP_Terrain_trunk rerun: on_new_revision @@ -70,10 +70,10 @@ URP_Terrain_trunk: PR_URP_Terrain_CUSTOM-REVISION: name: PR URP_Terrain on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_terrain-win-dx11.yml#URP_Terrain_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -102,10 +102,10 @@ PR_URP_Terrain_CUSTOM-REVISION: Extra_URP_Terrain_CUSTOM-REVISION: name: Extra URP_Terrain on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/urp_terrain-win-dx11.yml#URP_Terrain_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -118,10 +118,10 @@ Extra_URP_Terrain_CUSTOM-REVISION: URP_Terrain_CUSTOM-REVISION: name: URP_Terrain on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_terrain.yml#PR_URP_Terrain_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urpupdate.yml b/.yamato/all-urpupdate.yml index 53b9c6261b4..c977c73b5ae 100644 --- a/.yamato/all-urpupdate.yml +++ b/.yamato/all-urpupdate.yml @@ -10,12 +10,12 @@ PR_URPUpdate_trunk: name: PR URPUpdate on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urpupdate-win-dx11.yml#URPUpdate_Win_DX11_editmode_mono_Linear_trunk rerun: on_new_revision @@ -24,22 +24,22 @@ PR_URPUpdate_trunk: Extra_URPUpdate_trunk: name: Extra URPUpdate on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: [] URPUpdate_trunk: name: URPUpdate on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/all-urpupdate.yml#PR_URPUpdate_trunk rerun: on_new_revision @@ -48,12 +48,12 @@ URPUpdate_trunk: PR_URPUpdate_CUSTOM-REVISION: name: PR URPUpdate on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urpupdate-win-dx11.yml#URPUpdate_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -62,22 +62,22 @@ PR_URPUpdate_CUSTOM-REVISION: Extra_URPUpdate_CUSTOM-REVISION: name: Extra URPUpdate on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: [] URPUpdate_CUSTOM-REVISION: name: URPUpdate on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/all-urpupdate.yml#PR_URPUpdate_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urpupdate_boatattack.yml b/.yamato/all-urpupdate_boatattack.yml index 06666ed6276..2f0fc39438d 100644 --- a/.yamato/all-urpupdate_boatattack.yml +++ b/.yamato/all-urpupdate_boatattack.yml @@ -10,12 +10,12 @@ PR_URPUpdate_BoatAttack_trunk: name: PR URPUpdate_BoatAttack on trunk variables: - CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urpupdate_boatattack-win-dx11.yml#URPUpdate_BoatAttack_Win_DX11_editmode_mono_Linear_trunk rerun: on_new_revision @@ -24,22 +24,22 @@ PR_URPUpdate_BoatAttack_trunk: Extra_URPUpdate_BoatAttack_trunk: name: Extra URPUpdate_BoatAttack on trunk variables: - CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: [] URPUpdate_BoatAttack_trunk: name: URPUpdate_BoatAttack on trunk variables: - CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/all-urpupdate_boatattack.yml#PR_URPUpdate_BoatAttack_trunk rerun: on_new_revision @@ -48,12 +48,12 @@ URPUpdate_BoatAttack_trunk: PR_URPUpdate_BoatAttack_CUSTOM-REVISION: name: PR URPUpdate_BoatAttack on CUSTOM-REVISION variables: - CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urpupdate_boatattack-win-dx11.yml#URPUpdate_BoatAttack_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -62,22 +62,22 @@ PR_URPUpdate_BoatAttack_CUSTOM-REVISION: Extra_URPUpdate_BoatAttack_CUSTOM-REVISION: name: Extra URPUpdate_BoatAttack on CUSTOM-REVISION variables: - CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: [] URPUpdate_BoatAttack_CUSTOM-REVISION: name: URPUpdate_BoatAttack on CUSTOM-REVISION variables: - CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/all-urpupdate_boatattack.yml#PR_URPUpdate_BoatAttack_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-urpupdate_top_asset_store.yml b/.yamato/all-urpupdate_top_asset_store.yml index de26c1293bc..9d28820694b 100644 --- a/.yamato/all-urpupdate_top_asset_store.yml +++ b/.yamato/all-urpupdate_top_asset_store.yml @@ -10,12 +10,12 @@ PR_URPUpdate_Top_Asset_Store_trunk: name: PR URPUpdate_Top_Asset_Store on trunk variables: - CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urpupdate_top_asset_store-win-dx11.yml#URPUpdate_Top_Asset_Store_Win_DX11_editmode_mono_Linear_trunk rerun: on_new_revision @@ -24,22 +24,22 @@ PR_URPUpdate_Top_Asset_Store_trunk: Extra_URPUpdate_Top_Asset_Store_trunk: name: Extra URPUpdate_Top_Asset_Store on trunk variables: - CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: [] URPUpdate_Top_Asset_Store_trunk: name: URPUpdate_Top_Asset_Store on trunk variables: - CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/all-urpupdate_top_asset_store.yml#PR_URPUpdate_Top_Asset_Store_trunk rerun: on_new_revision @@ -48,12 +48,12 @@ URPUpdate_Top_Asset_Store_trunk: PR_URPUpdate_Top_Asset_Store_CUSTOM-REVISION: name: PR URPUpdate_Top_Asset_Store on CUSTOM-REVISION variables: - CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urpupdate_top_asset_store-win-dx11.yml#URPUpdate_Top_Asset_Store_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -62,22 +62,22 @@ PR_URPUpdate_Top_Asset_Store_CUSTOM-REVISION: Extra_URPUpdate_Top_Asset_Store_CUSTOM-REVISION: name: Extra URPUpdate_Top_Asset_Store on CUSTOM-REVISION variables: - CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: [] URPUpdate_Top_Asset_Store_CUSTOM-REVISION: name: URPUpdate_Top_Asset_Store on CUSTOM-REVISION variables: - CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" - TEST_FILTER: .* ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/all-urpupdate_top_asset_store.yml#PR_URPUpdate_Top_Asset_Store_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-vfx.yml b/.yamato/all-vfx.yml index 90f5c5c01b4..96d26871184 100644 --- a/.yamato/all-vfx.yml +++ b/.yamato/all-vfx.yml @@ -10,10 +10,10 @@ PR_VFX_trunk: name: PR VFX on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_trunk rerun: on_new_revision @@ -24,10 +24,10 @@ PR_VFX_trunk: Extra_VFX_trunk: name: Extra VFX on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_hdrp.yml#Extra_VFX_HDRP_trunk rerun: on_new_revision @@ -36,10 +36,10 @@ Extra_VFX_trunk: VFX_trunk: name: VFX on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx.yml#PR_VFX_trunk rerun: on_new_revision @@ -48,20 +48,20 @@ VFX_trunk: Nightly_VFX_trunk: name: Nightly VFX on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx.yml#VFX_trunk rerun: on_new_revision PR_VFX_CUSTOM-REVISION: name: PR VFX on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_CUSTOM-REVISION rerun: on_new_revision @@ -72,10 +72,10 @@ PR_VFX_CUSTOM-REVISION: Extra_VFX_CUSTOM-REVISION: name: Extra VFX on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_hdrp.yml#Extra_VFX_HDRP_CUSTOM-REVISION rerun: on_new_revision @@ -84,10 +84,10 @@ Extra_VFX_CUSTOM-REVISION: VFX_CUSTOM-REVISION: name: VFX on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx.yml#PR_VFX_CUSTOM-REVISION rerun: on_new_revision @@ -96,10 +96,10 @@ VFX_CUSTOM-REVISION: Nightly_VFX_CUSTOM-REVISION: name: Nightly VFX on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx.yml#VFX_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-vfx_hdrp.yml b/.yamato/all-vfx_hdrp.yml index df0dbd33086..c71f09307fa 100644 --- a/.yamato/all-vfx_hdrp.yml +++ b/.yamato/all-vfx_hdrp.yml @@ -10,10 +10,10 @@ PR_VFX_HDRP_trunk: name: PR VFX_HDRP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision @@ -24,10 +24,10 @@ PR_VFX_HDRP_trunk: Extra_VFX_HDRP_trunk: name: Extra VFX_HDRP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_editmode_mono_Linear_trunk rerun: on_new_revision @@ -46,10 +46,10 @@ Extra_VFX_HDRP_trunk: VFX_HDRP_trunk: name: VFX_HDRP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_trunk rerun: on_new_revision @@ -58,10 +58,10 @@ VFX_HDRP_trunk: PR_VFX_HDRP_CUSTOM-REVISION: name: PR VFX_HDRP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -72,10 +72,10 @@ PR_VFX_HDRP_CUSTOM-REVISION: Extra_VFX_HDRP_CUSTOM-REVISION: name: Extra VFX_HDRP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -94,10 +94,10 @@ Extra_VFX_HDRP_CUSTOM-REVISION: VFX_HDRP_CUSTOM-REVISION: name: VFX_HDRP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-vfx_urp.yml b/.yamato/all-vfx_urp.yml index 9283c11cfda..28f44654163 100644 --- a/.yamato/all-vfx_urp.yml +++ b/.yamato/all-vfx_urp.yml @@ -10,20 +10,20 @@ PR_VFX_URP_trunk: name: PR VFX_URP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision Extra_VFX_URP_trunk: name: Extra VFX_URP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_mono_Linear_trunk rerun: on_new_revision @@ -40,10 +40,10 @@ Extra_VFX_URP_trunk: VFX_URP_trunk: name: VFX_URP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_urp.yml#PR_VFX_URP_trunk rerun: on_new_revision @@ -52,20 +52,20 @@ VFX_URP_trunk: PR_VFX_URP_CUSTOM-REVISION: name: PR VFX_URP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION rerun: on_new_revision Extra_VFX_URP_CUSTOM-REVISION: name: Extra VFX_URP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION rerun: on_new_revision @@ -82,10 +82,10 @@ Extra_VFX_URP_CUSTOM-REVISION: VFX_URP_CUSTOM-REVISION: name: VFX_URP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_urp.yml#PR_VFX_URP_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-vikingvillage_builtin.yml b/.yamato/all-vikingvillage_builtin.yml index ab6ddc6593d..d94f05702ff 100644 --- a/.yamato/all-vikingvillage_builtin.yml +++ b/.yamato/all-vikingvillage_builtin.yml @@ -10,12 +10,12 @@ VikingVillage_BuiltIn_trunk: name: VikingVillage_BuiltIn on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' dependencies: - path: .yamato/vikingvillage_builtin-win-dx11.yml#VikingVillage_BuiltIn_Win_DX11_performance_playmode_runtime_mono_Linear_trunk rerun: on_new_revision @@ -40,12 +40,12 @@ VikingVillage_BuiltIn_trunk: VikingVillage_BuiltIn_CUSTOM-REVISION: name: VikingVillage_BuiltIn on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' dependencies: - path: .yamato/vikingvillage_builtin-win-dx11.yml#VikingVillage_BuiltIn_Win_DX11_performance_playmode_runtime_mono_Linear_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-vikingvillage_urp.yml b/.yamato/all-vikingvillage_urp.yml index 36113252104..b595155856d 100644 --- a/.yamato/all-vikingvillage_urp.yml +++ b/.yamato/all-vikingvillage_urp.yml @@ -10,12 +10,12 @@ VikingVillage_URP_trunk: name: VikingVillage_URP on trunk variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' dependencies: - path: .yamato/vikingvillage_urp-win-dx11.yml#VikingVillage_URP_Win_DX11_performance_playmode_runtime_mono_Linear_trunk rerun: on_new_revision @@ -40,12 +40,12 @@ VikingVillage_URP_trunk: VikingVillage_URP_CUSTOM-REVISION: name: VikingVillage_URP on CUSTOM-REVISION variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set - UTR_VERSION: "current" TEST_FILTER: .* + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' dependencies: - path: .yamato/vikingvillage_urp-win-dx11.yml#VikingVillage_URP_Win_DX11_performance_playmode_runtime_mono_Linear_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/config/__shared.metafile b/.yamato/config/__shared.metafile index 4ff5917f1be..b247665d778 100644 --- a/.yamato/config/__shared.metafile +++ b/.yamato/config/__shared.metafile @@ -11,9 +11,9 @@ editors: # applied for all yml files rerun_strategy: on_new_revision ono_branch_var: ONO_BRANCH_TRUNK editor_pinning: - enabled: false - nr_commits_to_retrieve: 100 - allow_triggers: false + enabled: True + nr_commits_to_retrieve: 1 + allow_triggers: True variables: CACHE_ARGS: '{{cache.flags}}' - track: CUSTOM-REVISION diff --git a/.yamato/config/abv.metafile b/.yamato/config/abv.metafile index 3b570bf0536..2e249518141 100644 --- a/.yamato/config/abv.metafile +++ b/.yamato/config/abv.metafile @@ -9,11 +9,30 @@ jobs: - .yamato/all-vfx.yml#PR_VFX_ - .yamato/all-urp.yml#PR_URP_ - .yamato/all-shadergraph.yml#PR_ShaderGraph_ - # - .yamato/all-lightmapper.yml#PR_LightMapper_ + # - .yamato/all-lightmapper.yml#PR_LightMapper_ - #General_Checks_ # triggers: # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.core/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + - name: Graphics repo nightly + job_id: graphics_repo_nightly + dependencies: + # - .yamato/all-hdrp.yml#Nightly_HDRP_ + # - .yamato/all-vfx.yml#Nightly_VFX_ + # - .yamato/all-urp.yml#Nightly_URP_ + # - .yamato/all-shadergraph.yml#Nightly_ShaderGraph_ + # - .yamato/all-lightmapping.yml#Lightmapping_ + # - .yamato/all-batchrenderergroup.yml#BatchRendererGroup_ + # - #General_Checks_ + - .yamato/_templates.yml#all_template_ci_ + - .yamato/all-postprocessing.yml#PostProcessing_ + triggers: + recurring: + - branch: master + frequency: 1 * * ? + allow_on: + - trunk + - name: Nightly job_id: all_project_ci_nightly dependencies: @@ -26,12 +45,12 @@ jobs: - .yamato/all-postprocessing.yml#PostProcessing_ - .yamato/all-batchrenderergroup.yml#BatchRendererGroup_ - #General_Checks_ -# triggers: -# recurring: -# - branch: master -# frequency: 1 * * ? -# allow_on: -# - trunk + # triggers: + # recurring: + # - branch: master + # frequency: 1 * * ? + # allow_on: + # - trunk - name: General Checks # triggers: @@ -46,8 +65,8 @@ jobs: - .yamato/_find_missing_docs.yml#find_missing_docs_vfx_graph - name: Safety net - triggers: - expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match [".yamato/**/*", "com.unity.*/**/*", "TestProjects/**/*"] AND NOT pull_request.push.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + # triggers: + # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match [".yamato/**/*", "com.unity.*/**/*", "TestProjects/**/*"] AND NOT pull_request.push.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' dependencies: - .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_playmode_mono_Linear_ - .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_playmode_mono_Linear_ @@ -61,68 +80,68 @@ jobs: build_config: mono color_space: Linear test_platforms: - - playmode - - editmode + - playmode + - editmode - project: URP_Foundation platform: Win api: DX11 build_config: mono color_space: Linear test_platforms: - - playmode - - editmode + - playmode + - editmode - project: URP_Lighting platform: Win api: DX11 build_config: mono color_space: Linear test_platforms: - - playmode - - editmode + - playmode + - editmode - project: URP_PostPro platform: Win api: DX11 build_config: mono color_space: Linear test_platforms: - - playmode - - editmode + - playmode + - editmode - project: URP_Terrain platform: Win api: DX11 build_config: mono color_space: Linear test_platforms: - - playmode - - editmode + - playmode + - editmode - project: ShaderGraph platform: Win api: DX11 build_config: mono color_space: Linear test_platforms: - - playmode - - editmode + - playmode + - editmode - project: HDRP platform: Win api: DX11 build_config: mono color_space: Linear test_platforms: - - playmode - - editmode + - playmode + - editmode - project: VFX_HDRP platform: Win api: DX11 build_config: mono color_space: Linear test_platforms: - - playmode - - editmode + - playmode + - editmode - project: VFX_URP platform: Win api: DX11 build_config: mono color_space: Linear test_platforms: - - playmode + - playmode diff --git a/.yamato/hdrp-linux-vulkan.yml b/.yamato/hdrp-linux-vulkan.yml index 28d5cc74b92..8fc99ad5606 100644 --- a/.yamato/hdrp-linux-vulkan.yml +++ b/.yamato/hdrp-linux-vulkan.yml @@ -14,11 +14,11 @@ HDRP_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ HDRP_Linux_Vulkan_playmode_XR_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ HDRP_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ HDRP_Linux_Vulkan_editmode_XR_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -166,11 +166,11 @@ HDRP_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -198,11 +198,11 @@ Build_HDRP_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -239,11 +239,11 @@ HDRP_Linux_Vulkan_Standalone_XR_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -271,11 +271,11 @@ Build_HDRP_Linux_Vulkan_Standalone_XR_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -312,11 +312,11 @@ HDRP_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -350,11 +350,11 @@ HDRP_Linux_Vulkan_playmode_XR_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -388,11 +388,11 @@ HDRP_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -426,11 +426,11 @@ HDRP_Linux_Vulkan_editmode_XR_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -464,11 +464,11 @@ HDRP_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -496,11 +496,11 @@ Build_HDRP_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -537,11 +537,11 @@ HDRP_Linux_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -569,11 +569,11 @@ Build_HDRP_Linux_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/hdrp-osx-metal.yml b/.yamato/hdrp-osx-metal.yml index 7521c1cdae4..b572d6085f4 100644 --- a/.yamato/hdrp-osx-metal.yml +++ b/.yamato/hdrp-osx-metal.yml @@ -14,11 +14,11 @@ HDRP_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ HDRP_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ HDRP_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ HDRP_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/hdrp-osx_apple_silicon-metal.yml b/.yamato/hdrp-osx_apple_silicon-metal.yml index 7be3667689e..1f4ea817daf 100644 --- a/.yamato/hdrp-osx_apple_silicon-metal.yml +++ b/.yamato/hdrp-osx_apple_silicon-metal.yml @@ -15,11 +15,11 @@ HDRP_OSX_Apple_Silicon_Metal_Standalone_mono_Linear_trunk: model: M1 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr - chmod +x ./utr @@ -53,11 +53,11 @@ HDRP_OSX_Apple_Silicon_Metal_Standalone_mono_Linear_CUSTOM-REVISION: model: M1 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr - chmod +x ./utr diff --git a/.yamato/hdrp-win-dx11.yml b/.yamato/hdrp-win-dx11.yml index ca1f1145325..f44b3f05306 100644 --- a/.yamato/hdrp-win-dx11.yml +++ b/.yamato/hdrp-win-dx11.yml @@ -15,11 +15,11 @@ HDRP_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ HDRP_Win_DX11_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ HDRP_Win_DX11_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -117,11 +117,11 @@ HDRP_Win_DX11_editmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -151,11 +151,11 @@ HDRP_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -182,11 +182,11 @@ Build_HDRP_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -219,11 +219,11 @@ HDRP_Win_DX11_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -251,11 +251,11 @@ Build_HDRP_Win_DX11_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -288,11 +288,11 @@ HDRP_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -322,11 +322,11 @@ HDRP_Win_DX11_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -356,11 +356,11 @@ HDRP_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -390,11 +390,11 @@ HDRP_Win_DX11_editmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -424,11 +424,11 @@ HDRP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -455,11 +455,11 @@ Build_HDRP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -492,11 +492,11 @@ HDRP_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -524,11 +524,11 @@ Build_HDRP_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/hdrp-win-dx12.yml b/.yamato/hdrp-win-dx12.yml index d2aa147120d..cab96e1a803 100644 --- a/.yamato/hdrp-win-dx12.yml +++ b/.yamato/hdrp-win-dx12.yml @@ -15,11 +15,11 @@ HDRP_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ HDRP_Win_DX12_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ HDRP_Win_DX12_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -117,11 +117,11 @@ HDRP_Win_DX12_editmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -151,11 +151,11 @@ HDRP_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -182,11 +182,11 @@ Build_HDRP_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -219,11 +219,11 @@ HDRP_Win_DX12_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -251,11 +251,11 @@ Build_HDRP_Win_DX12_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -288,11 +288,11 @@ HDRP_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -322,11 +322,11 @@ HDRP_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -356,11 +356,11 @@ HDRP_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -390,11 +390,11 @@ HDRP_Win_DX12_editmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -424,11 +424,11 @@ HDRP_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -455,11 +455,11 @@ Build_HDRP_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -492,11 +492,11 @@ HDRP_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -524,11 +524,11 @@ Build_HDRP_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/hdrp-win-vulkan.yml b/.yamato/hdrp-win-vulkan.yml index dbeeeade051..71bf185597b 100644 --- a/.yamato/hdrp-win-vulkan.yml +++ b/.yamato/hdrp-win-vulkan.yml @@ -15,11 +15,11 @@ HDRP_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ HDRP_Win_Vulkan_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ HDRP_Win_Vulkan_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -117,11 +117,11 @@ HDRP_Win_Vulkan_editmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -151,11 +151,11 @@ HDRP_Win_Vulkan_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -182,11 +182,11 @@ Build_HDRP_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -219,11 +219,11 @@ HDRP_Win_Vulkan_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -251,11 +251,11 @@ Build_HDRP_Win_Vulkan_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -288,11 +288,11 @@ HDRP_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -322,11 +322,11 @@ HDRP_Win_Vulkan_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -356,11 +356,11 @@ HDRP_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -390,11 +390,11 @@ HDRP_Win_Vulkan_editmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -424,11 +424,11 @@ HDRP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -455,11 +455,11 @@ Build_HDRP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -492,11 +492,11 @@ HDRP_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -524,11 +524,11 @@ Build_HDRP_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/hdrp_batchrenderergroup-linux-vulkan.yml b/.yamato/hdrp_batchrenderergroup-linux-vulkan.yml index eb91f787e83..730968cd5f9 100644 --- a/.yamato/hdrp_batchrenderergroup-linux-vulkan.yml +++ b/.yamato/hdrp_batchrenderergroup-linux-vulkan.yml @@ -14,11 +14,11 @@ HDRP_BatchRendererGroup_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ HDRP_BatchRendererGroup_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -84,11 +84,11 @@ Build_HDRP_BatchRendererGroup_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -125,11 +125,11 @@ HDRP_BatchRendererGroup_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -163,11 +163,11 @@ HDRP_BatchRendererGroup_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -195,11 +195,11 @@ Build_HDRP_BatchRendererGroup_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISIO image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/hdrp_batchrenderergroup-osx-metal.yml b/.yamato/hdrp_batchrenderergroup-osx-metal.yml index 9fc9d76b273..211bb790fe6 100644 --- a/.yamato/hdrp_batchrenderergroup-osx-metal.yml +++ b/.yamato/hdrp_batchrenderergroup-osx-metal.yml @@ -14,11 +14,11 @@ HDRP_BatchRendererGroup_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ HDRP_BatchRendererGroup_OSX_Metal_playmode_XR_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ HDRP_BatchRendererGroup_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ HDRP_BatchRendererGroup_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -182,11 +182,11 @@ HDRP_BatchRendererGroup_OSX_Metal_playmode_XR_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -224,11 +224,11 @@ HDRP_BatchRendererGroup_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/hdrp_batchrenderergroup-win-dx11.yml b/.yamato/hdrp_batchrenderergroup-win-dx11.yml index b5d944ae763..09b934c6350 100644 --- a/.yamato/hdrp_batchrenderergroup-win-dx11.yml +++ b/.yamato/hdrp_batchrenderergroup-win-dx11.yml @@ -15,11 +15,11 @@ HDRP_BatchRendererGroup_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ HDRP_BatchRendererGroup_Win_DX11_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ HDRP_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ Build_HDRP_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -151,11 +151,11 @@ HDRP_BatchRendererGroup_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -185,11 +185,11 @@ HDRP_BatchRendererGroup_Win_DX11_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -219,11 +219,11 @@ HDRP_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -250,11 +250,11 @@ Build_HDRP_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/hdrp_batchrenderergroup-win-dx12.yml b/.yamato/hdrp_batchrenderergroup-win-dx12.yml index eda410af36f..707c78bfb1e 100644 --- a/.yamato/hdrp_batchrenderergroup-win-dx12.yml +++ b/.yamato/hdrp_batchrenderergroup-win-dx12.yml @@ -15,11 +15,11 @@ HDRP_BatchRendererGroup_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ HDRP_BatchRendererGroup_Win_DX12_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ HDRP_BatchRendererGroup_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ Build_HDRP_BatchRendererGroup_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -151,11 +151,11 @@ HDRP_BatchRendererGroup_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -185,11 +185,11 @@ HDRP_BatchRendererGroup_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -219,11 +219,11 @@ HDRP_BatchRendererGroup_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -250,11 +250,11 @@ Build_HDRP_BatchRendererGroup_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/hdrp_batchrenderergroup-win-vulkan.yml b/.yamato/hdrp_batchrenderergroup-win-vulkan.yml index 76eca0758bf..f21dec29ec8 100644 --- a/.yamato/hdrp_batchrenderergroup-win-vulkan.yml +++ b/.yamato/hdrp_batchrenderergroup-win-vulkan.yml @@ -15,11 +15,11 @@ HDRP_BatchRendererGroup_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ HDRP_BatchRendererGroup_Win_Vulkan_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ HDRP_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ Build_HDRP_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -151,11 +151,11 @@ HDRP_BatchRendererGroup_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -185,11 +185,11 @@ HDRP_BatchRendererGroup_Win_Vulkan_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -219,11 +219,11 @@ HDRP_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -250,11 +250,11 @@ Build_HDRP_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/hdrp_dxr-win-dx12.yml b/.yamato/hdrp_dxr-win-dx12.yml index 082f92c62fc..92269846046 100644 --- a/.yamato/hdrp_dxr-win-dx12.yml +++ b/.yamato/hdrp_dxr-win-dx12.yml @@ -15,11 +15,11 @@ HDRP_DXR_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -47,11 +47,11 @@ Build_HDRP_DXR_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ HDRP_DXR_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -118,11 +118,11 @@ HDRP_DXR_Win_DX12_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -152,11 +152,11 @@ HDRP_DXR_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -184,11 +184,11 @@ Build_HDRP_DXR_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -221,11 +221,11 @@ HDRP_DXR_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -255,11 +255,11 @@ HDRP_DXR_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/hdrp_performancetests-linux-vulkan.yml b/.yamato/hdrp_performancetests-linux-vulkan.yml index e5fba2e4496..a015c7510ee 100644 --- a/.yamato/hdrp_performancetests-linux-vulkan.yml +++ b/.yamato/hdrp_performancetests-linux-vulkan.yml @@ -14,12 +14,12 @@ HDRP_PerformanceTests_Linux_Vulkan_performance_memory_il2cpp_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -53,12 +53,12 @@ HDRP_PerformanceTests_Linux_Vulkan_performance_counters_il2cpp_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -92,12 +92,12 @@ HDRP_PerformanceTests_Linux_Vulkan_performance_run_build_il2cpp_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -131,12 +131,12 @@ HDRP_PerformanceTests_Linux_Vulkan_performance_memory_il2cpp_Linear_CUSTOM-REVIS image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -170,12 +170,12 @@ HDRP_PerformanceTests_Linux_Vulkan_performance_counters_il2cpp_Linear_CUSTOM-REV image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -209,12 +209,12 @@ HDRP_PerformanceTests_Linux_Vulkan_performance_run_build_il2cpp_Linear_CUSTOM-RE image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/hdrp_performancetests-win-dx11.yml b/.yamato/hdrp_performancetests-win-dx11.yml index 63038a16d48..dbfb34097c1 100644 --- a/.yamato/hdrp_performancetests-win-dx11.yml +++ b/.yamato/hdrp_performancetests-win-dx11.yml @@ -14,12 +14,12 @@ HDRP_PerformanceTests_Win_DX11_performance_memory_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -45,12 +45,12 @@ HDRP_PerformanceTests_Win_DX11_performance_counters_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -76,12 +76,12 @@ HDRP_PerformanceTests_Win_DX11_performance_run_build_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -107,12 +107,12 @@ HDRP_PerformanceTests_Win_DX11_performance_memory_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -138,12 +138,12 @@ HDRP_PerformanceTests_Win_DX11_performance_counters_il2cpp_Linear_CUSTOM-REVISIO image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -169,12 +169,12 @@ HDRP_PerformanceTests_Win_DX11_performance_run_build_il2cpp_Linear_CUSTOM-REVISI image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set GIT_BRANCH: master - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/lightmapping-linux-openglcore.yml b/.yamato/lightmapping-linux-openglcore.yml index 7fce360cee3..111f7d29900 100644 --- a/.yamato/lightmapping-linux-openglcore.yml +++ b/.yamato/lightmapping-linux-openglcore.yml @@ -15,11 +15,11 @@ Lightmapping_Linux_OpenGlCore_editmode_mono_Linear_trunk: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -55,11 +55,11 @@ Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_trunk: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -89,11 +89,11 @@ Build_Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_trunk: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -132,11 +132,11 @@ Lightmapping_Linux_OpenGlCore_editmode_mono_Linear_CUSTOM-REVISION: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -172,11 +172,11 @@ Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -206,11 +206,11 @@ Build_Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/lightmapping-linux-vulkan.yml b/.yamato/lightmapping-linux-vulkan.yml index 6696d08dcba..9f28b495b00 100644 --- a/.yamato/lightmapping-linux-vulkan.yml +++ b/.yamato/lightmapping-linux-vulkan.yml @@ -15,11 +15,11 @@ Lightmapping_Linux_Vulkan_editmode_mono_Linear_trunk: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -55,11 +55,11 @@ Lightmapping_Linux_Vulkan_Standalone_mono_Linear_trunk: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -89,11 +89,11 @@ Build_Lightmapping_Linux_Vulkan_Standalone_mono_Linear_trunk: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -132,11 +132,11 @@ Lightmapping_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -172,11 +172,11 @@ Lightmapping_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -206,11 +206,11 @@ Build_Lightmapping_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/lightmapping-osx_apple_silicon-metal.yml b/.yamato/lightmapping-osx_apple_silicon-metal.yml index 3c9c7c9581b..f6458f5b751 100644 --- a/.yamato/lightmapping-osx_apple_silicon-metal.yml +++ b/.yamato/lightmapping-osx_apple_silicon-metal.yml @@ -15,11 +15,11 @@ Lightmapping_OSX_Apple_Silicon_Metal_editmode_mono_Linear_trunk: model: M1 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr - chmod +x ./utr @@ -53,11 +53,11 @@ Lightmapping_OSX_Apple_Silicon_Metal_Standalone_mono_Linear_trunk: model: M1 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr - chmod +x ./utr @@ -91,11 +91,11 @@ Lightmapping_OSX_Apple_Silicon_Metal_editmode_mono_Linear_CUSTOM-REVISION: model: M1 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr - chmod +x ./utr @@ -129,11 +129,11 @@ Lightmapping_OSX_Apple_Silicon_Metal_Standalone_mono_Linear_CUSTOM-REVISION: model: M1 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr - chmod +x ./utr diff --git a/.yamato/lightmapping-win-dx11.yml b/.yamato/lightmapping-win-dx11.yml index fcf94279911..8a2ffaea58b 100644 --- a/.yamato/lightmapping-win-dx11.yml +++ b/.yamato/lightmapping-win-dx11.yml @@ -15,11 +15,11 @@ Lightmapping_Win_DX11_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ Lightmapping_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -81,11 +81,11 @@ Build_Lightmapping_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -118,11 +118,11 @@ Lightmapping_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -152,11 +152,11 @@ Lightmapping_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -184,11 +184,11 @@ Build_Lightmapping_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/postprocessing-linux-vulkan.yml b/.yamato/postprocessing-linux-vulkan.yml index c9596c8e896..315afd6b23a 100644 --- a/.yamato/postprocessing-linux-vulkan.yml +++ b/.yamato/postprocessing-linux-vulkan.yml @@ -14,11 +14,11 @@ PostProcessing_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ PostProcessing_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ PostProcessing_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ Build_PostProcessing_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -163,11 +163,11 @@ PostProcessing_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -201,11 +201,11 @@ PostProcessing_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -239,11 +239,11 @@ PostProcessing_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -271,11 +271,11 @@ Build_PostProcessing_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/postprocessing-osx-metal.yml b/.yamato/postprocessing-osx-metal.yml index d7cff39a511..93ac85f39c9 100644 --- a/.yamato/postprocessing-osx-metal.yml +++ b/.yamato/postprocessing-osx-metal.yml @@ -14,11 +14,11 @@ PostProcessing_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ PostProcessing_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ PostProcessing_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ PostProcessing_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/postprocessing-win-dx11.yml b/.yamato/postprocessing-win-dx11.yml index dd1a19631b6..1c7c8c5ca72 100644 --- a/.yamato/postprocessing-win-dx11.yml +++ b/.yamato/postprocessing-win-dx11.yml @@ -15,11 +15,11 @@ PostProcessing_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -48,11 +48,11 @@ PostProcessing_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -82,11 +82,11 @@ PostProcessing_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -113,11 +113,11 @@ Build_PostProcessing_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -150,11 +150,11 @@ PostProcessing_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -183,11 +183,11 @@ PostProcessing_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -217,11 +217,11 @@ PostProcessing_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -248,11 +248,11 @@ Build_PostProcessing_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/postprocessing-win-dx12.yml b/.yamato/postprocessing-win-dx12.yml index 5c58159a8c4..8acbb831e8e 100644 --- a/.yamato/postprocessing-win-dx12.yml +++ b/.yamato/postprocessing-win-dx12.yml @@ -15,11 +15,11 @@ PostProcessing_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -48,11 +48,11 @@ PostProcessing_Win_DX12_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -82,11 +82,11 @@ PostProcessing_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -113,11 +113,11 @@ Build_PostProcessing_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -150,11 +150,11 @@ PostProcessing_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -183,11 +183,11 @@ PostProcessing_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -217,11 +217,11 @@ PostProcessing_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -248,11 +248,11 @@ Build_PostProcessing_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/postprocessing-win-vulkan.yml b/.yamato/postprocessing-win-vulkan.yml index 656c3379db2..a9a4f4e7e5c 100644 --- a/.yamato/postprocessing-win-vulkan.yml +++ b/.yamato/postprocessing-win-vulkan.yml @@ -15,11 +15,11 @@ PostProcessing_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -48,11 +48,11 @@ PostProcessing_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -82,11 +82,11 @@ PostProcessing_Win_Vulkan_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -113,11 +113,11 @@ Build_PostProcessing_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -150,11 +150,11 @@ PostProcessing_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -183,11 +183,11 @@ PostProcessing_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -217,11 +217,11 @@ PostProcessing_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -248,11 +248,11 @@ Build_PostProcessing_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/postprocessing_publish.yml b/.yamato/postprocessing_publish.yml index 6ae5d620a97..826d26e26e6 100644 --- a/.yamato/postprocessing_publish.yml +++ b/.yamato/postprocessing_publish.yml @@ -4,9 +4,8 @@ name: postprocessing test_editors: - trunk - - 2021.2 - - 2021.1 - - 2020.2 + - 2021.3 + - 2020.3 - 2019.4 test_platforms: - name: win diff --git a/.yamato/shadergraph-android-opengles3.yml b/.yamato/shadergraph-android-opengles3.yml index db536f1ebab..17db170897a 100644 --- a/.yamato/shadergraph-android-opengles3.yml +++ b/.yamato/shadergraph-android-opengles3.yml @@ -15,11 +15,11 @@ ShaderGraph_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_ShaderGraph_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ ShaderGraph_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_ShaderGraph_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/shadergraph-android-vulkan.yml b/.yamato/shadergraph-android-vulkan.yml index 1dbabde0169..1c7b527376a 100644 --- a/.yamato/shadergraph-android-vulkan.yml +++ b/.yamato/shadergraph-android-vulkan.yml @@ -15,11 +15,11 @@ ShaderGraph_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_ShaderGraph_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ ShaderGraph_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_ShaderGraph_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/shadergraph-iphone-metal.yml b/.yamato/shadergraph-iphone-metal.yml index b3838dbe1e9..091f309dc84 100644 --- a/.yamato/shadergraph-iphone-metal.yml +++ b/.yamato/shadergraph-iphone-metal.yml @@ -14,11 +14,11 @@ ShaderGraph_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_ShaderGraph_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -85,11 +85,11 @@ ShaderGraph_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -117,11 +117,11 @@ Build_ShaderGraph_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph-linux-openglcore.yml b/.yamato/shadergraph-linux-openglcore.yml index 5bc56a5469a..44ab1fa062f 100644 --- a/.yamato/shadergraph-linux-openglcore.yml +++ b/.yamato/shadergraph-linux-openglcore.yml @@ -14,11 +14,11 @@ ShaderGraph_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ ShaderGraph_Linux_OpenGLCore_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ ShaderGraph_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ ShaderGraph_Linux_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph-linux-vulkan.yml b/.yamato/shadergraph-linux-vulkan.yml index c3a1fdcf54f..2dd5c5b64f9 100644 --- a/.yamato/shadergraph-linux-vulkan.yml +++ b/.yamato/shadergraph-linux-vulkan.yml @@ -14,11 +14,11 @@ ShaderGraph_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_ShaderGraph_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -87,11 +87,11 @@ ShaderGraph_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -125,11 +125,11 @@ ShaderGraph_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -163,11 +163,11 @@ ShaderGraph_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -195,11 +195,11 @@ Build_ShaderGraph_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -236,11 +236,11 @@ ShaderGraph_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -274,11 +274,11 @@ ShaderGraph_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph-osx-metal.yml b/.yamato/shadergraph-osx-metal.yml index 07675b94565..ec14108df50 100644 --- a/.yamato/shadergraph-osx-metal.yml +++ b/.yamato/shadergraph-osx-metal.yml @@ -14,11 +14,11 @@ ShaderGraph_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ ShaderGraph_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ ShaderGraph_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ ShaderGraph_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph-osx-openglcore.yml b/.yamato/shadergraph-osx-openglcore.yml index 3ffaac54708..8aaee9101b7 100644 --- a/.yamato/shadergraph-osx-openglcore.yml +++ b/.yamato/shadergraph-osx-openglcore.yml @@ -14,11 +14,11 @@ ShaderGraph_OSX_OpenGLCore_playmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -50,11 +50,11 @@ ShaderGraph_OSX_OpenGLCore_editmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -86,11 +86,11 @@ ShaderGraph_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ ShaderGraph_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph-win-dx11.yml b/.yamato/shadergraph-win-dx11.yml index 69c28eac935..b126641e90c 100644 --- a/.yamato/shadergraph-win-dx11.yml +++ b/.yamato/shadergraph-win-dx11.yml @@ -14,11 +14,11 @@ ShaderGraph_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -45,11 +45,11 @@ Build_ShaderGraph_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -82,11 +82,11 @@ ShaderGraph_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -115,11 +115,11 @@ ShaderGraph_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -148,11 +148,11 @@ ShaderGraph_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -179,11 +179,11 @@ Build_ShaderGraph_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -216,11 +216,11 @@ ShaderGraph_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -249,11 +249,11 @@ ShaderGraph_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/shadergraph-win-vulkan.yml b/.yamato/shadergraph-win-vulkan.yml index 025ade43536..53b8b956d1a 100644 --- a/.yamato/shadergraph-win-vulkan.yml +++ b/.yamato/shadergraph-win-vulkan.yml @@ -14,11 +14,11 @@ ShaderGraph_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -45,11 +45,11 @@ Build_ShaderGraph_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -82,11 +82,11 @@ ShaderGraph_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -115,11 +115,11 @@ ShaderGraph_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -148,11 +148,11 @@ ShaderGraph_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -179,11 +179,11 @@ Build_ShaderGraph_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -216,11 +216,11 @@ ShaderGraph_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -249,11 +249,11 @@ ShaderGraph_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/shadergraph_builtin_foundation-linux-openglcore.yml b/.yamato/shadergraph_builtin_foundation-linux-openglcore.yml index ff6a0ed535a..241396c37f0 100644 --- a/.yamato/shadergraph_builtin_foundation-linux-openglcore.yml +++ b/.yamato/shadergraph_builtin_foundation-linux-openglcore.yml @@ -14,11 +14,11 @@ ShaderGraph_BuiltIn_Foundation_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ ShaderGraph_BuiltIn_Foundation_Linux_OpenGLCore_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ ShaderGraph_BuiltIn_Foundation_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVI image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ ShaderGraph_BuiltIn_Foundation_Linux_OpenGLCore_editmode_mono_Linear_CUSTOM-REVI image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph_builtin_foundation-linux-vulkan.yml b/.yamato/shadergraph_builtin_foundation-linux-vulkan.yml index eae5cdc72ed..958311bbed6 100644 --- a/.yamato/shadergraph_builtin_foundation-linux-vulkan.yml +++ b/.yamato/shadergraph_builtin_foundation-linux-vulkan.yml @@ -14,11 +14,11 @@ ShaderGraph_BuiltIn_Foundation_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ ShaderGraph_BuiltIn_Foundation_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ ShaderGraph_BuiltIn_Foundation_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ ShaderGraph_BuiltIn_Foundation_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph_builtin_foundation-osx-metal.yml b/.yamato/shadergraph_builtin_foundation-osx-metal.yml index 189f5432ed3..0f1663ca79d 100644 --- a/.yamato/shadergraph_builtin_foundation-osx-metal.yml +++ b/.yamato/shadergraph_builtin_foundation-osx-metal.yml @@ -14,11 +14,11 @@ ShaderGraph_BuiltIn_Foundation_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ ShaderGraph_BuiltIn_Foundation_OSX_Metal_editmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ ShaderGraph_BuiltIn_Foundation_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ ShaderGraph_BuiltIn_Foundation_OSX_Metal_editmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph_builtin_foundation-osx-openglcore.yml b/.yamato/shadergraph_builtin_foundation-osx-openglcore.yml index e1c49b2aaf4..62aa6511982 100644 --- a/.yamato/shadergraph_builtin_foundation-osx-openglcore.yml +++ b/.yamato/shadergraph_builtin_foundation-osx-openglcore.yml @@ -14,11 +14,11 @@ ShaderGraph_BuiltIn_Foundation_OSX_OpenGLCore_playmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -50,11 +50,11 @@ ShaderGraph_BuiltIn_Foundation_OSX_OpenGLCore_editmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -86,11 +86,11 @@ ShaderGraph_BuiltIn_Foundation_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISI image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ ShaderGraph_BuiltIn_Foundation_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISI image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph_builtin_foundation-win-dx11.yml b/.yamato/shadergraph_builtin_foundation-win-dx11.yml index 1f31d32f0d5..ba110623d4c 100644 --- a/.yamato/shadergraph_builtin_foundation-win-dx11.yml +++ b/.yamato/shadergraph_builtin_foundation-win-dx11.yml @@ -15,11 +15,11 @@ ShaderGraph_BuiltIn_Foundation_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ ShaderGraph_BuiltIn_Foundation_Win_DX11_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ ShaderGraph_BuiltIn_Foundation_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -117,11 +117,11 @@ ShaderGraph_BuiltIn_Foundation_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/shadergraph_builtin_foundation-win-vulkan.yml b/.yamato/shadergraph_builtin_foundation-win-vulkan.yml index 074aea8f47c..9057c22223b 100644 --- a/.yamato/shadergraph_builtin_foundation-win-vulkan.yml +++ b/.yamato/shadergraph_builtin_foundation-win-vulkan.yml @@ -15,11 +15,11 @@ ShaderGraph_BuiltIn_Foundation_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ ShaderGraph_BuiltIn_Foundation_Win_Vulkan_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ ShaderGraph_BuiltIn_Foundation_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -117,11 +117,11 @@ ShaderGraph_BuiltIn_Foundation_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/shadergraph_builtin_lighting-linux-openglcore.yml b/.yamato/shadergraph_builtin_lighting-linux-openglcore.yml index 012eb944760..a9a062b1bff 100644 --- a/.yamato/shadergraph_builtin_lighting-linux-openglcore.yml +++ b/.yamato/shadergraph_builtin_lighting-linux-openglcore.yml @@ -14,11 +14,11 @@ ShaderGraph_BuiltIn_Lighting_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ ShaderGraph_BuiltIn_Lighting_Linux_OpenGLCore_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ ShaderGraph_BuiltIn_Lighting_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISI image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ ShaderGraph_BuiltIn_Lighting_Linux_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISI image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph_builtin_lighting-linux-vulkan.yml b/.yamato/shadergraph_builtin_lighting-linux-vulkan.yml index 6b6bf777c95..98d5374683e 100644 --- a/.yamato/shadergraph_builtin_lighting-linux-vulkan.yml +++ b/.yamato/shadergraph_builtin_lighting-linux-vulkan.yml @@ -14,11 +14,11 @@ ShaderGraph_BuiltIn_Lighting_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ ShaderGraph_BuiltIn_Lighting_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ ShaderGraph_BuiltIn_Lighting_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ ShaderGraph_BuiltIn_Lighting_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph_builtin_lighting-osx-metal.yml b/.yamato/shadergraph_builtin_lighting-osx-metal.yml index 487fa4959cf..b8c7584ff09 100644 --- a/.yamato/shadergraph_builtin_lighting-osx-metal.yml +++ b/.yamato/shadergraph_builtin_lighting-osx-metal.yml @@ -14,11 +14,11 @@ ShaderGraph_BuiltIn_Lighting_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ ShaderGraph_BuiltIn_Lighting_OSX_Metal_editmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ ShaderGraph_BuiltIn_Lighting_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ ShaderGraph_BuiltIn_Lighting_OSX_Metal_editmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph_builtin_lighting-osx-openglcore.yml b/.yamato/shadergraph_builtin_lighting-osx-openglcore.yml index 4a1ea3f06dd..6bdc40df1d4 100644 --- a/.yamato/shadergraph_builtin_lighting-osx-openglcore.yml +++ b/.yamato/shadergraph_builtin_lighting-osx-openglcore.yml @@ -14,11 +14,11 @@ ShaderGraph_BuiltIn_Lighting_OSX_OpenGLCore_playmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -50,11 +50,11 @@ ShaderGraph_BuiltIn_Lighting_OSX_OpenGLCore_editmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -86,11 +86,11 @@ ShaderGraph_BuiltIn_Lighting_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ ShaderGraph_BuiltIn_Lighting_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/shadergraph_builtin_lighting-win-dx11.yml b/.yamato/shadergraph_builtin_lighting-win-dx11.yml index 277de2db8d4..f362437fda4 100644 --- a/.yamato/shadergraph_builtin_lighting-win-dx11.yml +++ b/.yamato/shadergraph_builtin_lighting-win-dx11.yml @@ -15,11 +15,11 @@ ShaderGraph_BuiltIn_Lighting_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ ShaderGraph_BuiltIn_Lighting_Win_DX11_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ ShaderGraph_BuiltIn_Lighting_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -117,11 +117,11 @@ ShaderGraph_BuiltIn_Lighting_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/shadergraph_builtin_lighting-win-vulkan.yml b/.yamato/shadergraph_builtin_lighting-win-vulkan.yml index 49108d9f65a..26a23c47f98 100644 --- a/.yamato/shadergraph_builtin_lighting-win-vulkan.yml +++ b/.yamato/shadergraph_builtin_lighting-win-vulkan.yml @@ -15,11 +15,11 @@ ShaderGraph_BuiltIn_Lighting_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -49,11 +49,11 @@ ShaderGraph_BuiltIn_Lighting_Win_Vulkan_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ ShaderGraph_BuiltIn_Lighting_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -117,11 +117,11 @@ ShaderGraph_BuiltIn_Lighting_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/shadergraph_stereo-win.yml b/.yamato/shadergraph_stereo-win.yml index 8ce3517b97f..268fc69d945 100644 --- a/.yamato/shadergraph_stereo-win.yml +++ b/.yamato/shadergraph_stereo-win.yml @@ -14,11 +14,11 @@ ShaderGraph_Stereo_Win_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -45,11 +45,11 @@ Build_ShaderGraph_Stereo_Win_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -81,11 +81,11 @@ ShaderGraph_Stereo_Win_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ ShaderGraph_Stereo_Win_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -145,11 +145,11 @@ Build_ShaderGraph_Stereo_Win_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -181,11 +181,11 @@ ShaderGraph_Stereo_Win_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/smoke_test-win-dx11.yml b/.yamato/smoke_test-win-dx11.yml index 3b8023268c5..bb92868940a 100644 --- a/.yamato/smoke_test-win-dx11.yml +++ b/.yamato/smoke_test-win-dx11.yml @@ -14,11 +14,11 @@ Smoke_Test_Win_DX11_playmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -47,11 +47,11 @@ Smoke_Test_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -80,11 +80,11 @@ Smoke_Test_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -111,11 +111,11 @@ Build_Smoke_Test_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -148,11 +148,11 @@ Smoke_Test_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -181,11 +181,11 @@ Smoke_Test_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -214,11 +214,11 @@ Smoke_Test_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -245,11 +245,11 @@ Build_Smoke_Test_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/universal_batchrenderergroup-linux-openglcore.yml b/.yamato/universal_batchrenderergroup-linux-openglcore.yml index 10e070505c4..c11030585cd 100644 --- a/.yamato/universal_batchrenderergroup-linux-openglcore.yml +++ b/.yamato/universal_batchrenderergroup-linux-openglcore.yml @@ -14,11 +14,11 @@ Universal_BatchRendererGroup_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ Universal_BatchRendererGroup_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISI image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/universal_batchrenderergroup-linux-vulkan.yml b/.yamato/universal_batchrenderergroup-linux-vulkan.yml index e59ea506009..03f27df3db6 100644 --- a/.yamato/universal_batchrenderergroup-linux-vulkan.yml +++ b/.yamato/universal_batchrenderergroup-linux-vulkan.yml @@ -14,11 +14,11 @@ Universal_BatchRendererGroup_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_Universal_BatchRendererGroup_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -87,11 +87,11 @@ Universal_BatchRendererGroup_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -125,11 +125,11 @@ Universal_BatchRendererGroup_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -157,11 +157,11 @@ Build_Universal_BatchRendererGroup_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-RE image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -198,11 +198,11 @@ Universal_BatchRendererGroup_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/universal_batchrenderergroup-osx-metal.yml b/.yamato/universal_batchrenderergroup-osx-metal.yml index 42bb30b8490..9aa446ae64e 100644 --- a/.yamato/universal_batchrenderergroup-osx-metal.yml +++ b/.yamato/universal_batchrenderergroup-osx-metal.yml @@ -14,11 +14,11 @@ Universal_BatchRendererGroup_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ Universal_BatchRendererGroup_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ Universal_BatchRendererGroup_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ Universal_BatchRendererGroup_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/universal_batchrenderergroup-win-dx11.yml b/.yamato/universal_batchrenderergroup-win-dx11.yml index 8cbad0344e1..6fe101b0888 100644 --- a/.yamato/universal_batchrenderergroup-win-dx11.yml +++ b/.yamato/universal_batchrenderergroup-win-dx11.yml @@ -14,11 +14,11 @@ Universal_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -45,11 +45,11 @@ Build_Universal_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -81,11 +81,11 @@ Universal_BatchRendererGroup_Win_DX11_playmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ Universal_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -145,11 +145,11 @@ Build_Universal_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISI image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -181,11 +181,11 @@ Universal_BatchRendererGroup_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/universal_batchrenderergroup-win-vulkan.yml b/.yamato/universal_batchrenderergroup-win-vulkan.yml index 4e81e21789a..a3a86e4170d 100644 --- a/.yamato/universal_batchrenderergroup-win-vulkan.yml +++ b/.yamato/universal_batchrenderergroup-win-vulkan.yml @@ -14,11 +14,11 @@ Universal_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -45,11 +45,11 @@ Build_Universal_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -81,11 +81,11 @@ Universal_BatchRendererGroup_Win_Vulkan_playmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ Universal_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -145,11 +145,11 @@ Build_Universal_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVI image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -181,11 +181,11 @@ Universal_BatchRendererGroup_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/universal_stereo-win.yml b/.yamato/universal_stereo-win.yml index bcd64969459..2e1abb9c470 100644 --- a/.yamato/universal_stereo-win.yml +++ b/.yamato/universal_stereo-win.yml @@ -14,11 +14,11 @@ Universal_Stereo_Win_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -45,11 +45,11 @@ Build_Universal_Stereo_Win_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -81,11 +81,11 @@ Universal_Stereo_Win_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ Universal_Stereo_Win_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -145,11 +145,11 @@ Build_Universal_Stereo_Win_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -181,11 +181,11 @@ Universal_Stereo_Win_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_2d-android-opengles3.yml b/.yamato/urp_2d-android-opengles3.yml index 09ebe07fa1a..d6cbc4fd8ed 100644 --- a/.yamato/urp_2d-android-opengles3.yml +++ b/.yamato/urp_2d-android-opengles3.yml @@ -15,11 +15,11 @@ URP_2D_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_2D_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_2D_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_2D_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_2d-android-vulkan.yml b/.yamato/urp_2d-android-vulkan.yml index 31f463b3891..1bd46604195 100644 --- a/.yamato/urp_2d-android-vulkan.yml +++ b/.yamato/urp_2d-android-vulkan.yml @@ -15,11 +15,11 @@ URP_2D_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_2D_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_2D_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_2D_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_2d-iphone-metal.yml b/.yamato/urp_2d-iphone-metal.yml index 089a5ad171e..13b59d981ea 100644 --- a/.yamato/urp_2d-iphone-metal.yml +++ b/.yamato/urp_2d-iphone-metal.yml @@ -14,11 +14,11 @@ URP_2D_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_URP_2D_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -85,11 +85,11 @@ URP_2D_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -117,11 +117,11 @@ Build_URP_2D_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_2d-linux-openglcore.yml b/.yamato/urp_2d-linux-openglcore.yml index b3009dd5abd..3d1ee5a3cc4 100644 --- a/.yamato/urp_2d-linux-openglcore.yml +++ b/.yamato/urp_2d-linux-openglcore.yml @@ -14,11 +14,11 @@ URP_2D_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ URP_2D_Linux_OpenGLCore_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ URP_2D_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ URP_2D_Linux_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_2d-linux-vulkan.yml b/.yamato/urp_2d-linux-vulkan.yml index 1284cbe79e3..9baf6504c2e 100644 --- a/.yamato/urp_2d-linux-vulkan.yml +++ b/.yamato/urp_2d-linux-vulkan.yml @@ -14,11 +14,11 @@ URP_2D_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -51,11 +51,11 @@ Build_URP_2D_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -92,11 +92,11 @@ URP_2D_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -130,11 +130,11 @@ URP_2D_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -168,11 +168,11 @@ URP_2D_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -205,11 +205,11 @@ Build_URP_2D_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -246,11 +246,11 @@ URP_2D_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -284,11 +284,11 @@ URP_2D_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_2d-osx-metal.yml b/.yamato/urp_2d-osx-metal.yml index 4e5b5f6bbea..7dcb5f1a2f2 100644 --- a/.yamato/urp_2d-osx-metal.yml +++ b/.yamato/urp_2d-osx-metal.yml @@ -14,11 +14,11 @@ URP_2D_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ URP_2D_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ URP_2D_OSX_Metal_playmode_XR_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ URP_2D_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -182,11 +182,11 @@ URP_2D_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -224,11 +224,11 @@ URP_2D_OSX_Metal_playmode_XR_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_2d-osx-openglcore.yml b/.yamato/urp_2d-osx-openglcore.yml index 1aa13010c7b..a71e004f14d 100644 --- a/.yamato/urp_2d-osx-openglcore.yml +++ b/.yamato/urp_2d-osx-openglcore.yml @@ -14,11 +14,11 @@ URP_2D_OSX_OpenGLCore_playmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -50,11 +50,11 @@ URP_2D_OSX_OpenGLCore_editmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -86,11 +86,11 @@ URP_2D_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ URP_2D_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_2d-win-dx11.yml b/.yamato/urp_2d-win-dx11.yml index e3a3b63791c..6f59c145754 100644 --- a/.yamato/urp_2d-win-dx11.yml +++ b/.yamato/urp_2d-win-dx11.yml @@ -14,11 +14,11 @@ URP_2D_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -46,11 +46,11 @@ Build_URP_2D_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ URP_2D_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ URP_2D_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -152,11 +152,11 @@ URP_2D_Win_DX11_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -186,11 +186,11 @@ URP_2D_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -218,11 +218,11 @@ Build_URP_2D_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -255,11 +255,11 @@ URP_2D_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ URP_2D_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -324,11 +324,11 @@ URP_2D_Win_DX11_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/urp_2d-win-dx12.yml b/.yamato/urp_2d-win-dx12.yml index 3ccdbf999c1..c9003717eff 100644 --- a/.yamato/urp_2d-win-dx12.yml +++ b/.yamato/urp_2d-win-dx12.yml @@ -14,11 +14,11 @@ URP_2D_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -46,11 +46,11 @@ Build_URP_2D_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ URP_2D_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ URP_2D_Win_DX12_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -152,11 +152,11 @@ URP_2D_Win_DX12_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -186,11 +186,11 @@ URP_2D_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -218,11 +218,11 @@ Build_URP_2D_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -255,11 +255,11 @@ URP_2D_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ URP_2D_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -324,11 +324,11 @@ URP_2D_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/urp_2d-win-vulkan.yml b/.yamato/urp_2d-win-vulkan.yml index 9acdd31bd13..c56d4033a88 100644 --- a/.yamato/urp_2d-win-vulkan.yml +++ b/.yamato/urp_2d-win-vulkan.yml @@ -14,11 +14,11 @@ URP_2D_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -46,11 +46,11 @@ Build_URP_2D_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ URP_2D_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ URP_2D_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -152,11 +152,11 @@ URP_2D_Win_Vulkan_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -186,11 +186,11 @@ URP_2D_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -218,11 +218,11 @@ Build_URP_2D_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -255,11 +255,11 @@ URP_2D_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ URP_2D_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -324,11 +324,11 @@ URP_2D_Win_Vulkan_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/urp_foundation-android-opengles3.yml b/.yamato/urp_foundation-android-opengles3.yml index 2388d07af6e..eb42525fe40 100644 --- a/.yamato/urp_foundation-android-opengles3.yml +++ b/.yamato/urp_foundation-android-opengles3.yml @@ -15,11 +15,11 @@ URP_Foundation_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_Foundation_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_Foundation_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_Foundation_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -165,11 +165,11 @@ URP_Foundation_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -203,11 +203,11 @@ Build_URP_Foundation_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -240,11 +240,11 @@ URP_Foundation_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -278,11 +278,11 @@ Build_URP_Foundation_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISI image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_foundation-android-vulkan.yml b/.yamato/urp_foundation-android-vulkan.yml index 38ace2a623e..dc1164caa9b 100644 --- a/.yamato/urp_foundation-android-vulkan.yml +++ b/.yamato/urp_foundation-android-vulkan.yml @@ -15,11 +15,11 @@ URP_Foundation_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_Foundation_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_Foundation_Android_Vulkan_Standalone_XR_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_Foundation_Android_Vulkan_Standalone_XR_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -165,11 +165,11 @@ URP_Foundation_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -203,11 +203,11 @@ Build_URP_Foundation_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -240,11 +240,11 @@ URP_Foundation_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -278,11 +278,11 @@ Build_URP_Foundation_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_foundation-iphone-metal.yml b/.yamato/urp_foundation-iphone-metal.yml index 0f9325a6a14..2a3fc3bae7d 100644 --- a/.yamato/urp_foundation-iphone-metal.yml +++ b/.yamato/urp_foundation-iphone-metal.yml @@ -15,11 +15,11 @@ URP_Foundation_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -47,11 +47,11 @@ Build_URP_Foundation_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -87,11 +87,11 @@ URP_Foundation_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -119,11 +119,11 @@ Build_URP_Foundation_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_foundation-linux-openglcore.yml b/.yamato/urp_foundation-linux-openglcore.yml index 2804ccbd340..6ed623309f7 100644 --- a/.yamato/urp_foundation-linux-openglcore.yml +++ b/.yamato/urp_foundation-linux-openglcore.yml @@ -14,11 +14,11 @@ URP_Foundation_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ URP_Foundation_Linux_OpenGLCore_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ URP_Foundation_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ URP_Foundation_Linux_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_foundation-linux-vulkan.yml b/.yamato/urp_foundation-linux-vulkan.yml index 2074ba6761c..e1e6190336d 100644 --- a/.yamato/urp_foundation-linux-vulkan.yml +++ b/.yamato/urp_foundation-linux-vulkan.yml @@ -14,11 +14,11 @@ URP_Foundation_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -51,11 +51,11 @@ Build_URP_Foundation_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -92,11 +92,11 @@ URP_Foundation_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -130,11 +130,11 @@ URP_Foundation_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -168,11 +168,11 @@ URP_Foundation_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -205,11 +205,11 @@ Build_URP_Foundation_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -246,11 +246,11 @@ URP_Foundation_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -284,11 +284,11 @@ URP_Foundation_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_foundation-osx-metal.yml b/.yamato/urp_foundation-osx-metal.yml index 3fad7b9b0a9..01d17a02038 100644 --- a/.yamato/urp_foundation-osx-metal.yml +++ b/.yamato/urp_foundation-osx-metal.yml @@ -14,11 +14,11 @@ URP_Foundation_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ URP_Foundation_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ URP_Foundation_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ URP_Foundation_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_foundation-osx-openglcore.yml b/.yamato/urp_foundation-osx-openglcore.yml index 31126cf3722..fa050d3404b 100644 --- a/.yamato/urp_foundation-osx-openglcore.yml +++ b/.yamato/urp_foundation-osx-openglcore.yml @@ -14,11 +14,11 @@ URP_Foundation_OSX_OpenGLCore_playmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -50,11 +50,11 @@ URP_Foundation_OSX_OpenGLCore_editmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -86,11 +86,11 @@ URP_Foundation_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ URP_Foundation_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_foundation-win-dx11.yml b/.yamato/urp_foundation-win-dx11.yml index 4a2e543e613..553ff1401b5 100644 --- a/.yamato/urp_foundation-win-dx11.yml +++ b/.yamato/urp_foundation-win-dx11.yml @@ -15,11 +15,11 @@ URP_Foundation_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -47,11 +47,11 @@ Build_URP_Foundation_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ URP_Foundation_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -118,11 +118,11 @@ URP_Foundation_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -153,11 +153,11 @@ URP_Foundation_Win_DX11_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -188,11 +188,11 @@ URP_Foundation_Win_DX11_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -220,11 +220,11 @@ Build_URP_Foundation_Win_DX11_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,11 +257,11 @@ URP_Foundation_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ Build_URP_Foundation_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -326,11 +326,11 @@ URP_Foundation_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -360,11 +360,11 @@ URP_Foundation_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -395,11 +395,11 @@ URP_Foundation_Win_DX11_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -430,11 +430,11 @@ URP_Foundation_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -462,11 +462,11 @@ Build_URP_Foundation_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_foundation-win-dx12.yml b/.yamato/urp_foundation-win-dx12.yml index 6807342ab0c..0ccdd67516f 100644 --- a/.yamato/urp_foundation-win-dx12.yml +++ b/.yamato/urp_foundation-win-dx12.yml @@ -15,11 +15,11 @@ URP_Foundation_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -47,11 +47,11 @@ Build_URP_Foundation_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ URP_Foundation_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -118,11 +118,11 @@ URP_Foundation_Win_DX12_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -153,11 +153,11 @@ URP_Foundation_Win_DX12_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -188,11 +188,11 @@ URP_Foundation_Win_DX12_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -220,11 +220,11 @@ Build_URP_Foundation_Win_DX12_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,11 +257,11 @@ URP_Foundation_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ Build_URP_Foundation_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -326,11 +326,11 @@ URP_Foundation_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -360,11 +360,11 @@ URP_Foundation_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -395,11 +395,11 @@ URP_Foundation_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -430,11 +430,11 @@ URP_Foundation_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -462,11 +462,11 @@ Build_URP_Foundation_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_foundation-win-vulkan.yml b/.yamato/urp_foundation-win-vulkan.yml index aa505e8c49e..055b3f9928e 100644 --- a/.yamato/urp_foundation-win-vulkan.yml +++ b/.yamato/urp_foundation-win-vulkan.yml @@ -15,11 +15,11 @@ URP_Foundation_Win_Vulkan_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -47,11 +47,11 @@ Build_URP_Foundation_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ URP_Foundation_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -118,11 +118,11 @@ URP_Foundation_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -153,11 +153,11 @@ URP_Foundation_Win_Vulkan_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -188,11 +188,11 @@ URP_Foundation_Win_Vulkan_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -220,11 +220,11 @@ Build_URP_Foundation_Win_Vulkan_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,11 +257,11 @@ URP_Foundation_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ Build_URP_Foundation_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -326,11 +326,11 @@ URP_Foundation_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -360,11 +360,11 @@ URP_Foundation_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -395,11 +395,11 @@ URP_Foundation_Win_Vulkan_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -430,11 +430,11 @@ URP_Foundation_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -462,11 +462,11 @@ Build_URP_Foundation_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_lighting-android-opengles3.yml b/.yamato/urp_lighting-android-opengles3.yml index 38bf59a0e8d..b313f73a48a 100644 --- a/.yamato/urp_lighting-android-opengles3.yml +++ b/.yamato/urp_lighting-android-opengles3.yml @@ -15,11 +15,11 @@ URP_Lighting_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_Lighting_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_Lighting_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_Lighting_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -165,11 +165,11 @@ URP_Lighting_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -203,11 +203,11 @@ Build_URP_Lighting_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -240,11 +240,11 @@ URP_Lighting_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -278,11 +278,11 @@ Build_URP_Lighting_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_lighting-android-vulkan.yml b/.yamato/urp_lighting-android-vulkan.yml index 04ca66999db..e012c44fb74 100644 --- a/.yamato/urp_lighting-android-vulkan.yml +++ b/.yamato/urp_lighting-android-vulkan.yml @@ -15,11 +15,11 @@ URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_Lighting_Android_Vulkan_Standalone_XR_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_Lighting_Android_Vulkan_Standalone_XR_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -165,11 +165,11 @@ URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -203,11 +203,11 @@ Build_URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -240,11 +240,11 @@ URP_Lighting_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -278,11 +278,11 @@ Build_URP_Lighting_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_lighting-iphone-metal.yml b/.yamato/urp_lighting-iphone-metal.yml index e8720677dfb..2833ce4cff2 100644 --- a/.yamato/urp_lighting-iphone-metal.yml +++ b/.yamato/urp_lighting-iphone-metal.yml @@ -14,11 +14,11 @@ URP_Lighting_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_URP_Lighting_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -85,11 +85,11 @@ URP_Lighting_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -117,11 +117,11 @@ Build_URP_Lighting_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_lighting-linux-openglcore.yml b/.yamato/urp_lighting-linux-openglcore.yml index 07ed985e9e1..d12edd063d6 100644 --- a/.yamato/urp_lighting-linux-openglcore.yml +++ b/.yamato/urp_lighting-linux-openglcore.yml @@ -14,11 +14,11 @@ URP_Lighting_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ URP_Lighting_Linux_OpenGLCore_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ URP_Lighting_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ URP_Lighting_Linux_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_lighting-linux-vulkan.yml b/.yamato/urp_lighting-linux-vulkan.yml index 26dfa00daf8..6c9d749ad45 100644 --- a/.yamato/urp_lighting-linux-vulkan.yml +++ b/.yamato/urp_lighting-linux-vulkan.yml @@ -14,11 +14,11 @@ URP_Lighting_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -51,11 +51,11 @@ Build_URP_Lighting_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -92,11 +92,11 @@ URP_Lighting_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -130,11 +130,11 @@ URP_Lighting_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -168,11 +168,11 @@ URP_Lighting_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -205,11 +205,11 @@ Build_URP_Lighting_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -246,11 +246,11 @@ URP_Lighting_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -284,11 +284,11 @@ URP_Lighting_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_lighting-osx-metal.yml b/.yamato/urp_lighting-osx-metal.yml index 50832a00720..dac64b1ace7 100644 --- a/.yamato/urp_lighting-osx-metal.yml +++ b/.yamato/urp_lighting-osx-metal.yml @@ -14,11 +14,11 @@ URP_Lighting_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ URP_Lighting_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ URP_Lighting_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ URP_Lighting_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_lighting-osx-openglcore.yml b/.yamato/urp_lighting-osx-openglcore.yml index 07f15cbabcc..e4ebdf08ca5 100644 --- a/.yamato/urp_lighting-osx-openglcore.yml +++ b/.yamato/urp_lighting-osx-openglcore.yml @@ -14,11 +14,11 @@ URP_Lighting_OSX_OpenGLCore_playmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -50,11 +50,11 @@ URP_Lighting_OSX_OpenGLCore_editmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -86,11 +86,11 @@ URP_Lighting_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ URP_Lighting_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_lighting-win-dx11.yml b/.yamato/urp_lighting-win-dx11.yml index 5f429b32f40..7f51798c2ca 100644 --- a/.yamato/urp_lighting-win-dx11.yml +++ b/.yamato/urp_lighting-win-dx11.yml @@ -15,11 +15,11 @@ URP_Lighting_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -47,11 +47,11 @@ Build_URP_Lighting_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ URP_Lighting_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -119,11 +119,11 @@ URP_Lighting_Win_DX11_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -154,11 +154,11 @@ URP_Lighting_Win_DX11_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -189,11 +189,11 @@ URP_Lighting_Win_DX11_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -221,11 +221,11 @@ Build_URP_Lighting_Win_DX11_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -258,11 +258,11 @@ URP_Lighting_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -290,11 +290,11 @@ Build_URP_Lighting_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -327,11 +327,11 @@ URP_Lighting_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -362,11 +362,11 @@ URP_Lighting_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -397,11 +397,11 @@ URP_Lighting_Win_DX11_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -432,11 +432,11 @@ URP_Lighting_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -464,11 +464,11 @@ Build_URP_Lighting_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_lighting-win-dx12.yml b/.yamato/urp_lighting-win-dx12.yml index ff70e99c21e..f704a5afa2c 100644 --- a/.yamato/urp_lighting-win-dx12.yml +++ b/.yamato/urp_lighting-win-dx12.yml @@ -15,11 +15,11 @@ URP_Lighting_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -47,11 +47,11 @@ Build_URP_Lighting_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ URP_Lighting_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -119,11 +119,11 @@ URP_Lighting_Win_DX12_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -154,11 +154,11 @@ URP_Lighting_Win_DX12_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -189,11 +189,11 @@ URP_Lighting_Win_DX12_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -221,11 +221,11 @@ Build_URP_Lighting_Win_DX12_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -258,11 +258,11 @@ URP_Lighting_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -290,11 +290,11 @@ Build_URP_Lighting_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -327,11 +327,11 @@ URP_Lighting_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -362,11 +362,11 @@ URP_Lighting_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -397,11 +397,11 @@ URP_Lighting_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -432,11 +432,11 @@ URP_Lighting_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -464,11 +464,11 @@ Build_URP_Lighting_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_lighting-win-vulkan.yml b/.yamato/urp_lighting-win-vulkan.yml index c54f2ba1c30..ba969a4b29d 100644 --- a/.yamato/urp_lighting-win-vulkan.yml +++ b/.yamato/urp_lighting-win-vulkan.yml @@ -15,11 +15,11 @@ URP_Lighting_Win_Vulkan_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -47,11 +47,11 @@ Build_URP_Lighting_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ URP_Lighting_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -119,11 +119,11 @@ URP_Lighting_Win_Vulkan_editmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -154,11 +154,11 @@ URP_Lighting_Win_Vulkan_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -189,11 +189,11 @@ URP_Lighting_Win_Vulkan_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -221,11 +221,11 @@ Build_URP_Lighting_Win_Vulkan_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -258,11 +258,11 @@ URP_Lighting_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -290,11 +290,11 @@ Build_URP_Lighting_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -327,11 +327,11 @@ URP_Lighting_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -362,11 +362,11 @@ URP_Lighting_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -397,11 +397,11 @@ URP_Lighting_Win_Vulkan_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -432,11 +432,11 @@ URP_Lighting_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -464,11 +464,11 @@ Build_URP_Lighting_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_performance_boatattack-android-opengles3.yml b/.yamato/urp_performance_boatattack-android-opengles3.yml index b794bd62429..5946f03e039 100644 --- a/.yamato/urp_performance_boatattack-android-opengles3.yml +++ b/.yamato/urp_performance_boatattack-android-opengles3.yml @@ -14,13 +14,13 @@ URP_Performance_BoatAttack_Android_OpenGLES3_performance_playmode_runtime_il2cpp image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -64,13 +64,13 @@ Build_URP_Performance_BoatAttack_Android_OpenGLES3_performance_playmode_runtime_ image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -136,13 +136,13 @@ URP_Performance_BoatAttack_Android_OpenGLES3_performance_build_editmode_il2cpp_L image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -208,13 +208,13 @@ URP_Performance_BoatAttack_Android_OpenGLES3_performance_playmode_runtime_il2cpp image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -258,13 +258,13 @@ Build_URP_Performance_BoatAttack_Android_OpenGLES3_performance_playmode_runtime_ image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -330,13 +330,13 @@ URP_Performance_BoatAttack_Android_OpenGLES3_performance_build_editmode_il2cpp_L image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 diff --git a/.yamato/urp_performance_boatattack-android-vulkan.yml b/.yamato/urp_performance_boatattack-android-vulkan.yml index 2b196bc47cb..0a146ff7661 100644 --- a/.yamato/urp_performance_boatattack-android-vulkan.yml +++ b/.yamato/urp_performance_boatattack-android-vulkan.yml @@ -14,13 +14,13 @@ URP_Performance_BoatAttack_Android_Vulkan_performance_playmode_runtime_il2cpp_Li image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -64,13 +64,13 @@ Build_URP_Performance_BoatAttack_Android_Vulkan_performance_playmode_runtime_il2 image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -136,13 +136,13 @@ URP_Performance_BoatAttack_Android_Vulkan_performance_build_editmode_il2cpp_Line image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -208,13 +208,13 @@ URP_Performance_BoatAttack_Android_Vulkan_performance_playmode_runtime_il2cpp_Li image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -258,13 +258,13 @@ Build_URP_Performance_BoatAttack_Android_Vulkan_performance_playmode_runtime_il2 image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -330,13 +330,13 @@ URP_Performance_BoatAttack_Android_Vulkan_performance_build_editmode_il2cpp_Line image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 diff --git a/.yamato/urp_performance_boatattack-iphone-metal.yml b/.yamato/urp_performance_boatattack-iphone-metal.yml index d9ba3bc773b..91dfd319322 100644 --- a/.yamato/urp_performance_boatattack-iphone-metal.yml +++ b/.yamato/urp_performance_boatattack-iphone-metal.yml @@ -14,13 +14,13 @@ URP_Performance_BoatAttack_iPhone_Metal_performance_playmode_runtime_il2cpp_Line image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -51,13 +51,13 @@ Build_URP_Performance_BoatAttack_iPhone_Metal_performance_playmode_runtime_il2cp image: mobile/macos-10.14-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 @@ -117,13 +117,13 @@ URP_Performance_BoatAttack_iPhone_Metal_performance_build_editmode_il2cpp_Linear image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 @@ -182,13 +182,13 @@ URP_Performance_BoatAttack_iPhone_Metal_performance_playmode_runtime_il2cpp_Line image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -219,13 +219,13 @@ Build_URP_Performance_BoatAttack_iPhone_Metal_performance_playmode_runtime_il2cp image: mobile/macos-10.14-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 @@ -285,13 +285,13 @@ URP_Performance_BoatAttack_iPhone_Metal_performance_build_editmode_il2cpp_Linear image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 diff --git a/.yamato/urp_performance_boatattack-linux-vulkan.yml b/.yamato/urp_performance_boatattack-linux-vulkan.yml index 0902dfe67ed..186f2666e8b 100644 --- a/.yamato/urp_performance_boatattack-linux-vulkan.yml +++ b/.yamato/urp_performance_boatattack-linux-vulkan.yml @@ -14,13 +14,13 @@ URP_Performance_BoatAttack_Linux_Vulkan_performance_playmode_runtime_mono_Linear image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -54,13 +54,13 @@ Build_URP_Performance_BoatAttack_Linux_Vulkan_performance_playmode_runtime_mono_ image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 @@ -130,13 +130,13 @@ URP_Performance_BoatAttack_Linux_Vulkan_performance_playmode_editor_mono_Linear_ image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 @@ -200,13 +200,13 @@ URP_Performance_BoatAttack_Linux_Vulkan_performance_build_editmode_mono_Linear_t image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 @@ -270,13 +270,13 @@ URP_Performance_BoatAttack_Linux_Vulkan_performance_playmode_runtime_mono_Linear image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -310,13 +310,13 @@ Build_URP_Performance_BoatAttack_Linux_Vulkan_performance_playmode_runtime_mono_ image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 @@ -386,13 +386,13 @@ URP_Performance_BoatAttack_Linux_Vulkan_performance_playmode_editor_mono_Linear_ image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 @@ -456,13 +456,13 @@ URP_Performance_BoatAttack_Linux_Vulkan_performance_build_editmode_mono_Linear_C image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b $BOAT_ATTACK_BRANCH TestProjects/BoatAttack retries: 3 diff --git a/.yamato/urp_performance_boatattack-osx-metal.yml b/.yamato/urp_performance_boatattack-osx-metal.yml index 76c4f311348..60a690735f6 100644 --- a/.yamato/urp_performance_boatattack-osx-metal.yml +++ b/.yamato/urp_performance_boatattack-osx-metal.yml @@ -14,13 +14,13 @@ URP_Performance_BoatAttack_OSX_Metal_performance_playmode_runtime_mono_Linear_tr image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -106,13 +106,13 @@ URP_Performance_BoatAttack_OSX_Metal_performance_playmode_editor_mono_Linear_tru image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -192,13 +192,13 @@ URP_Performance_BoatAttack_OSX_Metal_performance_build_editmode_mono_Linear_trun image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -278,13 +278,13 @@ URP_Performance_BoatAttack_OSX_Metal_performance_playmode_runtime_mono_Linear_CU image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -370,13 +370,13 @@ URP_Performance_BoatAttack_OSX_Metal_performance_playmode_editor_mono_Linear_CUS image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -456,13 +456,13 @@ URP_Performance_BoatAttack_OSX_Metal_performance_build_editmode_mono_Linear_CUST image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" diff --git a/.yamato/urp_performance_boatattack-win-dx11.yml b/.yamato/urp_performance_boatattack-win-dx11.yml index a3cc2f29de5..188ce52b4f6 100644 --- a/.yamato/urp_performance_boatattack-win-dx11.yml +++ b/.yamato/urp_performance_boatattack-win-dx11.yml @@ -15,13 +15,13 @@ URP_Performance_BoatAttack_Win_DX11_performance_playmode_runtime_mono_Linear_tru flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -60,13 +60,13 @@ Build_URP_Performance_BoatAttack_Win_DX11_performance_playmode_runtime_mono_Line image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -135,13 +135,13 @@ URP_Performance_BoatAttack_Win_DX11_performance_playmode_editor_mono_Linear_trun flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -206,13 +206,13 @@ URP_Performance_BoatAttack_Win_DX11_performance_build_editmode_mono_Linear_trunk image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -278,13 +278,13 @@ URP_Performance_BoatAttack_Win_DX11_performance_playmode_runtime_mono_Linear_CUS flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -323,13 +323,13 @@ Build_URP_Performance_BoatAttack_Win_DX11_performance_playmode_runtime_mono_Line image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -398,13 +398,13 @@ URP_Performance_BoatAttack_Win_DX11_performance_playmode_editor_mono_Linear_CUST flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -469,13 +469,13 @@ URP_Performance_BoatAttack_Win_DX11_performance_build_editmode_mono_Linear_CUSTO image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 diff --git a/.yamato/urp_performance_boatattack-win-dx12.yml b/.yamato/urp_performance_boatattack-win-dx12.yml index 961aae73132..80bfe6fc3a5 100644 --- a/.yamato/urp_performance_boatattack-win-dx12.yml +++ b/.yamato/urp_performance_boatattack-win-dx12.yml @@ -15,13 +15,13 @@ URP_Performance_BoatAttack_Win_DX12_performance_playmode_runtime_mono_Linear_tru flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -60,13 +60,13 @@ Build_URP_Performance_BoatAttack_Win_DX12_performance_playmode_runtime_mono_Line image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -135,13 +135,13 @@ URP_Performance_BoatAttack_Win_DX12_performance_playmode_editor_mono_Linear_trun flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -206,13 +206,13 @@ URP_Performance_BoatAttack_Win_DX12_performance_build_editmode_mono_Linear_trunk image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -278,13 +278,13 @@ URP_Performance_BoatAttack_Win_DX12_performance_playmode_runtime_mono_Linear_CUS flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -323,13 +323,13 @@ Build_URP_Performance_BoatAttack_Win_DX12_performance_playmode_runtime_mono_Line image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -398,13 +398,13 @@ URP_Performance_BoatAttack_Win_DX12_performance_playmode_editor_mono_Linear_CUST flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -469,13 +469,13 @@ URP_Performance_BoatAttack_Win_DX12_performance_build_editmode_mono_Linear_CUSTO image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 diff --git a/.yamato/urp_performance_boatattack-win-vulkan.yml b/.yamato/urp_performance_boatattack-win-vulkan.yml index 9faffcab2d4..137357cc45b 100644 --- a/.yamato/urp_performance_boatattack-win-vulkan.yml +++ b/.yamato/urp_performance_boatattack-win-vulkan.yml @@ -15,13 +15,13 @@ URP_Performance_BoatAttack_Win_Vulkan_performance_playmode_runtime_mono_Linear_t flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -60,13 +60,13 @@ Build_URP_Performance_BoatAttack_Win_Vulkan_performance_playmode_runtime_mono_Li image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -134,13 +134,13 @@ URP_Performance_BoatAttack_Win_Vulkan_performance_build_editmode_mono_Linear_tru image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -206,13 +206,13 @@ URP_Performance_BoatAttack_Win_Vulkan_performance_playmode_runtime_mono_Linear_C flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -251,13 +251,13 @@ Build_URP_Performance_BoatAttack_Win_Vulkan_performance_playmode_runtime_mono_Li image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -325,13 +325,13 @@ URP_Performance_BoatAttack_Win_Vulkan_performance_build_editmode_mono_Linear_CUS image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 diff --git a/.yamato/urp_performance_boatattack-xrquest-opengles3.yml b/.yamato/urp_performance_boatattack-xrquest-opengles3.yml index 23189cb696e..c6308fbe7ca 100644 --- a/.yamato/urp_performance_boatattack-xrquest-opengles3.yml +++ b/.yamato/urp_performance_boatattack-xrquest-opengles3.yml @@ -14,13 +14,13 @@ URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_playmode_runtime_il2cpp image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: pip install pywin32 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - command: pip install requests --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple || exit 0 @@ -70,13 +70,13 @@ Build_URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_playmode_runtime_ image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -156,13 +156,13 @@ URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_build_editmode_il2cpp_L image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -242,13 +242,13 @@ URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_playmode_runtime_il2cpp image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: pip install pywin32 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - command: pip install requests --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple || exit 0 @@ -298,13 +298,13 @@ Build_URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_playmode_runtime_ image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -384,13 +384,13 @@ URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_build_editmode_il2cpp_L image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 diff --git a/.yamato/urp_performance_boatattack-xrquest-vulkan.yml b/.yamato/urp_performance_boatattack-xrquest-vulkan.yml index c6e77a9df0a..d94c869b40d 100644 --- a/.yamato/urp_performance_boatattack-xrquest-vulkan.yml +++ b/.yamato/urp_performance_boatattack-xrquest-vulkan.yml @@ -14,13 +14,13 @@ URP_Performance_BoatAttack_XRQuest_Vulkan_performance_playmode_runtime_il2cpp_Li image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: pip install pywin32 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - command: pip install requests --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple || exit 0 @@ -70,13 +70,13 @@ Build_URP_Performance_BoatAttack_XRQuest_Vulkan_performance_playmode_runtime_il2 image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -156,13 +156,13 @@ URP_Performance_BoatAttack_XRQuest_Vulkan_performance_build_editmode_il2cpp_Line image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -242,13 +242,13 @@ URP_Performance_BoatAttack_XRQuest_Vulkan_performance_playmode_runtime_il2cpp_Li image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: pip install pywin32 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple - command: pip install requests --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple || exit 0 @@ -298,13 +298,13 @@ Build_URP_Performance_BoatAttack_XRQuest_Vulkan_performance_playmode_runtime_il2 image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 @@ -384,13 +384,13 @@ URP_Performance_BoatAttack_XRQuest_Vulkan_performance_build_editmode_il2cpp_Line image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/BoatAttack.git -b %BOAT_ATTACK_BRANCH% TestProjects/BoatAttack retries: 3 diff --git a/.yamato/urp_performance_lostcrypt-android-opengles3.yml b/.yamato/urp_performance_lostcrypt-android-opengles3.yml index 3d1a19c223f..dcb21c5cacf 100644 --- a/.yamato/urp_performance_lostcrypt-android-opengles3.yml +++ b/.yamato/urp_performance_lostcrypt-android-opengles3.yml @@ -14,13 +14,13 @@ URP_Performance_LostCrypt_Android_OpenGLES3_performance_playmode_runtime_il2cpp_ image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -64,13 +64,13 @@ Build_URP_Performance_LostCrypt_Android_OpenGLES3_performance_playmode_runtime_i image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -134,13 +134,13 @@ URP_Performance_LostCrypt_Android_OpenGLES3_performance_build_editmode_il2cpp_Li image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -204,13 +204,13 @@ URP_Performance_LostCrypt_Android_OpenGLES3_performance_playmode_runtime_il2cpp_ image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -254,13 +254,13 @@ Build_URP_Performance_LostCrypt_Android_OpenGLES3_performance_playmode_runtime_i image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -324,13 +324,13 @@ URP_Performance_LostCrypt_Android_OpenGLES3_performance_build_editmode_il2cpp_Li image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 diff --git a/.yamato/urp_performance_lostcrypt-android-vulkan.yml b/.yamato/urp_performance_lostcrypt-android-vulkan.yml index c0e55b9b7da..c4e8f0c1fc4 100644 --- a/.yamato/urp_performance_lostcrypt-android-vulkan.yml +++ b/.yamato/urp_performance_lostcrypt-android-vulkan.yml @@ -14,13 +14,13 @@ URP_Performance_LostCrypt_Android_Vulkan_performance_playmode_runtime_il2cpp_Lin image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -64,13 +64,13 @@ Build_URP_Performance_LostCrypt_Android_Vulkan_performance_playmode_runtime_il2c image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -134,13 +134,13 @@ URP_Performance_LostCrypt_Android_Vulkan_performance_build_editmode_il2cpp_Linea image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -204,13 +204,13 @@ URP_Performance_LostCrypt_Android_Vulkan_performance_playmode_runtime_il2cpp_Lin image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -254,13 +254,13 @@ Build_URP_Performance_LostCrypt_Android_Vulkan_performance_playmode_runtime_il2c image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -324,13 +324,13 @@ URP_Performance_LostCrypt_Android_Vulkan_performance_build_editmode_il2cpp_Linea image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 diff --git a/.yamato/urp_performance_lostcrypt-iphone-metal.yml b/.yamato/urp_performance_lostcrypt-iphone-metal.yml index 9255f2013dc..b34a9794159 100644 --- a/.yamato/urp_performance_lostcrypt-iphone-metal.yml +++ b/.yamato/urp_performance_lostcrypt-iphone-metal.yml @@ -14,13 +14,13 @@ URP_Performance_LostCrypt_iPhone_Metal_performance_playmode_runtime_il2cpp_Linea image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -51,13 +51,13 @@ Build_URP_Performance_LostCrypt_iPhone_Metal_performance_playmode_runtime_il2cpp image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 @@ -117,13 +117,13 @@ URP_Performance_LostCrypt_iPhone_Metal_performance_build_editmode_il2cpp_Linear_ image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 @@ -182,13 +182,13 @@ URP_Performance_LostCrypt_iPhone_Metal_performance_playmode_runtime_il2cpp_Linea image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -219,13 +219,13 @@ Build_URP_Performance_LostCrypt_iPhone_Metal_performance_playmode_runtime_il2cpp image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 @@ -285,13 +285,13 @@ URP_Performance_LostCrypt_iPhone_Metal_performance_build_editmode_il2cpp_Linear_ image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 diff --git a/.yamato/urp_performance_lostcrypt-linux-vulkan.yml b/.yamato/urp_performance_lostcrypt-linux-vulkan.yml index 67e79debb9c..b3d7153f30c 100644 --- a/.yamato/urp_performance_lostcrypt-linux-vulkan.yml +++ b/.yamato/urp_performance_lostcrypt-linux-vulkan.yml @@ -14,13 +14,13 @@ URP_Performance_LostCrypt_Linux_Vulkan_performance_playmode_runtime_mono_Linear_ image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -54,13 +54,13 @@ Build_URP_Performance_LostCrypt_Linux_Vulkan_performance_playmode_runtime_mono_L image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 @@ -130,13 +130,13 @@ URP_Performance_LostCrypt_Linux_Vulkan_performance_playmode_editor_mono_Linear_t image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 @@ -200,13 +200,13 @@ URP_Performance_LostCrypt_Linux_Vulkan_performance_build_editmode_mono_Linear_tr image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 @@ -270,13 +270,13 @@ URP_Performance_LostCrypt_Linux_Vulkan_performance_playmode_runtime_mono_Linear_ image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -310,13 +310,13 @@ Build_URP_Performance_LostCrypt_Linux_Vulkan_performance_playmode_runtime_mono_L image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 @@ -386,13 +386,13 @@ URP_Performance_LostCrypt_Linux_Vulkan_performance_playmode_editor_mono_Linear_C image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 @@ -456,13 +456,13 @@ URP_Performance_LostCrypt_Linux_Vulkan_performance_build_editmode_mono_Linear_CU image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b $LOST_CRYPT_BRANCH TestProjects/2d-sara retries: 3 diff --git a/.yamato/urp_performance_lostcrypt-osx-metal.yml b/.yamato/urp_performance_lostcrypt-osx-metal.yml index b26bfd7db5c..f6c7625b856 100644 --- a/.yamato/urp_performance_lostcrypt-osx-metal.yml +++ b/.yamato/urp_performance_lostcrypt-osx-metal.yml @@ -14,13 +14,13 @@ URP_Performance_LostCrypt_OSX_Metal_performance_playmode_runtime_mono_Linear_tru image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -106,13 +106,13 @@ URP_Performance_LostCrypt_OSX_Metal_performance_playmode_editor_mono_Linear_trun image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -192,13 +192,13 @@ URP_Performance_LostCrypt_OSX_Metal_performance_build_editmode_mono_Linear_trunk image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -278,13 +278,13 @@ URP_Performance_LostCrypt_OSX_Metal_performance_playmode_runtime_mono_Linear_CUS image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -370,13 +370,13 @@ URP_Performance_LostCrypt_OSX_Metal_performance_playmode_editor_mono_Linear_CUST image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" @@ -456,13 +456,13 @@ URP_Performance_LostCrypt_OSX_Metal_performance_build_editmode_mono_Linear_CUSTO image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: sed -i '' 's/172\.28\.218\.\*/172\.28\.224\.\*/g' ~/.ssh/config - command: ssh bokken@$BOKKEN_DEVICE_IP "chmod 600 ~/.ssh/*" diff --git a/.yamato/urp_performance_lostcrypt-win-dx11.yml b/.yamato/urp_performance_lostcrypt-win-dx11.yml index 8bbcba3aae3..c9b44d36a04 100644 --- a/.yamato/urp_performance_lostcrypt-win-dx11.yml +++ b/.yamato/urp_performance_lostcrypt-win-dx11.yml @@ -15,13 +15,13 @@ URP_Performance_LostCrypt_Win_DX11_performance_playmode_runtime_mono_Linear_trun flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -60,13 +60,13 @@ Build_URP_Performance_LostCrypt_Win_DX11_performance_playmode_runtime_mono_Linea image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -135,13 +135,13 @@ URP_Performance_LostCrypt_Win_DX11_performance_playmode_editor_mono_Linear_trunk flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -206,13 +206,13 @@ URP_Performance_LostCrypt_Win_DX11_performance_build_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -278,13 +278,13 @@ URP_Performance_LostCrypt_Win_DX11_performance_playmode_runtime_mono_Linear_CUST flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -323,13 +323,13 @@ Build_URP_Performance_LostCrypt_Win_DX11_performance_playmode_runtime_mono_Linea image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -398,13 +398,13 @@ URP_Performance_LostCrypt_Win_DX11_performance_playmode_editor_mono_Linear_CUSTO flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -469,13 +469,13 @@ URP_Performance_LostCrypt_Win_DX11_performance_build_editmode_mono_Linear_CUSTOM image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 diff --git a/.yamato/urp_performance_lostcrypt-win-dx12.yml b/.yamato/urp_performance_lostcrypt-win-dx12.yml index 2e44b5df49b..860ccdf852a 100644 --- a/.yamato/urp_performance_lostcrypt-win-dx12.yml +++ b/.yamato/urp_performance_lostcrypt-win-dx12.yml @@ -15,13 +15,13 @@ URP_Performance_LostCrypt_Win_DX12_performance_playmode_runtime_mono_Linear_trun flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -60,13 +60,13 @@ Build_URP_Performance_LostCrypt_Win_DX12_performance_playmode_runtime_mono_Linea image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -135,13 +135,13 @@ URP_Performance_LostCrypt_Win_DX12_performance_playmode_editor_mono_Linear_trunk flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -206,13 +206,13 @@ URP_Performance_LostCrypt_Win_DX12_performance_build_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -278,13 +278,13 @@ URP_Performance_LostCrypt_Win_DX12_performance_playmode_runtime_mono_Linear_CUST flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -323,13 +323,13 @@ Build_URP_Performance_LostCrypt_Win_DX12_performance_playmode_runtime_mono_Linea image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -398,13 +398,13 @@ URP_Performance_LostCrypt_Win_DX12_performance_playmode_editor_mono_Linear_CUSTO flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -469,13 +469,13 @@ URP_Performance_LostCrypt_Win_DX12_performance_build_editmode_mono_Linear_CUSTOM image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 diff --git a/.yamato/urp_performance_lostcrypt-win-vulkan.yml b/.yamato/urp_performance_lostcrypt-win-vulkan.yml index 4d02265ecdb..ff26945766a 100644 --- a/.yamato/urp_performance_lostcrypt-win-vulkan.yml +++ b/.yamato/urp_performance_lostcrypt-win-vulkan.yml @@ -15,13 +15,13 @@ URP_Performance_LostCrypt_Win_Vulkan_performance_playmode_runtime_mono_Linear_tr flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -60,13 +60,13 @@ Build_URP_Performance_LostCrypt_Win_Vulkan_performance_playmode_runtime_mono_Lin image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -134,13 +134,13 @@ URP_Performance_LostCrypt_Win_Vulkan_performance_build_editmode_mono_Linear_trun image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -206,13 +206,13 @@ URP_Performance_LostCrypt_Win_Vulkan_performance_playmode_runtime_mono_Linear_CU flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -251,13 +251,13 @@ Build_URP_Performance_LostCrypt_Win_Vulkan_performance_playmode_runtime_mono_Lin image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 @@ -325,13 +325,13 @@ URP_Performance_LostCrypt_Win_Vulkan_performance_build_editmode_mono_Linear_CUST image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set LOST_CRYPT_BRANCH: 21.2/urp-perf-test LOST_CRYPT_REVISION: eb3405aada97fdaf2b033e4f7bc7e47fb4589c3a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.com/Unity-Technologies/2d-sara.git -b %LOST_CRYPT_BRANCH% TestProjects/2d-sara retries: 3 diff --git a/.yamato/urp_postpro-android-opengles3.yml b/.yamato/urp_postpro-android-opengles3.yml index a03b2efaff4..02879ac7fd1 100644 --- a/.yamato/urp_postpro-android-opengles3.yml +++ b/.yamato/urp_postpro-android-opengles3.yml @@ -15,11 +15,11 @@ URP_PostPro_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_PostPro_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_PostPro_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_PostPro_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -165,11 +165,11 @@ URP_PostPro_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -203,11 +203,11 @@ Build_URP_PostPro_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -240,11 +240,11 @@ URP_PostPro_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -278,11 +278,11 @@ Build_URP_PostPro_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_postpro-android-vulkan.yml b/.yamato/urp_postpro-android-vulkan.yml index 233b26b50cb..577f4a3720c 100644 --- a/.yamato/urp_postpro-android-vulkan.yml +++ b/.yamato/urp_postpro-android-vulkan.yml @@ -15,11 +15,11 @@ URP_PostPro_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_PostPro_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_PostPro_Android_Vulkan_Standalone_XR_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_PostPro_Android_Vulkan_Standalone_XR_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -165,11 +165,11 @@ URP_PostPro_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -203,11 +203,11 @@ Build_URP_PostPro_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -240,11 +240,11 @@ URP_PostPro_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -278,11 +278,11 @@ Build_URP_PostPro_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_postpro-iphone-metal.yml b/.yamato/urp_postpro-iphone-metal.yml index 7c0ebce65dc..6427201af64 100644 --- a/.yamato/urp_postpro-iphone-metal.yml +++ b/.yamato/urp_postpro-iphone-metal.yml @@ -14,11 +14,11 @@ URP_PostPro_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_URP_PostPro_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -85,11 +85,11 @@ URP_PostPro_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -117,11 +117,11 @@ Build_URP_PostPro_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_postpro-linux-openglcore.yml b/.yamato/urp_postpro-linux-openglcore.yml index b2c59b73fac..ae1fa8d11df 100644 --- a/.yamato/urp_postpro-linux-openglcore.yml +++ b/.yamato/urp_postpro-linux-openglcore.yml @@ -14,11 +14,11 @@ URP_PostPro_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ URP_PostPro_Linux_OpenGLCore_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ URP_PostPro_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ URP_PostPro_Linux_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_postpro-linux-vulkan.yml b/.yamato/urp_postpro-linux-vulkan.yml index 4cbf8d855a7..ecaa572ea22 100644 --- a/.yamato/urp_postpro-linux-vulkan.yml +++ b/.yamato/urp_postpro-linux-vulkan.yml @@ -14,11 +14,11 @@ URP_PostPro_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -51,11 +51,11 @@ Build_URP_PostPro_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -92,11 +92,11 @@ URP_PostPro_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -130,11 +130,11 @@ URP_PostPro_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -168,11 +168,11 @@ URP_PostPro_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -205,11 +205,11 @@ Build_URP_PostPro_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -246,11 +246,11 @@ URP_PostPro_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -284,11 +284,11 @@ URP_PostPro_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_postpro-osx-metal.yml b/.yamato/urp_postpro-osx-metal.yml index bced83619f0..e74c569e998 100644 --- a/.yamato/urp_postpro-osx-metal.yml +++ b/.yamato/urp_postpro-osx-metal.yml @@ -14,11 +14,11 @@ URP_PostPro_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ URP_PostPro_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ URP_PostPro_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ URP_PostPro_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_postpro-osx-openglcore.yml b/.yamato/urp_postpro-osx-openglcore.yml index 8d7df0991af..44794a41012 100644 --- a/.yamato/urp_postpro-osx-openglcore.yml +++ b/.yamato/urp_postpro-osx-openglcore.yml @@ -14,11 +14,11 @@ URP_PostPro_OSX_OpenGLCore_playmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -50,11 +50,11 @@ URP_PostPro_OSX_OpenGLCore_editmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -86,11 +86,11 @@ URP_PostPro_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ URP_PostPro_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_postpro-win-dx11.yml b/.yamato/urp_postpro-win-dx11.yml index 3c0f3c58b33..744b36b0277 100644 --- a/.yamato/urp_postpro-win-dx11.yml +++ b/.yamato/urp_postpro-win-dx11.yml @@ -14,11 +14,11 @@ URP_PostPro_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -46,11 +46,11 @@ Build_URP_PostPro_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -82,11 +82,11 @@ URP_PostPro_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -116,11 +116,11 @@ URP_PostPro_Win_DX11_editmode_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -150,11 +150,11 @@ URP_PostPro_Win_DX11_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -184,11 +184,11 @@ URP_PostPro_Win_DX11_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -216,11 +216,11 @@ Build_URP_PostPro_Win_DX11_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -252,11 +252,11 @@ URP_PostPro_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -284,11 +284,11 @@ Build_URP_PostPro_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -320,11 +320,11 @@ URP_PostPro_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -354,11 +354,11 @@ URP_PostPro_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -388,11 +388,11 @@ URP_PostPro_Win_DX11_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -422,11 +422,11 @@ URP_PostPro_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -454,11 +454,11 @@ Build_URP_PostPro_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_postpro-win-dx12.yml b/.yamato/urp_postpro-win-dx12.yml index c54cee8e240..3e0a4784731 100644 --- a/.yamato/urp_postpro-win-dx12.yml +++ b/.yamato/urp_postpro-win-dx12.yml @@ -14,11 +14,11 @@ URP_PostPro_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -46,11 +46,11 @@ Build_URP_PostPro_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -82,11 +82,11 @@ URP_PostPro_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -116,11 +116,11 @@ URP_PostPro_Win_DX12_editmode_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -150,11 +150,11 @@ URP_PostPro_Win_DX12_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -184,11 +184,11 @@ URP_PostPro_Win_DX12_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -216,11 +216,11 @@ Build_URP_PostPro_Win_DX12_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -252,11 +252,11 @@ URP_PostPro_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -284,11 +284,11 @@ Build_URP_PostPro_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -320,11 +320,11 @@ URP_PostPro_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -354,11 +354,11 @@ URP_PostPro_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -388,11 +388,11 @@ URP_PostPro_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -422,11 +422,11 @@ URP_PostPro_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -454,11 +454,11 @@ Build_URP_PostPro_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_postpro-win-vulkan.yml b/.yamato/urp_postpro-win-vulkan.yml index 057e4266c31..105bdfdbe98 100644 --- a/.yamato/urp_postpro-win-vulkan.yml +++ b/.yamato/urp_postpro-win-vulkan.yml @@ -14,11 +14,11 @@ URP_PostPro_Win_Vulkan_Standalone_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -46,11 +46,11 @@ Build_URP_PostPro_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -82,11 +82,11 @@ URP_PostPro_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -116,11 +116,11 @@ URP_PostPro_Win_Vulkan_editmode_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -150,11 +150,11 @@ URP_PostPro_Win_Vulkan_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -184,11 +184,11 @@ URP_PostPro_Win_Vulkan_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -216,11 +216,11 @@ Build_URP_PostPro_Win_Vulkan_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -252,11 +252,11 @@ URP_PostPro_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -284,11 +284,11 @@ Build_URP_PostPro_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -320,11 +320,11 @@ URP_PostPro_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -354,11 +354,11 @@ URP_PostPro_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -388,11 +388,11 @@ URP_PostPro_Win_Vulkan_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -422,11 +422,11 @@ URP_PostPro_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge image: automation-tooling/win-10:v0.0.1-971269 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -454,11 +454,11 @@ Build_URP_PostPro_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_terrain-android-opengles3.yml b/.yamato/urp_terrain-android-opengles3.yml index a4c6216d505..7c4bd6549d8 100644 --- a/.yamato/urp_terrain-android-opengles3.yml +++ b/.yamato/urp_terrain-android-opengles3.yml @@ -15,11 +15,11 @@ URP_Terrain_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_Terrain_Android_OpenGLES3_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_Terrain_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_Terrain_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -165,11 +165,11 @@ URP_Terrain_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -203,11 +203,11 @@ Build_URP_Terrain_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -240,11 +240,11 @@ URP_Terrain_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -278,11 +278,11 @@ Build_URP_Terrain_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_terrain-android-vulkan.yml b/.yamato/urp_terrain-android-vulkan.yml index 823c8a70b78..0c6ddb583c8 100644 --- a/.yamato/urp_terrain-android-vulkan.yml +++ b/.yamato/urp_terrain-android-vulkan.yml @@ -15,11 +15,11 @@ URP_Terrain_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -53,11 +53,11 @@ Build_URP_Terrain_Android_Vulkan_Standalone_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -90,11 +90,11 @@ URP_Terrain_Android_Vulkan_Standalone_XR_il2cpp_Linear_trunk: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -128,11 +128,11 @@ Build_URP_Terrain_Android_Vulkan_Standalone_XR_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -165,11 +165,11 @@ URP_Terrain_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -203,11 +203,11 @@ Build_URP_Terrain_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -240,11 +240,11 @@ URP_Terrain_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices retries: 2 @@ -278,11 +278,11 @@ Build_URP_Terrain_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_terrain-iphone-metal.yml b/.yamato/urp_terrain-iphone-metal.yml index f76641d1de9..f5a6cc5c061 100644 --- a/.yamato/urp_terrain-iphone-metal.yml +++ b/.yamato/urp_terrain-iphone-metal.yml @@ -14,11 +14,11 @@ URP_Terrain_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_URP_Terrain_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -85,11 +85,11 @@ URP_Terrain_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -117,11 +117,11 @@ Build_URP_Terrain_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_terrain-linux-openglcore.yml b/.yamato/urp_terrain-linux-openglcore.yml index e8dd4664121..c21da60bc45 100644 --- a/.yamato/urp_terrain-linux-openglcore.yml +++ b/.yamato/urp_terrain-linux-openglcore.yml @@ -14,11 +14,11 @@ URP_Terrain_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -52,11 +52,11 @@ URP_Terrain_Linux_OpenGLCore_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -90,11 +90,11 @@ URP_Terrain_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -128,11 +128,11 @@ URP_Terrain_Linux_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_terrain-linux-vulkan.yml b/.yamato/urp_terrain-linux-vulkan.yml index 18e81c31ba3..b1bef2c7da8 100644 --- a/.yamato/urp_terrain-linux-vulkan.yml +++ b/.yamato/urp_terrain-linux-vulkan.yml @@ -14,11 +14,11 @@ URP_Terrain_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -51,11 +51,11 @@ Build_URP_Terrain_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -92,11 +92,11 @@ URP_Terrain_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -130,11 +130,11 @@ URP_Terrain_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -168,11 +168,11 @@ URP_Terrain_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -205,11 +205,11 @@ Build_URP_Terrain_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -246,11 +246,11 @@ URP_Terrain_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -284,11 +284,11 @@ URP_Terrain_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_terrain-osx-metal.yml b/.yamato/urp_terrain-osx-metal.yml index 9f305d32679..76b13446b1f 100644 --- a/.yamato/urp_terrain-osx-metal.yml +++ b/.yamato/urp_terrain-osx-metal.yml @@ -14,11 +14,11 @@ URP_Terrain_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ URP_Terrain_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ URP_Terrain_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ URP_Terrain_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_terrain-osx-openglcore.yml b/.yamato/urp_terrain-osx-openglcore.yml index 22aa041ade8..ebf23a185c7 100644 --- a/.yamato/urp_terrain-osx-openglcore.yml +++ b/.yamato/urp_terrain-osx-openglcore.yml @@ -14,11 +14,11 @@ URP_Terrain_OSX_OpenGLCore_playmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -50,11 +50,11 @@ URP_Terrain_OSX_OpenGLCore_editmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -86,11 +86,11 @@ URP_Terrain_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ URP_Terrain_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/urp_terrain-win-dx11.yml b/.yamato/urp_terrain-win-dx11.yml index 029eeb264da..493ff484f2c 100644 --- a/.yamato/urp_terrain-win-dx11.yml +++ b/.yamato/urp_terrain-win-dx11.yml @@ -15,11 +15,11 @@ URP_Terrain_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -47,11 +47,11 @@ Build_URP_Terrain_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ URP_Terrain_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -118,11 +118,11 @@ URP_Terrain_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -153,11 +153,11 @@ URP_Terrain_Win_DX11_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -188,11 +188,11 @@ URP_Terrain_Win_DX11_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -220,11 +220,11 @@ Build_URP_Terrain_Win_DX11_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,11 +257,11 @@ URP_Terrain_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ Build_URP_Terrain_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -326,11 +326,11 @@ URP_Terrain_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -360,11 +360,11 @@ URP_Terrain_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -395,11 +395,11 @@ URP_Terrain_Win_DX11_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -430,11 +430,11 @@ URP_Terrain_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -462,11 +462,11 @@ Build_URP_Terrain_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_terrain-win-dx12.yml b/.yamato/urp_terrain-win-dx12.yml index f33fab784bb..7cddc7fbad9 100644 --- a/.yamato/urp_terrain-win-dx12.yml +++ b/.yamato/urp_terrain-win-dx12.yml @@ -15,11 +15,11 @@ URP_Terrain_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -47,11 +47,11 @@ Build_URP_Terrain_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ URP_Terrain_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -118,11 +118,11 @@ URP_Terrain_Win_DX12_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -153,11 +153,11 @@ URP_Terrain_Win_DX12_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -188,11 +188,11 @@ URP_Terrain_Win_DX12_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -220,11 +220,11 @@ Build_URP_Terrain_Win_DX12_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,11 +257,11 @@ URP_Terrain_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ Build_URP_Terrain_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -326,11 +326,11 @@ URP_Terrain_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -360,11 +360,11 @@ URP_Terrain_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -395,11 +395,11 @@ URP_Terrain_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -430,11 +430,11 @@ URP_Terrain_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -462,11 +462,11 @@ Build_URP_Terrain_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_terrain-win-vulkan.yml b/.yamato/urp_terrain-win-vulkan.yml index a252b76bbcd..980778413e0 100644 --- a/.yamato/urp_terrain-win-vulkan.yml +++ b/.yamato/urp_terrain-win-vulkan.yml @@ -15,11 +15,11 @@ URP_Terrain_Win_Vulkan_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -47,11 +47,11 @@ Build_URP_Terrain_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -84,11 +84,11 @@ URP_Terrain_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -118,11 +118,11 @@ URP_Terrain_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -153,11 +153,11 @@ URP_Terrain_Win_Vulkan_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -188,11 +188,11 @@ URP_Terrain_Win_Vulkan_Standalone_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -220,11 +220,11 @@ Build_URP_Terrain_Win_Vulkan_Standalone_XR_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,11 +257,11 @@ URP_Terrain_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ Build_URP_Terrain_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -326,11 +326,11 @@ URP_Terrain_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -360,11 +360,11 @@ URP_Terrain_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -395,11 +395,11 @@ URP_Terrain_Win_Vulkan_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -430,11 +430,11 @@ URP_Terrain_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -462,11 +462,11 @@ Build_URP_Terrain_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/urpupdate-win-dx11.yml b/.yamato/urpupdate-win-dx11.yml index 07735b5dc89..d5ebd694e16 100644 --- a/.yamato/urpupdate-win-dx11.yml +++ b/.yamato/urpupdate-win-dx11.yml @@ -14,13 +14,13 @@ URPUpdate_Win_DX11_playmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %TEMPLATE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -55,13 +55,13 @@ URPUpdate_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %TEMPLATE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -96,13 +96,13 @@ URPUpdate_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %TEMPLATE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -137,13 +137,13 @@ URPUpdate_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %TEMPLATE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 diff --git a/.yamato/urpupdate-win-vulkan.yml b/.yamato/urpupdate-win-vulkan.yml index 99f459775d5..239703641ab 100644 --- a/.yamato/urpupdate-win-vulkan.yml +++ b/.yamato/urpupdate-win-vulkan.yml @@ -14,13 +14,13 @@ URPUpdate_Win_Vulkan_playmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %TEMPLATE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -55,13 +55,13 @@ URPUpdate_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %TEMPLATE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -96,13 +96,13 @@ URPUpdate_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %TEMPLATE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -137,13 +137,13 @@ URPUpdate_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 8eac84d6206a902ebc4b731c4aef01ef3911392a - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %TEMPLATE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 diff --git a/.yamato/urpupdate_boatattack-win-dx11.yml b/.yamato/urpupdate_boatattack-win-dx11.yml index ac1bfcfeb1f..6402ca51943 100644 --- a/.yamato/urpupdate_boatattack-win-dx11.yml +++ b/.yamato/urpupdate_boatattack-win-dx11.yml @@ -14,13 +14,13 @@ URPUpdate_BoatAttack_Win_DX11_playmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %BA_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -55,13 +55,13 @@ URPUpdate_BoatAttack_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %BA_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -96,13 +96,13 @@ URPUpdate_BoatAttack_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %BA_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -137,13 +137,13 @@ URPUpdate_BoatAttack_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %BA_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 diff --git a/.yamato/urpupdate_boatattack-win-vulkan.yml b/.yamato/urpupdate_boatattack-win-vulkan.yml index 0b424a972cc..4e69f826b99 100644 --- a/.yamato/urpupdate_boatattack-win-vulkan.yml +++ b/.yamato/urpupdate_boatattack-win-vulkan.yml @@ -14,13 +14,13 @@ URPUpdate_BoatAttack_Win_Vulkan_playmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %BA_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -55,13 +55,13 @@ URPUpdate_BoatAttack_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %BA_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -96,13 +96,13 @@ URPUpdate_BoatAttack_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %BA_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -137,13 +137,13 @@ URPUpdate_BoatAttack_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %BA_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 diff --git a/.yamato/urpupdate_top_asset_store-win-dx11.yml b/.yamato/urpupdate_top_asset_store-win-dx11.yml index b9b22fde405..8d6019a0224 100644 --- a/.yamato/urpupdate_top_asset_store-win-dx11.yml +++ b/.yamato/urpupdate_top_asset_store-win-dx11.yml @@ -14,13 +14,13 @@ URPUpdate_Top_Asset_Store_Win_DX11_playmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %ASSETSTORE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -55,13 +55,13 @@ URPUpdate_Top_Asset_Store_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %ASSETSTORE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -96,13 +96,13 @@ URPUpdate_Top_Asset_Store_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %ASSETSTORE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -137,13 +137,13 @@ URPUpdate_Top_Asset_Store_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %ASSETSTORE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 diff --git a/.yamato/urpupdate_top_asset_store-win-vulkan.yml b/.yamato/urpupdate_top_asset_store-win-vulkan.yml index 2b62cb004e9..03d4cae47ce 100644 --- a/.yamato/urpupdate_top_asset_store-win-vulkan.yml +++ b/.yamato/urpupdate_top_asset_store-win-vulkan.yml @@ -14,13 +14,13 @@ URPUpdate_Top_Asset_Store_Win_Vulkan_playmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %ASSETSTORE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -55,13 +55,13 @@ URPUpdate_Top_Asset_Store_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %ASSETSTORE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -96,13 +96,13 @@ URPUpdate_Top_Asset_Store_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %ASSETSTORE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 @@ -137,13 +137,13 @@ URPUpdate_Top_Asset_Store_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: git clone https://github.cds.internal.unity3d.com/sophia/URP-Update-testing.git -b %ASSETSTORE_UPDATE_PROJECT_BRANCH% TestProjects/URP-Update-Testing retries: 3 diff --git a/.yamato/vfx_hdrp-linux-vulkan.yml b/.yamato/vfx_hdrp-linux-vulkan.yml index 6d9c58d00ad..8ca49ccf50e 100644 --- a/.yamato/vfx_hdrp-linux-vulkan.yml +++ b/.yamato/vfx_hdrp-linux-vulkan.yml @@ -14,11 +14,11 @@ VFX_HDRP_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_VFX_HDRP_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -87,11 +87,11 @@ VFX_HDRP_Linux_Vulkan_Standalone_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -119,11 +119,11 @@ Build_VFX_HDRP_Linux_Vulkan_Standalone_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -160,11 +160,11 @@ VFX_HDRP_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -198,11 +198,11 @@ VFX_HDRP_Linux_Vulkan_playmode_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -236,11 +236,11 @@ VFX_HDRP_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -274,11 +274,11 @@ VFX_HDRP_Linux_Vulkan_editmode_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -312,11 +312,11 @@ VFX_HDRP_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -344,11 +344,11 @@ Build_VFX_HDRP_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -385,11 +385,11 @@ VFX_HDRP_Linux_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -417,11 +417,11 @@ Build_VFX_HDRP_Linux_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVIS image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -458,11 +458,11 @@ VFX_HDRP_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -496,11 +496,11 @@ VFX_HDRP_Linux_Vulkan_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -534,11 +534,11 @@ VFX_HDRP_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -572,11 +572,11 @@ VFX_HDRP_Linux_Vulkan_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/vfx_hdrp-osx-metal.yml b/.yamato/vfx_hdrp-osx-metal.yml index 8b533474692..cffab0a703f 100644 --- a/.yamato/vfx_hdrp-osx-metal.yml +++ b/.yamato/vfx_hdrp-osx-metal.yml @@ -14,11 +14,11 @@ VFX_HDRP_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ VFX_HDRP_OSX_Metal_Standalone_PerformanceTests_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ VFX_HDRP_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ VFX_HDRP_OSX_Metal_playmode_XR_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -182,11 +182,11 @@ VFX_HDRP_OSX_Metal_playmode_PerformanceTests_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -224,11 +224,11 @@ VFX_HDRP_OSX_Metal_editmode_PerformanceTests_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -266,11 +266,11 @@ VFX_HDRP_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -308,11 +308,11 @@ VFX_HDRP_OSX_Metal_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -350,11 +350,11 @@ VFX_HDRP_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -392,11 +392,11 @@ VFX_HDRP_OSX_Metal_playmode_XR_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -434,11 +434,11 @@ VFX_HDRP_OSX_Metal_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -476,11 +476,11 @@ VFX_HDRP_OSX_Metal_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/vfx_hdrp-win-dx11.yml b/.yamato/vfx_hdrp-win-dx11.yml index 841fdee12e5..f612ee26e3a 100644 --- a/.yamato/vfx_hdrp-win-dx11.yml +++ b/.yamato/vfx_hdrp-win-dx11.yml @@ -15,11 +15,11 @@ VFX_HDRP_Win_DX11_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -46,11 +46,11 @@ Build_VFX_HDRP_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ VFX_HDRP_Win_DX11_Standalone_PerformanceTests_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ Build_VFX_HDRP_Win_DX11_Standalone_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -151,11 +151,11 @@ VFX_HDRP_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -185,11 +185,11 @@ VFX_HDRP_Win_DX11_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -219,11 +219,11 @@ VFX_HDRP_Win_DX11_playmode_PerformanceTests_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -252,11 +252,11 @@ VFX_HDRP_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -286,11 +286,11 @@ VFX_HDRP_Win_DX11_editmode_PerformanceTests_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -320,11 +320,11 @@ VFX_HDRP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -351,11 +351,11 @@ Build_VFX_HDRP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -388,11 +388,11 @@ VFX_HDRP_Win_DX11_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -419,11 +419,11 @@ Build_VFX_HDRP_Win_DX11_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -456,11 +456,11 @@ VFX_HDRP_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -490,11 +490,11 @@ VFX_HDRP_Win_DX11_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -524,11 +524,11 @@ VFX_HDRP_Win_DX11_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -557,11 +557,11 @@ VFX_HDRP_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -591,11 +591,11 @@ VFX_HDRP_Win_DX11_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/vfx_hdrp-win-dx12.yml b/.yamato/vfx_hdrp-win-dx12.yml index 253ea85b38e..d7b3fb4ee50 100644 --- a/.yamato/vfx_hdrp-win-dx12.yml +++ b/.yamato/vfx_hdrp-win-dx12.yml @@ -15,11 +15,11 @@ VFX_HDRP_Win_DX12_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -46,11 +46,11 @@ Build_VFX_HDRP_Win_DX12_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ VFX_HDRP_Win_DX12_Standalone_PerformanceTests_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ Build_VFX_HDRP_Win_DX12_Standalone_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -151,11 +151,11 @@ VFX_HDRP_Win_DX12_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -185,11 +185,11 @@ VFX_HDRP_Win_DX12_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -219,11 +219,11 @@ VFX_HDRP_Win_DX12_playmode_PerformanceTests_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -252,11 +252,11 @@ VFX_HDRP_Win_DX12_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -286,11 +286,11 @@ VFX_HDRP_Win_DX12_editmode_PerformanceTests_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -320,11 +320,11 @@ VFX_HDRP_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -351,11 +351,11 @@ Build_VFX_HDRP_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -388,11 +388,11 @@ VFX_HDRP_Win_DX12_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -419,11 +419,11 @@ Build_VFX_HDRP_Win_DX12_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -456,11 +456,11 @@ VFX_HDRP_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -490,11 +490,11 @@ VFX_HDRP_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -524,11 +524,11 @@ VFX_HDRP_Win_DX12_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -557,11 +557,11 @@ VFX_HDRP_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -591,11 +591,11 @@ VFX_HDRP_Win_DX12_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/vfx_hdrp-win-vulkan.yml b/.yamato/vfx_hdrp-win-vulkan.yml index ce3dc4f9e18..54cf37ec9ad 100644 --- a/.yamato/vfx_hdrp-win-vulkan.yml +++ b/.yamato/vfx_hdrp-win-vulkan.yml @@ -15,11 +15,11 @@ VFX_HDRP_Win_Vulkan_Standalone_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -46,11 +46,11 @@ Build_VFX_HDRP_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -83,11 +83,11 @@ VFX_HDRP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -114,11 +114,11 @@ Build_VFX_HDRP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -151,11 +151,11 @@ VFX_HDRP_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -185,11 +185,11 @@ VFX_HDRP_Win_Vulkan_playmode_XR_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -219,11 +219,11 @@ VFX_HDRP_Win_Vulkan_playmode_PerformanceTests_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -252,11 +252,11 @@ VFX_HDRP_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -286,11 +286,11 @@ VFX_HDRP_Win_Vulkan_editmode_PerformanceTests_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -320,11 +320,11 @@ VFX_HDRP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -351,11 +351,11 @@ Build_VFX_HDRP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -388,11 +388,11 @@ VFX_HDRP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -419,11 +419,11 @@ Build_VFX_HDRP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISIO image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -456,11 +456,11 @@ VFX_HDRP_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -490,11 +490,11 @@ VFX_HDRP_Win_Vulkan_playmode_XR_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -524,11 +524,11 @@ VFX_HDRP_Win_Vulkan_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -557,11 +557,11 @@ VFX_HDRP_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -591,11 +591,11 @@ VFX_HDRP_Win_Vulkan_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/vfx_urp-iphone-metal.yml b/.yamato/vfx_urp-iphone-metal.yml index 2baf0c4a9f1..6692b1549dc 100644 --- a/.yamato/vfx_urp-iphone-metal.yml +++ b/.yamato/vfx_urp-iphone-metal.yml @@ -14,11 +14,11 @@ VFX_URP_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_VFX_URP_iPhone_Metal_Standalone_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -85,11 +85,11 @@ VFX_URP_iPhone_Metal_Standalone_PerformanceTests_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -117,11 +117,11 @@ Build_VFX_URP_iPhone_Metal_Standalone_PerformanceTests_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -156,11 +156,11 @@ VFX_URP_iPhone_Metal_playmode_PerformanceTests_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -192,11 +192,11 @@ VFX_URP_iPhone_Metal_editmode_PerformanceTests_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -228,11 +228,11 @@ VFX_URP_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -260,11 +260,11 @@ Build_VFX_URP_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -299,11 +299,11 @@ VFX_URP_iPhone_Metal_Standalone_PerformanceTests_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -331,11 +331,11 @@ Build_VFX_URP_iPhone_Metal_Standalone_PerformanceTests_il2cpp_Linear_CUSTOM-REVI image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -370,11 +370,11 @@ VFX_URP_iPhone_Metal_playmode_PerformanceTests_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -406,11 +406,11 @@ VFX_URP_iPhone_Metal_editmode_PerformanceTests_il2cpp_Linear_CUSTOM-REVISION: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/vfx_urp-linux-openglcore.yml b/.yamato/vfx_urp-linux-openglcore.yml index 3835e85db97..1be599c35b8 100644 --- a/.yamato/vfx_urp-linux-openglcore.yml +++ b/.yamato/vfx_urp-linux-openglcore.yml @@ -14,11 +14,11 @@ VFX_URP_Linux_OpenGLCore_Standalone_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_VFX_URP_Linux_OpenGLCore_Standalone_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -87,11 +87,11 @@ VFX_URP_Linux_OpenGLCore_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -125,11 +125,11 @@ VFX_URP_Linux_OpenGLCore_playmode_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -163,11 +163,11 @@ VFX_URP_Linux_OpenGLCore_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -201,11 +201,11 @@ VFX_URP_Linux_OpenGLCore_editmode_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -239,11 +239,11 @@ VFX_URP_Linux_OpenGLCore_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -271,11 +271,11 @@ Build_VFX_URP_Linux_OpenGLCore_Standalone_PerformanceTests_mono_Linear_CUSTOM-RE image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -312,11 +312,11 @@ VFX_URP_Linux_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -350,11 +350,11 @@ VFX_URP_Linux_OpenGLCore_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -388,11 +388,11 @@ VFX_URP_Linux_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -426,11 +426,11 @@ VFX_URP_Linux_OpenGLCore_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/vfx_urp-linux-vulkan.yml b/.yamato/vfx_urp-linux-vulkan.yml index 83dc81059bf..a692c4c255c 100644 --- a/.yamato/vfx_urp-linux-vulkan.yml +++ b/.yamato/vfx_urp-linux-vulkan.yml @@ -14,11 +14,11 @@ VFX_URP_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -46,11 +46,11 @@ Build_VFX_URP_Linux_Vulkan_Standalone_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -87,11 +87,11 @@ VFX_URP_Linux_Vulkan_Standalone_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -119,11 +119,11 @@ Build_VFX_URP_Linux_Vulkan_Standalone_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -160,11 +160,11 @@ VFX_URP_Linux_Vulkan_playmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -198,11 +198,11 @@ VFX_URP_Linux_Vulkan_playmode_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -236,11 +236,11 @@ VFX_URP_Linux_Vulkan_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -274,11 +274,11 @@ VFX_URP_Linux_Vulkan_editmode_PerformanceTests_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -312,11 +312,11 @@ VFX_URP_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -344,11 +344,11 @@ Build_VFX_URP_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -385,11 +385,11 @@ VFX_URP_Linux_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -417,11 +417,11 @@ Build_VFX_URP_Linux_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISI image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -458,11 +458,11 @@ VFX_URP_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -496,11 +496,11 @@ VFX_URP_Linux_Vulkan_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -534,11 +534,11 @@ VFX_URP_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -572,11 +572,11 @@ VFX_URP_Linux_Vulkan_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/vfx_urp-osx-metal.yml b/.yamato/vfx_urp-osx-metal.yml index 7c21f55878e..5a6817a6f5a 100644 --- a/.yamato/vfx_urp-osx-metal.yml +++ b/.yamato/vfx_urp-osx-metal.yml @@ -14,11 +14,11 @@ VFX_URP_OSX_Metal_Standalone_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -56,11 +56,11 @@ VFX_URP_OSX_Metal_Standalone_PerformanceTests_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -98,11 +98,11 @@ VFX_URP_OSX_Metal_playmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -140,11 +140,11 @@ VFX_URP_OSX_Metal_playmode_PerformanceTests_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -182,11 +182,11 @@ VFX_URP_OSX_Metal_editmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -224,11 +224,11 @@ VFX_URP_OSX_Metal_editmode_PerformanceTests_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -266,11 +266,11 @@ VFX_URP_OSX_Metal_Standalone_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -308,11 +308,11 @@ VFX_URP_OSX_Metal_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -350,11 +350,11 @@ VFX_URP_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -392,11 +392,11 @@ VFX_URP_OSX_Metal_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -434,11 +434,11 @@ VFX_URP_OSX_Metal_editmode_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -476,11 +476,11 @@ VFX_URP_OSX_Metal_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/vfx_urp-osx-openglcore.yml b/.yamato/vfx_urp-osx-openglcore.yml index b60a07d2d00..fe943bf008a 100644 --- a/.yamato/vfx_urp-osx-openglcore.yml +++ b/.yamato/vfx_urp-osx-openglcore.yml @@ -14,11 +14,11 @@ VFX_URP_OSX_OpenGLCore_Standalone_PerformanceTests_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -47,11 +47,11 @@ Build_VFX_URP_OSX_OpenGLCore_Standalone_PerformanceTests_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -86,11 +86,11 @@ VFX_URP_OSX_OpenGLCore_playmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -122,11 +122,11 @@ VFX_URP_OSX_OpenGLCore_playmode_PerformanceTests_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -158,11 +158,11 @@ VFX_URP_OSX_OpenGLCore_editmode_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -194,11 +194,11 @@ VFX_URP_OSX_OpenGLCore_editmode_PerformanceTests_mono_Linear_trunk: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -230,11 +230,11 @@ VFX_URP_OSX_OpenGLCore_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -263,11 +263,11 @@ Build_VFX_URP_OSX_OpenGLCore_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVI image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -302,11 +302,11 @@ VFX_URP_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -338,11 +338,11 @@ VFX_URP_OSX_OpenGLCore_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -374,11 +374,11 @@ VFX_URP_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -410,11 +410,11 @@ VFX_URP_OSX_OpenGLCore_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/mac-10.15:v0.1.0-841394 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 diff --git a/.yamato/vfx_urp-win-dx11.yml b/.yamato/vfx_urp-win-dx11.yml index 02ba82972d7..c0db92c01af 100644 --- a/.yamato/vfx_urp-win-dx11.yml +++ b/.yamato/vfx_urp-win-dx11.yml @@ -14,11 +14,11 @@ VFX_URP_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -45,11 +45,11 @@ Build_VFX_URP_Win_DX11_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -81,11 +81,11 @@ VFX_URP_Win_DX11_Standalone_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -112,11 +112,11 @@ Build_VFX_URP_Win_DX11_Standalone_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -149,11 +149,11 @@ VFX_URP_Win_DX11_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -182,11 +182,11 @@ VFX_URP_Win_DX11_playmode_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -215,11 +215,11 @@ VFX_URP_Win_DX11_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -248,11 +248,11 @@ VFX_URP_Win_DX11_editmode_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -281,11 +281,11 @@ VFX_URP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -312,11 +312,11 @@ Build_VFX_URP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -348,11 +348,11 @@ VFX_URP_Win_DX11_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -379,11 +379,11 @@ Build_VFX_URP_Win_DX11_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -416,11 +416,11 @@ VFX_URP_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -449,11 +449,11 @@ VFX_URP_Win_DX11_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -482,11 +482,11 @@ VFX_URP_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -515,11 +515,11 @@ VFX_URP_Win_DX11_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/vfx_urp-win-vulkan.yml b/.yamato/vfx_urp-win-vulkan.yml index c6c97b8802b..d794932239b 100644 --- a/.yamato/vfx_urp-win-vulkan.yml +++ b/.yamato/vfx_urp-win-vulkan.yml @@ -14,11 +14,11 @@ VFX_URP_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -45,11 +45,11 @@ Build_VFX_URP_Win_Vulkan_Standalone_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -81,11 +81,11 @@ VFX_URP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -112,11 +112,11 @@ Build_VFX_URP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -149,11 +149,11 @@ VFX_URP_Win_Vulkan_playmode_mono_Linear_trunk: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -182,11 +182,11 @@ VFX_URP_Win_Vulkan_playmode_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -215,11 +215,11 @@ VFX_URP_Win_Vulkan_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -248,11 +248,11 @@ VFX_URP_Win_Vulkan_editmode_PerformanceTests_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{trunk.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{trunk.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -281,11 +281,11 @@ VFX_URP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -312,11 +312,11 @@ Build_VFX_URP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -348,11 +348,11 @@ VFX_URP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -379,11 +379,11 @@ Build_VFX_URP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -416,11 +416,11 @@ VFX_URP_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -449,11 +449,11 @@ VFX_URP_Win_Vulkan_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -482,11 +482,11 @@ VFX_URP_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -515,11 +515,11 @@ VFX_URP_Win_Vulkan_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: automation-tooling/win-10:v0.0.1-971269 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: custom_revision_not_set CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: custom_revision_not_set TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 diff --git a/.yamato/vikingvillage_builtin-android-opengles3.yml b/.yamato/vikingvillage_builtin-android-opengles3.yml index 1d90756986b..ed5bbdf3a19 100644 --- a/.yamato/vikingvillage_builtin-android-opengles3.yml +++ b/.yamato/vikingvillage_builtin-android-opengles3.yml @@ -14,13 +14,13 @@ VikingVillage_BuiltIn_Android_OpenGLES3_performance_playmode_runtime_il2cpp_Line image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -57,13 +57,13 @@ Build_VikingVillage_BuiltIn_Android_OpenGLES3_performance_playmode_runtime_il2cp image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -118,13 +118,13 @@ VikingVillage_BuiltIn_Android_OpenGLES3_performance_build_editmode_il2cpp_Linear image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -179,13 +179,13 @@ VikingVillage_BuiltIn_Android_OpenGLES3_performance_playmode_runtime_il2cpp_Line image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -222,13 +222,13 @@ Build_VikingVillage_BuiltIn_Android_OpenGLES3_performance_playmode_runtime_il2cp image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -283,13 +283,13 @@ VikingVillage_BuiltIn_Android_OpenGLES3_performance_build_editmode_il2cpp_Linear image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_builtin-android-vulkan.yml b/.yamato/vikingvillage_builtin-android-vulkan.yml index b380d8ad5de..dcc7b5650c9 100644 --- a/.yamato/vikingvillage_builtin-android-vulkan.yml +++ b/.yamato/vikingvillage_builtin-android-vulkan.yml @@ -14,13 +14,13 @@ VikingVillage_BuiltIn_Android_Vulkan_performance_playmode_runtime_il2cpp_Linear_ image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -57,13 +57,13 @@ Build_VikingVillage_BuiltIn_Android_Vulkan_performance_playmode_runtime_il2cpp_L image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -118,13 +118,13 @@ VikingVillage_BuiltIn_Android_Vulkan_performance_build_editmode_il2cpp_Linear_tr image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -179,13 +179,13 @@ VikingVillage_BuiltIn_Android_Vulkan_performance_playmode_runtime_il2cpp_Linear_ image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -222,13 +222,13 @@ Build_VikingVillage_BuiltIn_Android_Vulkan_performance_playmode_runtime_il2cpp_L image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -283,13 +283,13 @@ VikingVillage_BuiltIn_Android_Vulkan_performance_build_editmode_il2cpp_Linear_CU image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_builtin-iphone-metal.yml b/.yamato/vikingvillage_builtin-iphone-metal.yml index 3e5611a6f11..53dd6465bf0 100644 --- a/.yamato/vikingvillage_builtin-iphone-metal.yml +++ b/.yamato/vikingvillage_builtin-iphone-metal.yml @@ -14,13 +14,13 @@ VikingVillage_BuiltIn_iPhone_Metal_performance_playmode_runtime_il2cpp_Linear_tr image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_BuiltIn_iPhone_Metal_performance_playmode_runtime_il2cpp_Lin image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -109,13 +109,13 @@ VikingVillage_BuiltIn_iPhone_Metal_performance_build_editmode_il2cpp_Linear_trun image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -169,13 +169,13 @@ VikingVillage_BuiltIn_iPhone_Metal_performance_playmode_runtime_il2cpp_Linear_CU image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -203,13 +203,13 @@ Build_VikingVillage_BuiltIn_iPhone_Metal_performance_playmode_runtime_il2cpp_Lin image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -264,13 +264,13 @@ VikingVillage_BuiltIn_iPhone_Metal_performance_build_editmode_il2cpp_Linear_CUST image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_builtin-linux-vulkan.yml b/.yamato/vikingvillage_builtin-linux-vulkan.yml index d87bc0f8b52..1cae45ba506 100644 --- a/.yamato/vikingvillage_builtin-linux-vulkan.yml +++ b/.yamato/vikingvillage_builtin-linux-vulkan.yml @@ -14,13 +14,13 @@ VikingVillage_BuiltIn_Linux_Vulkan_performance_playmode_runtime_mono_Linear_trun image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_BuiltIn_Linux_Vulkan_performance_playmode_runtime_mono_Linea image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -116,13 +116,13 @@ VikingVillage_BuiltIn_Linux_Vulkan_performance_playmode_editor_mono_Linear_trunk image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -181,13 +181,13 @@ VikingVillage_BuiltIn_Linux_Vulkan_performance_build_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -246,13 +246,13 @@ VikingVillage_BuiltIn_Linux_Vulkan_performance_playmode_runtime_mono_Linear_CUST image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -280,13 +280,13 @@ Build_VikingVillage_BuiltIn_Linux_Vulkan_performance_playmode_runtime_mono_Linea image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -348,13 +348,13 @@ VikingVillage_BuiltIn_Linux_Vulkan_performance_playmode_editor_mono_Linear_CUSTO image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -413,13 +413,13 @@ VikingVillage_BuiltIn_Linux_Vulkan_performance_build_editmode_mono_Linear_CUSTOM image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_builtin-osx-metal.yml b/.yamato/vikingvillage_builtin-osx-metal.yml index 24cef2b4fa4..585f8ef46de 100644 --- a/.yamato/vikingvillage_builtin-osx-metal.yml +++ b/.yamato/vikingvillage_builtin-osx-metal.yml @@ -14,13 +14,13 @@ VikingVillage_BuiltIn_OSX_Metal_performance_playmode_runtime_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -80,13 +80,13 @@ VikingVillage_BuiltIn_OSX_Metal_performance_playmode_editor_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -146,13 +146,13 @@ VikingVillage_BuiltIn_OSX_Metal_performance_build_editmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -212,13 +212,13 @@ VikingVillage_BuiltIn_OSX_Metal_performance_playmode_runtime_mono_Linear_CUSTOM- image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -278,13 +278,13 @@ VikingVillage_BuiltIn_OSX_Metal_performance_playmode_editor_mono_Linear_CUSTOM-R image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -344,13 +344,13 @@ VikingVillage_BuiltIn_OSX_Metal_performance_build_editmode_mono_Linear_CUSTOM-RE image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_BUILTIN_BRANCH TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_builtin-win-dx11.yml b/.yamato/vikingvillage_builtin-win-dx11.yml index c000e0bab34..463d63bbb8b 100644 --- a/.yamato/vikingvillage_builtin-win-dx11.yml +++ b/.yamato/vikingvillage_builtin-win-dx11.yml @@ -15,13 +15,13 @@ VikingVillage_BuiltIn_Win_DX11_performance_playmode_runtime_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_BuiltIn_Win_DX11_performance_playmode_runtime_mono_Linear_tr image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -109,13 +109,13 @@ VikingVillage_BuiltIn_Win_DX11_performance_playmode_editor_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -166,13 +166,13 @@ VikingVillage_BuiltIn_Win_DX11_performance_build_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -224,13 +224,13 @@ VikingVillage_BuiltIn_Win_DX11_performance_playmode_runtime_mono_Linear_CUSTOM-R flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,13 +257,13 @@ Build_VikingVillage_BuiltIn_Win_DX11_performance_playmode_runtime_mono_Linear_CU image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -318,13 +318,13 @@ VikingVillage_BuiltIn_Win_DX11_performance_playmode_editor_mono_Linear_CUSTOM-RE flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -375,13 +375,13 @@ VikingVillage_BuiltIn_Win_DX11_performance_build_editmode_mono_Linear_CUSTOM-REV image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_builtin-win-dx12.yml b/.yamato/vikingvillage_builtin-win-dx12.yml index ced049d2f91..353d728f8cc 100644 --- a/.yamato/vikingvillage_builtin-win-dx12.yml +++ b/.yamato/vikingvillage_builtin-win-dx12.yml @@ -15,13 +15,13 @@ VikingVillage_BuiltIn_Win_DX12_performance_playmode_runtime_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_BuiltIn_Win_DX12_performance_playmode_runtime_mono_Linear_tr image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -109,13 +109,13 @@ VikingVillage_BuiltIn_Win_DX12_performance_playmode_editor_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -166,13 +166,13 @@ VikingVillage_BuiltIn_Win_DX12_performance_build_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -224,13 +224,13 @@ VikingVillage_BuiltIn_Win_DX12_performance_playmode_runtime_mono_Linear_CUSTOM-R flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,13 +257,13 @@ Build_VikingVillage_BuiltIn_Win_DX12_performance_playmode_runtime_mono_Linear_CU image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -318,13 +318,13 @@ VikingVillage_BuiltIn_Win_DX12_performance_playmode_editor_mono_Linear_CUSTOM-RE flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -375,13 +375,13 @@ VikingVillage_BuiltIn_Win_DX12_performance_build_editmode_mono_Linear_CUSTOM-REV image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_builtin-win-vulkan.yml b/.yamato/vikingvillage_builtin-win-vulkan.yml index 87bbdc69a21..d5fcb5d5061 100644 --- a/.yamato/vikingvillage_builtin-win-vulkan.yml +++ b/.yamato/vikingvillage_builtin-win-vulkan.yml @@ -15,13 +15,13 @@ VikingVillage_BuiltIn_Win_Vulkan_performance_playmode_runtime_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_BuiltIn_Win_Vulkan_performance_playmode_runtime_mono_Linear_ image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -108,13 +108,13 @@ VikingVillage_BuiltIn_Win_Vulkan_performance_build_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -166,13 +166,13 @@ VikingVillage_BuiltIn_Win_Vulkan_performance_playmode_runtime_mono_Linear_CUSTOM flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -199,13 +199,13 @@ Build_VikingVillage_BuiltIn_Win_Vulkan_performance_playmode_runtime_mono_Linear_ image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -259,13 +259,13 @@ VikingVillage_BuiltIn_Win_Vulkan_performance_build_editmode_mono_Linear_CUSTOM-R image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_BUILTIN_BRANCH: built-in VV_BUILTIN_REVISION: c61a43cd7ad4ef36f38a0219730d53e8f6e281de - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_BUILTIN_BRANCH% TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_urp-android-opengles3.yml b/.yamato/vikingvillage_urp-android-opengles3.yml index 19b0adb99ff..7970e97ab63 100644 --- a/.yamato/vikingvillage_urp-android-opengles3.yml +++ b/.yamato/vikingvillage_urp-android-opengles3.yml @@ -14,13 +14,13 @@ VikingVillage_URP_Android_OpenGLES3_performance_playmode_runtime_il2cpp_Linear_t image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -57,13 +57,13 @@ Build_VikingVillage_URP_Android_OpenGLES3_performance_playmode_runtime_il2cpp_Li image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -118,13 +118,13 @@ VikingVillage_URP_Android_OpenGLES3_performance_build_editmode_il2cpp_Linear_tru image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -179,13 +179,13 @@ VikingVillage_URP_Android_OpenGLES3_performance_playmode_runtime_il2cpp_Linear_C image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -222,13 +222,13 @@ Build_VikingVillage_URP_Android_OpenGLES3_performance_playmode_runtime_il2cpp_Li image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -283,13 +283,13 @@ VikingVillage_URP_Android_OpenGLES3_performance_build_editmode_il2cpp_Linear_CUS image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_urp-android-vulkan.yml b/.yamato/vikingvillage_urp-android-vulkan.yml index f5a1e33eac3..f27344bc333 100644 --- a/.yamato/vikingvillage_urp-android-vulkan.yml +++ b/.yamato/vikingvillage_urp-android-vulkan.yml @@ -14,13 +14,13 @@ VikingVillage_URP_Android_Vulkan_performance_playmode_runtime_il2cpp_Linear_trun image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -57,13 +57,13 @@ Build_VikingVillage_URP_Android_Vulkan_performance_playmode_runtime_il2cpp_Linea image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -118,13 +118,13 @@ VikingVillage_URP_Android_Vulkan_performance_build_editmode_il2cpp_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -179,13 +179,13 @@ VikingVillage_URP_Android_Vulkan_performance_playmode_runtime_il2cpp_Linear_CUST image: mobile/android-execution-r19:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' retries: 2 @@ -222,13 +222,13 @@ Build_VikingVillage_URP_Android_Vulkan_performance_playmode_runtime_il2cpp_Linea image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -283,13 +283,13 @@ VikingVillage_URP_Android_Vulkan_performance_build_editmode_il2cpp_Linear_CUSTOM image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_urp-iphone-metal.yml b/.yamato/vikingvillage_urp-iphone-metal.yml index 4b5a826c5a2..1030f785b04 100644 --- a/.yamato/vikingvillage_urp-iphone-metal.yml +++ b/.yamato/vikingvillage_urp-iphone-metal.yml @@ -14,13 +14,13 @@ VikingVillage_URP_iPhone_Metal_performance_playmode_runtime_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_URP_iPhone_Metal_performance_playmode_runtime_il2cpp_Linear_ image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -109,13 +109,13 @@ VikingVillage_URP_iPhone_Metal_performance_build_editmode_il2cpp_Linear_trunk: image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -169,13 +169,13 @@ VikingVillage_URP_iPhone_Metal_performance_playmode_runtime_il2cpp_Linear_CUSTOM image: mobile/macos-10.15-testing:stable flavor: b1.medium variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -203,13 +203,13 @@ Build_VikingVillage_URP_iPhone_Metal_performance_playmode_runtime_il2cpp_Linear_ image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -264,13 +264,13 @@ VikingVillage_URP_iPhone_Metal_performance_build_editmode_il2cpp_Linear_CUSTOM-R image: mobile/macos-10.15-testing:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_urp-linux-vulkan.yml b/.yamato/vikingvillage_urp-linux-vulkan.yml index 6e214af4896..101e5d46503 100644 --- a/.yamato/vikingvillage_urp-linux-vulkan.yml +++ b/.yamato/vikingvillage_urp-linux-vulkan.yml @@ -14,13 +14,13 @@ VikingVillage_URP_Linux_Vulkan_performance_playmode_runtime_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_URP_Linux_Vulkan_performance_playmode_runtime_mono_Linear_tr image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -116,13 +116,13 @@ VikingVillage_URP_Linux_Vulkan_performance_playmode_editor_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -181,13 +181,13 @@ VikingVillage_URP_Linux_Vulkan_performance_build_editmode_mono_Linear_trunk: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -246,13 +246,13 @@ VikingVillage_URP_Linux_Vulkan_performance_playmode_runtime_mono_Linear_CUSTOM-R image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr retries: 2 @@ -280,13 +280,13 @@ Build_VikingVillage_URP_Linux_Vulkan_performance_playmode_runtime_mono_Linear_CU image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -348,13 +348,13 @@ VikingVillage_URP_Linux_Vulkan_performance_playmode_editor_mono_Linear_CUSTOM-RE image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -413,13 +413,13 @@ VikingVillage_URP_Linux_Vulkan_performance_build_editmode_mono_Linear_CUSTOM-REV image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_urp-osx-metal.yml b/.yamato/vikingvillage_urp-osx-metal.yml index e2a0af30562..9e4a542c483 100644 --- a/.yamato/vikingvillage_urp-osx-metal.yml +++ b/.yamato/vikingvillage_urp-osx-metal.yml @@ -14,13 +14,13 @@ VikingVillage_URP_OSX_Metal_performance_playmode_runtime_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -80,13 +80,13 @@ VikingVillage_URP_OSX_Metal_performance_playmode_editor_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -146,13 +146,13 @@ VikingVillage_URP_OSX_Metal_performance_build_editmode_mono_Linear_trunk: image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -212,13 +212,13 @@ VikingVillage_URP_OSX_Metal_performance_playmode_runtime_mono_Linear_CUSTOM-REVI image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -278,13 +278,13 @@ VikingVillage_URP_OSX_Metal_performance_playmode_editor_mono_Linear_CUSTOM-REVIS image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 @@ -344,13 +344,13 @@ VikingVillage_URP_OSX_Metal_performance_build_editmode_mono_Linear_CUSTOM-REVISI image: slough-ops/macos-10.14-xcode:stable flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b $VV_URP_BRANCH TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_urp-win-dx11.yml b/.yamato/vikingvillage_urp-win-dx11.yml index 6f6f21b02a0..37a48c87092 100644 --- a/.yamato/vikingvillage_urp-win-dx11.yml +++ b/.yamato/vikingvillage_urp-win-dx11.yml @@ -15,13 +15,13 @@ VikingVillage_URP_Win_DX11_performance_playmode_runtime_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_URP_Win_DX11_performance_playmode_runtime_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -109,13 +109,13 @@ VikingVillage_URP_Win_DX11_performance_playmode_editor_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -166,13 +166,13 @@ VikingVillage_URP_Win_DX11_performance_build_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -224,13 +224,13 @@ VikingVillage_URP_Win_DX11_performance_playmode_runtime_mono_Linear_CUSTOM-REVIS flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,13 +257,13 @@ Build_VikingVillage_URP_Win_DX11_performance_playmode_runtime_mono_Linear_CUSTOM image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -318,13 +318,13 @@ VikingVillage_URP_Win_DX11_performance_playmode_editor_mono_Linear_CUSTOM-REVISI flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -375,13 +375,13 @@ VikingVillage_URP_Win_DX11_performance_build_editmode_mono_Linear_CUSTOM-REVISIO image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_urp-win-dx12.yml b/.yamato/vikingvillage_urp-win-dx12.yml index 14ad1fd076e..0aa2b25ab0f 100644 --- a/.yamato/vikingvillage_urp-win-dx12.yml +++ b/.yamato/vikingvillage_urp-win-dx12.yml @@ -15,13 +15,13 @@ VikingVillage_URP_Win_DX12_performance_playmode_runtime_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_URP_Win_DX12_performance_playmode_runtime_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -109,13 +109,13 @@ VikingVillage_URP_Win_DX12_performance_playmode_editor_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -166,13 +166,13 @@ VikingVillage_URP_Win_DX12_performance_build_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -224,13 +224,13 @@ VikingVillage_URP_Win_DX12_performance_playmode_runtime_mono_Linear_CUSTOM-REVIS flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -257,13 +257,13 @@ Build_VikingVillage_URP_Win_DX12_performance_playmode_runtime_mono_Linear_CUSTOM image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -318,13 +318,13 @@ VikingVillage_URP_Win_DX12_performance_playmode_editor_mono_Linear_CUSTOM-REVISI flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -375,13 +375,13 @@ VikingVillage_URP_Win_DX12_performance_build_editmode_mono_Linear_CUSTOM-REVISIO image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 diff --git a/.yamato/vikingvillage_urp-win-vulkan.yml b/.yamato/vikingvillage_urp-win-vulkan.yml index 1f61c23d7ff..f68693dbc96 100644 --- a/.yamato/vikingvillage_urp-win-vulkan.yml +++ b/.yamato/vikingvillage_urp-win-vulkan.yml @@ -15,13 +15,13 @@ VikingVillage_URP_Win_Vulkan_performance_playmode_runtime_mono_Linear_trunk: flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -48,13 +48,13 @@ Build_VikingVillage_URP_Win_Vulkan_performance_playmode_runtime_mono_Linear_trun image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -108,13 +108,13 @@ VikingVillage_URP_Win_Vulkan_performance_build_editmode_mono_Linear_trunk: image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{trunk.changeset.id}}' + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -166,13 +166,13 @@ VikingVillage_URP_Win_Vulkan_performance_playmode_runtime_mono_Linear_CUSTOM-REV flavor: b1.large model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 @@ -199,13 +199,13 @@ Build_VikingVillage_URP_Win_Vulkan_performance_playmode_runtime_mono_Linear_CUST image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3 @@ -259,13 +259,13 @@ VikingVillage_URP_Win_Vulkan_performance_build_editmode_mono_Linear_CUSTOM-REVIS image: automation-tooling/win-10:v0.0.1-971268 flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: custom_revision_not_set + TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" VV_URP_BRANCH: master VV_URP_REVISION: eebe6db7d9b186603b63095a926d76ded2bf1110 - CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" - TEST_FILTER: .* commands: - command: git clone https://github.cds.internal.unity3d.com/andrew-theisen/Viking-Village-Perf.git -b %VV_URP_BRANCH% TestProjects/Viking-Village-Perf retries: 3