diff --git a/.yamato/_abv.yml b/.yamato/_abv.yml index cc6a2d44661..ead000ed1f5 100644 --- a/.yamato/_abv.yml +++ b/.yamato/_abv.yml @@ -10,10 +10,10 @@ all_project_ci_2022.1: name: ABV (all PR jobs) on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp.yml#PR_HDRP_2022.1 rerun: on_new_revision @@ -25,13 +25,28 @@ all_project_ci_2022.1: rerun: on_new_revision - path: .yamato/_abv.yml#General_Checks_2022.1 rerun: on_new_revision +graphics_repo_nightly_2022.1: + name: Graphics repo nightly on 2022.1 + variables: + CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{2022_1.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" + triggers: + recurring: + - branch: 2022.1/staging + frequency: 1 * * ? + + dependencies: + - path: .yamato/_templates.yml#all_template_ci_2022.1 + rerun: on_new_revision all_project_ci_nightly_2022.1: name: Nightly on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp.yml#Nightly_HDRP_2022.1 rerun: on_new_revision @@ -54,10 +69,10 @@ all_project_ci_nightly_2022.1: General_Checks_2022.1: name: General Checks on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/_projectcontext.yml#all_package_ci_project_2022.1 rerun: on_new_revision @@ -68,10 +83,10 @@ General_Checks_2022.1: Safety_net_2022.1: name: Safety net on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -82,10 +97,10 @@ Safety_net_2022.1: Trunk_verification_2022.1: name: Trunk verification on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -124,10 +139,10 @@ Trunk_verification_2022.1: 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 @@ -139,13 +154,23 @@ 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 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 @@ -168,10 +193,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 @@ -182,10 +207,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 @@ -196,10 +221,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..1b4fffdd443 --- /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_2022.1.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 2022.1 --ono-branch $ONO_BRANCH_2022_1 --api-key $ONO_API_KEY --commit-and-push --nr-commits-to-retrieve 1 + triggers: + recurring: + - branch: 2022.1/staging + frequency: 21 * * ? diff --git a/.yamato/_editor_priming.yml b/.yamato/_editor_priming.yml index 730c8ed09c6..61fc58731cf 100644 --- a/.yamato/_editor_priming.yml +++ b/.yamato/_editor_priming.yml @@ -15,10 +15,10 @@ editor:priming:2022.1: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: '{{2022_1.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: '{{2022_1.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:2022.1: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: '{{2022_1.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: '{{2022_1.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:2022.1: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: '{{2022_1.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: '{{2022_1.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:2022.1: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: '{{2022_1.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: '{{2022_1.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:2022.1: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: '{{2022_1.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: '{{2022_1.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:2022.1: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: '{{2022_1.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: '{{2022_1.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:2022.1: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: '{{2022_1.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: '{{2022_1.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 37b270a0199..e99bc33355d 100644 --- a/.yamato/all-batchrenderergroup.yml +++ b/.yamato/all-batchrenderergroup.yml @@ -10,10 +10,10 @@ BatchRendererGroup_2022.1: name: BatchRendererGroup on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-batchrenderergroup.yml#PR_BatchRendererGroup_2022.1 rerun: on_new_revision @@ -22,10 +22,10 @@ BatchRendererGroup_2022.1: PR_BatchRendererGroup_2022.1: name: PR BatchRendererGroup on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_batchrenderergroup.yml#PR_Universal_BatchRendererGroup_2022.1 rerun: on_new_revision @@ -34,10 +34,10 @@ PR_BatchRendererGroup_2022.1: Extra_BatchRendererGroup_2022.1: name: Extra BatchRendererGroup on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_batchrenderergroup.yml#Extra_Universal_BatchRendererGroup_2022.1 rerun: on_new_revision @@ -46,10 +46,10 @@ Extra_BatchRendererGroup_2022.1: 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 e861a050e4f..9b41ad9d91c 100644 --- a/.yamato/all-hdrp.yml +++ b/.yamato/all-hdrp.yml @@ -10,10 +10,10 @@ PR_HDRP_2022.1: name: PR HDRP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -44,10 +44,10 @@ PR_HDRP_2022.1: Extra_HDRP_2022.1: name: Extra HDRP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -68,10 +68,10 @@ Extra_HDRP_2022.1: HDRP_2022.1: name: HDRP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp.yml#PR_HDRP_2022.1 rerun: on_new_revision @@ -80,10 +80,10 @@ HDRP_2022.1: Nightly_HDRP_2022.1: name: Nightly HDRP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp_dxr.yml#HDRP_DXR_2022.1 rerun: on_new_revision @@ -92,10 +92,10 @@ Nightly_HDRP_2022.1: 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 @@ -126,10 +126,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 @@ -150,10 +150,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 @@ -162,10 +162,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_dxr.yml#HDRP_DXR_CUSTOM-REVISION rerun: on_new_revision diff --git a/.yamato/all-hdrp_batchrenderergroup.yml b/.yamato/all-hdrp_batchrenderergroup.yml index 636185390a7..7f2c442c132 100644 --- a/.yamato/all-hdrp_batchrenderergroup.yml +++ b/.yamato/all-hdrp_batchrenderergroup.yml @@ -10,10 +10,10 @@ PR_HDRP_BatchRendererGroup_2022.1: name: PR HDRP_BatchRendererGroup on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -34,18 +34,18 @@ PR_HDRP_BatchRendererGroup_2022.1: Extra_HDRP_BatchRendererGroup_2022.1: name: Extra HDRP_BatchRendererGroup on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] HDRP_BatchRendererGroup_2022.1: name: HDRP_BatchRendererGroup on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp_batchrenderergroup.yml#PR_HDRP_BatchRendererGroup_2022.1 rerun: on_new_revision @@ -54,10 +54,10 @@ HDRP_BatchRendererGroup_2022.1: 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 06669d4de48..59f4d923360 100644 --- a/.yamato/all-hdrp_dxr.yml +++ b/.yamato/all-hdrp_dxr.yml @@ -10,30 +10,30 @@ PR_HDRP_DXR_2022.1: name: PR HDRP_DXR on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision Extra_HDRP_DXR_2022.1: name: Extra HDRP_DXR on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision HDRP_DXR_2022.1: name: HDRP_DXR on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-hdrp_dxr.yml#PR_HDRP_DXR_2022.1 rerun: on_new_revision @@ -42,30 +42,30 @@ HDRP_DXR_2022.1: 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 092f516e7d6..9d77e26bdca 100644 --- a/.yamato/all-hdrp_performancetests.yml +++ b/.yamato/all-hdrp_performancetests.yml @@ -10,11 +10,11 @@ HDRP_PerformanceTests_2022.1: name: HDRP_PerformanceTests on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -27,11 +27,11 @@ HDRP_PerformanceTests_2022.1: 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 5e49ed0b3cd..c2273a9e479 100644 --- a/.yamato/all-lightmapping.yml +++ b/.yamato/all-lightmapping.yml @@ -10,10 +10,10 @@ PR_Lightmapping_2022.1: name: PR Lightmapping on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -28,10 +28,10 @@ PR_Lightmapping_2022.1: Extra_Lightmapping_2022.1: name: Extra Lightmapping on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -40,10 +40,10 @@ Extra_Lightmapping_2022.1: Lightmapping_2022.1: name: Lightmapping on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-lightmapping.yml#PR_Lightmapping_2022.1 rerun: on_new_revision @@ -52,10 +52,10 @@ Lightmapping_2022.1: 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 bf4493f3162..9d092db211d 100644 --- a/.yamato/all-postprocessing.yml +++ b/.yamato/all-postprocessing.yml @@ -10,10 +10,10 @@ PR_PostProcessing_2022.1: name: PR PostProcessing on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -34,10 +34,10 @@ PR_PostProcessing_2022.1: Extra_PostProcessing_2022.1: name: Extra PostProcessing on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -48,10 +48,10 @@ Extra_PostProcessing_2022.1: PostProcessing_2022.1: name: PostProcessing on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-postprocessing.yml#PR_PostProcessing_2022.1 rerun: on_new_revision @@ -60,10 +60,10 @@ PostProcessing_2022.1: 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 f210535586b..28127d2cc08 100644 --- a/.yamato/all-shadergraph.yml +++ b/.yamato/all-shadergraph.yml @@ -10,10 +10,10 @@ PR_ShaderGraph_2022.1: name: PR ShaderGraph on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -32,10 +32,10 @@ PR_ShaderGraph_2022.1: Extra_ShaderGraph_2022.1: name: Extra ShaderGraph on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -48,10 +48,10 @@ Extra_ShaderGraph_2022.1: ShaderGraph_2022.1: name: ShaderGraph on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph.yml#PR_ShaderGraph_2022.1 rerun: on_new_revision @@ -60,10 +60,10 @@ ShaderGraph_2022.1: Nightly_ShaderGraph_2022.1: name: Nightly ShaderGraph on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph.yml#ShaderGraph_2022.1 rerun: on_new_revision @@ -76,10 +76,10 @@ Nightly_ShaderGraph_2022.1: 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 @@ -98,10 +98,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 @@ -114,10 +114,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 @@ -126,10 +126,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 fc3d300135a..061dfcb23f0 100644 --- a/.yamato/all-shadergraph_builtin_foundation.yml +++ b/.yamato/all-shadergraph_builtin_foundation.yml @@ -10,10 +10,10 @@ PR_ShaderGraph_BuiltIn_Foundation_2022.1: name: PR ShaderGraph_BuiltIn_Foundation on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -26,18 +26,18 @@ PR_ShaderGraph_BuiltIn_Foundation_2022.1: Extra_ShaderGraph_BuiltIn_Foundation_2022.1: name: Extra ShaderGraph_BuiltIn_Foundation on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] ShaderGraph_BuiltIn_Foundation_2022.1: name: ShaderGraph_BuiltIn_Foundation on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -46,10 +46,10 @@ ShaderGraph_BuiltIn_Foundation_2022.1: 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 @@ -62,18 +62,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 214f3becff7..5acd233f8b5 100644 --- a/.yamato/all-shadergraph_builtin_lighting.yml +++ b/.yamato/all-shadergraph_builtin_lighting.yml @@ -10,10 +10,10 @@ PR_ShaderGraph_BuiltIn_Lighting_2022.1: name: PR ShaderGraph_BuiltIn_Lighting on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -26,18 +26,18 @@ PR_ShaderGraph_BuiltIn_Lighting_2022.1: Extra_ShaderGraph_BuiltIn_Lighting_2022.1: name: Extra ShaderGraph_BuiltIn_Lighting on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] ShaderGraph_BuiltIn_Lighting_2022.1: name: ShaderGraph_BuiltIn_Lighting on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -46,10 +46,10 @@ ShaderGraph_BuiltIn_Lighting_2022.1: 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 @@ -62,18 +62,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 b1804dc51c8..697c1812c31 100644 --- a/.yamato/all-shadergraph_stereo.yml +++ b/.yamato/all-shadergraph_stereo.yml @@ -10,10 +10,10 @@ PR_ShaderGraph_Stereo_2022.1: name: PR ShaderGraph_Stereo on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -22,18 +22,18 @@ PR_ShaderGraph_Stereo_2022.1: Extra_ShaderGraph_Stereo_2022.1: name: Extra ShaderGraph_Stereo on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] ShaderGraph_Stereo_2022.1: name: ShaderGraph_Stereo on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-shadergraph_stereo.yml#PR_ShaderGraph_Stereo_2022.1 rerun: on_new_revision @@ -42,10 +42,10 @@ ShaderGraph_Stereo_2022.1: 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 b77f7575bb2..b22adee8c89 100644 --- a/.yamato/all-smoke_test.yml +++ b/.yamato/all-smoke_test.yml @@ -10,10 +10,10 @@ PR_Smoke_Test_2022.1: name: PR Smoke_Test on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -24,18 +24,18 @@ PR_Smoke_Test_2022.1: Extra_Smoke_Test_2022.1: name: Extra Smoke_Test on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] Smoke_Test_2022.1: name: Smoke_Test on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-smoke_test.yml#PR_Smoke_Test_2022.1 rerun: on_new_revision @@ -44,10 +44,10 @@ Smoke_Test_2022.1: 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 06ea9cc02f1..f6a805750f1 100644 --- a/.yamato/all-universal_batchrenderergroup.yml +++ b/.yamato/all-universal_batchrenderergroup.yml @@ -10,10 +10,10 @@ PR_Universal_BatchRendererGroup_2022.1: name: PR Universal_BatchRendererGroup on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -30,18 +30,18 @@ PR_Universal_BatchRendererGroup_2022.1: Extra_Universal_BatchRendererGroup_2022.1: name: Extra Universal_BatchRendererGroup on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] Universal_BatchRendererGroup_2022.1: name: Universal_BatchRendererGroup on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_batchrenderergroup.yml#PR_Universal_BatchRendererGroup_2022.1 rerun: on_new_revision @@ -50,10 +50,10 @@ Universal_BatchRendererGroup_2022.1: 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 c6d185aa9bd..b4a2f052dea 100644 --- a/.yamato/all-universal_split.yml +++ b/.yamato/all-universal_split.yml @@ -10,10 +10,10 @@ PR_Universal_Split_2022.1: name: PR Universal_Split on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_2d.yml#PR_URP_2D_2022.1 rerun: on_new_revision @@ -28,10 +28,10 @@ PR_Universal_Split_2022.1: Extra_Universal_Split_2022.1: name: Extra Universal_Split on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_2d.yml#Extra_URP_2D_2022.1 rerun: on_new_revision @@ -46,10 +46,10 @@ Extra_Universal_Split_2022.1: 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 e5e8bfde59f..a3d0ace0497 100644 --- a/.yamato/all-universal_stereo.yml +++ b/.yamato/all-universal_stereo.yml @@ -10,10 +10,10 @@ PR_Universal_Stereo_2022.1: name: PR Universal_Stereo on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -22,18 +22,18 @@ PR_Universal_Stereo_2022.1: Extra_Universal_Stereo_2022.1: name: Extra Universal_Stereo on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: [] Universal_Stereo_2022.1: name: Universal_Stereo on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_stereo.yml#PR_Universal_Stereo_2022.1 rerun: on_new_revision @@ -42,10 +42,10 @@ Universal_Stereo_2022.1: 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 79fff03def9..09849c0407b 100644 --- a/.yamato/all-urp.yml +++ b/.yamato/all-urp.yml @@ -10,10 +10,10 @@ PR_URP_2022.1: name: PR URP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_split.yml#PR_Universal_Split_2022.1 rerun: on_new_revision @@ -30,20 +30,20 @@ PR_URP_2022.1: Extra_URP_2022.1: name: Extra URP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-universal_split.yml#Extra_Universal_Split_2022.1 rerun: on_new_revision URP_2022.1: name: URP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp.yml#PR_URP_2022.1 rerun: on_new_revision @@ -52,10 +52,10 @@ URP_2022.1: Nightly_URP_2022.1: name: Nightly URP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp.yml#URP_2022.1 rerun: on_new_revision @@ -72,10 +72,10 @@ Nightly_URP_2022.1: All_URP_on_Win_DX11_playmode_2022.1: name: All URP on Win DX11 playmode on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -90,10 +90,10 @@ All_URP_on_Win_DX11_playmode_2022.1: 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 0fc4f6a78b9..68be4498f6b 100644 --- a/.yamato/all-urp_2d.yml +++ b/.yamato/all-urp_2d.yml @@ -10,10 +10,10 @@ PR_URP_2D_2022.1: name: PR URP_2D on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -40,10 +40,10 @@ PR_URP_2D_2022.1: Extra_URP_2D_2022.1: name: Extra URP_2D on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -56,10 +56,10 @@ Extra_URP_2D_2022.1: URP_2D_2022.1: name: URP_2D on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_2d.yml#PR_URP_2D_2022.1 rerun: on_new_revision @@ -68,10 +68,10 @@ URP_2D_2022.1: 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 c5a1a471569..d0df9fc9538 100644 --- a/.yamato/all-urp_foundation.yml +++ b/.yamato/all-urp_foundation.yml @@ -10,10 +10,10 @@ PR_URP_Foundation_2022.1: name: PR URP_Foundation on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -44,10 +44,10 @@ PR_URP_Foundation_2022.1: Extra_URP_Foundation_2022.1: name: Extra URP_Foundation on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -60,10 +60,10 @@ Extra_URP_Foundation_2022.1: URP_Foundation_2022.1: name: URP_Foundation on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_foundation.yml#PR_URP_Foundation_2022.1 rerun: on_new_revision @@ -72,10 +72,10 @@ URP_Foundation_2022.1: 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 60b972eb6e3..99642d04c43 100644 --- a/.yamato/all-urp_lighting.yml +++ b/.yamato/all-urp_lighting.yml @@ -10,10 +10,10 @@ PR_URP_Lighting_2022.1: name: PR URP_Lighting on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -42,10 +42,10 @@ PR_URP_Lighting_2022.1: Extra_URP_Lighting_2022.1: name: Extra URP_Lighting on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -58,10 +58,10 @@ Extra_URP_Lighting_2022.1: URP_Lighting_2022.1: name: URP_Lighting on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_lighting.yml#PR_URP_Lighting_2022.1 rerun: on_new_revision @@ -70,10 +70,10 @@ URP_Lighting_2022.1: 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 6305f891ff3..985f27c14ea 100644 --- a/.yamato/all-urp_perf.yml +++ b/.yamato/all-urp_perf.yml @@ -10,10 +10,10 @@ URP_Perf_2022.1: name: URP_Perf on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -26,10 +26,10 @@ URP_Perf_2022.1: 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 f91f7bba0b1..3824a9643a1 100644 --- a/.yamato/all-urp_performance_boatattack.yml +++ b/.yamato/all-urp_performance_boatattack.yml @@ -10,12 +10,12 @@ URP_Performance_BoatAttack_2022.1: name: URP_Performance_BoatAttack on 2022.1 variables: - CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -54,12 +54,12 @@ URP_Performance_BoatAttack_2022.1: 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 9b8970e3ac6..f60a2682930 100644 --- a/.yamato/all-urp_performance_lostcrypt.yml +++ b/.yamato/all-urp_performance_lostcrypt.yml @@ -10,12 +10,12 @@ URP_Performance_LostCrypt_2022.1: name: URP_Performance_LostCrypt on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -48,12 +48,12 @@ URP_Performance_LostCrypt_2022.1: 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 efce957e494..655879b865b 100644 --- a/.yamato/all-urp_postpro.yml +++ b/.yamato/all-urp_postpro.yml @@ -10,10 +10,10 @@ PR_URP_PostPro_2022.1: name: PR URP_PostPro on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -44,10 +44,10 @@ PR_URP_PostPro_2022.1: Extra_URP_PostPro_2022.1: name: Extra URP_PostPro on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -60,10 +60,10 @@ Extra_URP_PostPro_2022.1: URP_PostPro_2022.1: name: URP_PostPro on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_postpro.yml#PR_URP_PostPro_2022.1 rerun: on_new_revision @@ -72,10 +72,10 @@ URP_PostPro_2022.1: 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 24b334ee8bd..29a520f1ea4 100644 --- a/.yamato/all-urp_terrain.yml +++ b/.yamato/all-urp_terrain.yml @@ -10,10 +10,10 @@ PR_URP_Terrain_2022.1: name: PR URP_Terrain on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -42,10 +42,10 @@ PR_URP_Terrain_2022.1: Extra_URP_Terrain_2022.1: name: Extra URP_Terrain on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -58,10 +58,10 @@ Extra_URP_Terrain_2022.1: URP_Terrain_2022.1: name: URP_Terrain on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-urp_terrain.yml#PR_URP_Terrain_2022.1 rerun: on_new_revision @@ -70,10 +70,10 @@ URP_Terrain_2022.1: 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 ed44c759051..00b6fbfa450 100644 --- a/.yamato/all-urpupdate.yml +++ b/.yamato/all-urpupdate.yml @@ -10,12 +10,12 @@ PR_URPUpdate_2022.1: name: PR URPUpdate on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urpupdate-win-dx11.yml#URPUpdate_Win_DX11_editmode_mono_Linear_2022.1 rerun: on_new_revision @@ -24,22 +24,22 @@ PR_URPUpdate_2022.1: Extra_URPUpdate_2022.1: name: Extra URPUpdate on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: [] URPUpdate_2022.1: name: URPUpdate on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - CACHE_ARGS: '{{cache.flags}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/all-urpupdate.yml#PR_URPUpdate_2022.1 rerun: on_new_revision @@ -48,12 +48,12 @@ URPUpdate_2022.1: 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: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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 67081a40b26..0382fed9571 100644 --- a/.yamato/all-urpupdate_boatattack.yml +++ b/.yamato/all-urpupdate_boatattack.yml @@ -10,12 +10,12 @@ PR_URPUpdate_BoatAttack_2022.1: name: PR URPUpdate_BoatAttack on 2022.1 variables: - CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{2022_1.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/urpupdate_boatattack-win-dx11.yml#URPUpdate_BoatAttack_Win_DX11_editmode_mono_Linear_2022.1 rerun: on_new_revision @@ -24,22 +24,22 @@ PR_URPUpdate_BoatAttack_2022.1: Extra_URPUpdate_BoatAttack_2022.1: name: Extra URPUpdate_BoatAttack on 2022.1 variables: - CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{2022_1.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: [] URPUpdate_BoatAttack_2022.1: name: URPUpdate_BoatAttack on 2022.1 variables: - CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{2022_1.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/all-urpupdate_boatattack.yml#PR_URPUpdate_BoatAttack_2022.1 rerun: on_new_revision @@ -48,12 +48,12 @@ URPUpdate_BoatAttack_2022.1: 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 0803a2efab2..cf77a449cea 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_2022.1: name: PR URPUpdate_Top_Asset_Store on 2022.1 variables: - CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -24,22 +24,22 @@ PR_URPUpdate_Top_Asset_Store_2022.1: Extra_URPUpdate_Top_Asset_Store_2022.1: name: Extra URPUpdate_Top_Asset_Store on 2022.1 variables: - CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{2022_1.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: [] URPUpdate_Top_Asset_Store_2022.1: name: URPUpdate_Top_Asset_Store on 2022.1 variables: - CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" - TEST_FILTER: .* ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' + CUSTOM_REVISION: '{{2022_1.changeset.id}}' + TEST_FILTER: .* + UTR_VERSION: "current" dependencies: - path: .yamato/all-urpupdate_top_asset_store.yml#PR_URPUpdate_Top_Asset_Store_2022.1 rerun: on_new_revision @@ -48,12 +48,12 @@ URPUpdate_Top_Asset_Store_2022.1: 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 81a33c01977..c5daa57fe81 100644 --- a/.yamato/all-vfx.yml +++ b/.yamato/all-vfx.yml @@ -10,10 +10,10 @@ PR_VFX_2022.1: name: PR VFX on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_2022.1 rerun: on_new_revision @@ -24,10 +24,10 @@ PR_VFX_2022.1: Extra_VFX_2022.1: name: Extra VFX on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_hdrp.yml#Extra_VFX_HDRP_2022.1 rerun: on_new_revision @@ -36,10 +36,10 @@ Extra_VFX_2022.1: VFX_2022.1: name: VFX on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx.yml#PR_VFX_2022.1 rerun: on_new_revision @@ -48,20 +48,20 @@ VFX_2022.1: Nightly_VFX_2022.1: name: Nightly VFX on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx.yml#VFX_2022.1 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 fca29fb5f09..6d4d0e6570a 100644 --- a/.yamato/all-vfx_hdrp.yml +++ b/.yamato/all-vfx_hdrp.yml @@ -10,10 +10,10 @@ PR_VFX_HDRP_2022.1: name: PR VFX_HDRP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -24,10 +24,10 @@ PR_VFX_HDRP_2022.1: Extra_VFX_HDRP_2022.1: name: Extra VFX_HDRP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -46,10 +46,10 @@ Extra_VFX_HDRP_2022.1: VFX_HDRP_2022.1: name: VFX_HDRP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_2022.1 rerun: on_new_revision @@ -58,10 +58,10 @@ VFX_HDRP_2022.1: 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 d892b60d76b..271dcdea455 100644 --- a/.yamato/all-vfx_urp.yml +++ b/.yamato/all-vfx_urp.yml @@ -10,20 +10,20 @@ PR_VFX_URP_2022.1: name: PR VFX_URP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision Extra_VFX_URP_2022.1: name: Extra VFX_URP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -40,10 +40,10 @@ Extra_VFX_URP_2022.1: VFX_URP_2022.1: name: VFX_URP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' - UTR_VERSION: "current" TEST_FILTER: .* - CACHE_ARGS: '{{cache.flags}}' + UTR_VERSION: "current" dependencies: - path: .yamato/all-vfx_urp.yml#PR_VFX_URP_2022.1 rerun: on_new_revision @@ -52,20 +52,20 @@ VFX_URP_2022.1: 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 e10a3bc0135..0ab75249f37 100644 --- a/.yamato/all-vikingvillage_builtin.yml +++ b/.yamato/all-vikingvillage_builtin.yml @@ -10,12 +10,12 @@ VikingVillage_BuiltIn_2022.1: name: VikingVillage_BuiltIn on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -40,12 +40,12 @@ VikingVillage_BuiltIn_2022.1: 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 7f79cc8fd32..fd1248cbde5 100644 --- a/.yamato/all-vikingvillage_urp.yml +++ b/.yamato/all-vikingvillage_urp.yml @@ -10,12 +10,12 @@ VikingVillage_URP_2022.1: name: VikingVillage_URP on 2022.1 variables: + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_2022.1 rerun: on_new_revision @@ -40,12 +40,12 @@ VikingVillage_URP_2022.1: 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 e83123ade2c..e61da08d036 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_2022_1 editor_pinning: - enabled: False + enabled: True nr_commits_to_retrieve: 1 - allow_triggers: False + allow_triggers: True variables: CACHE_ARGS: '{{cache.flags}}' - track: CUSTOM-REVISION diff --git a/.yamato/config/abv.metafile b/.yamato/config/abv.metafile index c53d0773851..f235520ee8e 100644 --- a/.yamato/config/abv.metafile +++ b/.yamato/config/abv.metafile @@ -14,6 +14,23 @@ jobs: # 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: 2022.1/staging + frequency: 1 * * ? + - name: Nightly job_id: all_project_ci_nightly dependencies: @@ -40,8 +57,8 @@ jobs: - .yamato/all-smoke_test.yml#Smoke_Test_ - 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_ diff --git a/.yamato/hdrp-linux-vulkan.yml b/.yamato/hdrp-linux-vulkan.yml index 45453337e2f..e638afc92df 100644 --- a/.yamato/hdrp-linux-vulkan.yml +++ b/.yamato/hdrp-linux-vulkan.yml @@ -14,11 +14,11 @@ HDRP_Linux_Vulkan_playmode_mono_Linear_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 8fcce61616f..10abe10ffbf 100644 --- a/.yamato/hdrp-osx-metal.yml +++ b/.yamato/hdrp-osx-metal.yml @@ -14,11 +14,11 @@ HDRP_OSX_Metal_playmode_mono_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 260a95574a9..ff6b19cdce6 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_2022.1: model: M1 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 e2f81084bce..eff5896f340 100644 --- a/.yamato/hdrp-win-dx11.yml +++ b/.yamato/hdrp-win-dx11.yml @@ -15,11 +15,11 @@ HDRP_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,11 @@ HDRP_Win_DX11_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -85,11 +85,11 @@ HDRP_Win_DX11_editmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -120,11 +120,11 @@ HDRP_Win_DX11_editmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -155,11 +155,11 @@ HDRP_Win_DX11_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -187,11 +187,11 @@ Build_HDRP_Win_DX11_Standalone_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -225,11 +225,11 @@ HDRP_Win_DX11_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -258,11 +258,11 @@ Build_HDRP_Win_DX11_Standalone_XR_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -296,11 +296,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -331,11 +331,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -366,11 +366,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -401,11 +401,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -436,11 +436,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -468,11 +468,11 @@ Build_HDRP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -506,11 +506,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -539,11 +539,11 @@ Build_HDRP_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/hdrp-win-dx12.yml b/.yamato/hdrp-win-dx12.yml index 7e9d2a7daef..7d2625f76af 100644 --- a/.yamato/hdrp-win-dx12.yml +++ b/.yamato/hdrp-win-dx12.yml @@ -15,11 +15,11 @@ HDRP_Win_DX12_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,11 @@ HDRP_Win_DX12_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -85,11 +85,11 @@ HDRP_Win_DX12_editmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -120,11 +120,11 @@ HDRP_Win_DX12_editmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -155,11 +155,11 @@ HDRP_Win_DX12_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -187,11 +187,11 @@ Build_HDRP_Win_DX12_Standalone_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -225,11 +225,11 @@ HDRP_Win_DX12_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -258,11 +258,11 @@ Build_HDRP_Win_DX12_Standalone_XR_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -296,11 +296,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -331,11 +331,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -366,11 +366,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -401,11 +401,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -436,11 +436,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -468,11 +468,11 @@ Build_HDRP_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -506,11 +506,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -539,11 +539,11 @@ Build_HDRP_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/hdrp-win-vulkan.yml b/.yamato/hdrp-win-vulkan.yml index a276f8f4430..969a9c0e2a4 100644 --- a/.yamato/hdrp-win-vulkan.yml +++ b/.yamato/hdrp-win-vulkan.yml @@ -15,11 +15,11 @@ HDRP_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,11 @@ HDRP_Win_Vulkan_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -85,11 +85,11 @@ HDRP_Win_Vulkan_editmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -120,11 +120,11 @@ HDRP_Win_Vulkan_editmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -155,11 +155,11 @@ HDRP_Win_Vulkan_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -187,11 +187,11 @@ Build_HDRP_Win_Vulkan_Standalone_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -225,11 +225,11 @@ HDRP_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -258,11 +258,11 @@ Build_HDRP_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -296,11 +296,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -331,11 +331,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -366,11 +366,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -401,11 +401,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -436,11 +436,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -468,11 +468,11 @@ Build_HDRP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -506,11 +506,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -539,11 +539,11 @@ Build_HDRP_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/hdrp_batchrenderergroup-linux-vulkan.yml b/.yamato/hdrp_batchrenderergroup-linux-vulkan.yml index cb517180f9e..c670ea12c1d 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 d381d11a278..4896e40adad 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 4181ae39c81..f9f2795f12d 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,11 @@ HDRP_BatchRendererGroup_Win_DX11_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -85,11 +85,11 @@ HDRP_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ Build_HDRP_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -155,11 +155,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -190,11 +190,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -225,11 +225,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -257,11 +257,11 @@ Build_HDRP_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/hdrp_batchrenderergroup-win-dx12.yml b/.yamato/hdrp_batchrenderergroup-win-dx12.yml index 1bc4fa90c40..735272071c7 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,11 @@ HDRP_BatchRendererGroup_Win_DX12_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -85,11 +85,11 @@ HDRP_BatchRendererGroup_Win_DX12_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ Build_HDRP_BatchRendererGroup_Win_DX12_Standalone_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -155,11 +155,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -190,11 +190,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -225,11 +225,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -257,11 +257,11 @@ Build_HDRP_BatchRendererGroup_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/hdrp_batchrenderergroup-win-vulkan.yml b/.yamato/hdrp_batchrenderergroup-win-vulkan.yml index 9715f1e2b54..f01f89f8d39 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,11 @@ HDRP_BatchRendererGroup_Win_Vulkan_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -85,11 +85,11 @@ HDRP_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ Build_HDRP_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -155,11 +155,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -190,11 +190,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -225,11 +225,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -257,11 +257,11 @@ Build_HDRP_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/hdrp_dxr-win-dx12.yml b/.yamato/hdrp_dxr-win-dx12.yml index a90973c49d7..ec9ad9a916c 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -48,11 +48,11 @@ Build_HDRP_DXR_Win_DX12_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -86,11 +86,11 @@ HDRP_DXR_Win_DX12_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -121,11 +121,11 @@ HDRP_DXR_Win_DX12_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -156,11 +156,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -189,11 +189,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -227,11 +227,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -262,11 +262,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/hdrp_performancetests-linux-vulkan.yml b/.yamato/hdrp_performancetests-linux-vulkan.yml index 304b2b72ae4..4565c90e956 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_2022.1: 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: '{{2022_1.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_2022.1: 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: '{{2022_1.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_2022.1: 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: '{{2022_1.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 4bbb80a422b..c086e680432 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -46,12 +46,12 @@ HDRP_PerformanceTests_Win_DX11_performance_counters_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -78,12 +78,12 @@ HDRP_PerformanceTests_Win_DX11_performance_run_build_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -110,12 +110,12 @@ HDRP_PerformanceTests_Win_DX11_performance_memory_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -142,12 +142,12 @@ HDRP_PerformanceTests_Win_DX11_performance_counters_il2cpp_Linear_CUSTOM-REVISIO image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -174,12 +174,12 @@ HDRP_PerformanceTests_Win_DX11_performance_run_build_il2cpp_Linear_CUSTOM-REVISI image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/lightmapping-linux-openglcore.yml b/.yamato/lightmapping-linux-openglcore.yml index 9944ab60d24..6fff31c8f50 100644 --- a/.yamato/lightmapping-linux-openglcore.yml +++ b/.yamato/lightmapping-linux-openglcore.yml @@ -15,11 +15,11 @@ Lightmapping_Linux_OpenGlCore_editmode_mono_Linear_2022.1: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 d6ce53ab080..51bba0c0ebb 100644 --- a/.yamato/lightmapping-linux-vulkan.yml +++ b/.yamato/lightmapping-linux-vulkan.yml @@ -15,11 +15,11 @@ Lightmapping_Linux_Vulkan_editmode_mono_Linear_2022.1: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: model: rtx2080 flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 5414fab4e3a..6ac6cb616da 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_2022.1: model: M1 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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_2022.1: model: M1 flavor: m1.mac variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 1238b27d711..101f87c0475 100644 --- a/.yamato/lightmapping-win-dx11.yml +++ b/.yamato/lightmapping-win-dx11.yml @@ -15,11 +15,11 @@ Lightmapping_Win_DX11_editmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,11 @@ Lightmapping_Win_DX11_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -83,11 +83,11 @@ Build_Lightmapping_Win_DX11_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -121,11 +121,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -156,11 +156,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -189,11 +189,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/postprocessing-linux-vulkan.yml b/.yamato/postprocessing-linux-vulkan.yml index 585e6ad76ad..ce5235e154f 100644 --- a/.yamato/postprocessing-linux-vulkan.yml +++ b/.yamato/postprocessing-linux-vulkan.yml @@ -14,11 +14,11 @@ PostProcessing_Linux_Vulkan_playmode_mono_Linear_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 97fd67dd877..b0e30a80666 100644 --- a/.yamato/postprocessing-osx-metal.yml +++ b/.yamato/postprocessing-osx-metal.yml @@ -14,11 +14,11 @@ PostProcessing_OSX_Metal_playmode_mono_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 8cd36e04f79..6f1fa70428f 100644 --- a/.yamato/postprocessing-win-dx11.yml +++ b/.yamato/postprocessing-win-dx11.yml @@ -15,11 +15,11 @@ PostProcessing_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -49,11 +49,11 @@ PostProcessing_Win_DX11_editmode_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -84,11 +84,11 @@ PostProcessing_Win_DX11_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -116,11 +116,11 @@ Build_PostProcessing_Win_DX11_Standalone_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -154,11 +154,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -188,11 +188,11 @@ PostProcessing_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -223,11 +223,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -255,11 +255,11 @@ Build_PostProcessing_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/postprocessing-win-dx12.yml b/.yamato/postprocessing-win-dx12.yml index 937e2f2ea37..9174bd5c12d 100644 --- a/.yamato/postprocessing-win-dx12.yml +++ b/.yamato/postprocessing-win-dx12.yml @@ -15,11 +15,11 @@ PostProcessing_Win_DX12_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -49,11 +49,11 @@ PostProcessing_Win_DX12_editmode_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -84,11 +84,11 @@ PostProcessing_Win_DX12_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -116,11 +116,11 @@ Build_PostProcessing_Win_DX12_Standalone_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -154,11 +154,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -188,11 +188,11 @@ PostProcessing_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -223,11 +223,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -255,11 +255,11 @@ Build_PostProcessing_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/postprocessing-win-vulkan.yml b/.yamato/postprocessing-win-vulkan.yml index b3ed87b4c5c..ee277063845 100644 --- a/.yamato/postprocessing-win-vulkan.yml +++ b/.yamato/postprocessing-win-vulkan.yml @@ -15,11 +15,11 @@ PostProcessing_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -49,11 +49,11 @@ PostProcessing_Win_Vulkan_editmode_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -84,11 +84,11 @@ PostProcessing_Win_Vulkan_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -116,11 +116,11 @@ Build_PostProcessing_Win_Vulkan_Standalone_mono_Linear_2022.1: image: graphics-foundation/win10-dxr:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -154,11 +154,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -188,11 +188,11 @@ PostProcessing_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -223,11 +223,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -255,11 +255,11 @@ Build_PostProcessing_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: graphics-foundation/win10-dxr: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/shadergraph-android-opengles3.yml b/.yamato/shadergraph-android-opengles3.yml index dd53ec849ff..b129d8f6a81 100644 --- a/.yamato/shadergraph-android-opengles3.yml +++ b/.yamato/shadergraph-android-opengles3.yml @@ -15,11 +15,11 @@ ShaderGraph_Android_OpenGLES3_Standalone_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_ShaderGraph_Android_OpenGLES3_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,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 @@ -131,11 +131,11 @@ Build_ShaderGraph_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/shadergraph-android-vulkan.yml b/.yamato/shadergraph-android-vulkan.yml index 6d8f259d4a8..f50ac77efb8 100644 --- a/.yamato/shadergraph-android-vulkan.yml +++ b/.yamato/shadergraph-android-vulkan.yml @@ -15,11 +15,11 @@ ShaderGraph_Android_Vulkan_Standalone_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_ShaderGraph_Android_Vulkan_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,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 @@ -131,11 +131,11 @@ Build_ShaderGraph_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/shadergraph-iphone-metal.yml b/.yamato/shadergraph-iphone-metal.yml index 73bcff7c57c..70907bbb70c 100644 --- a/.yamato/shadergraph-iphone-metal.yml +++ b/.yamato/shadergraph-iphone-metal.yml @@ -14,11 +14,11 @@ ShaderGraph_iPhone_Metal_Standalone_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 acfce6216ed..9225565a271 100644 --- a/.yamato/shadergraph-linux-openglcore.yml +++ b/.yamato/shadergraph-linux-openglcore.yml @@ -14,11 +14,11 @@ ShaderGraph_Linux_OpenGLCore_playmode_mono_Linear_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 4df4a76f1ea..8f7d9e4fd78 100644 --- a/.yamato/shadergraph-linux-vulkan.yml +++ b/.yamato/shadergraph-linux-vulkan.yml @@ -14,11 +14,11 @@ ShaderGraph_Linux_Vulkan_Standalone_mono_Linear_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 5a4a9b081c8..0e2c602c527 100644 --- a/.yamato/shadergraph-osx-metal.yml +++ b/.yamato/shadergraph-osx-metal.yml @@ -14,11 +14,11 @@ ShaderGraph_OSX_Metal_Standalone_mono_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 61886b8fbf6..8633ea3956e 100644 --- a/.yamato/shadergraph-osx-openglcore.yml +++ b/.yamato/shadergraph-osx-openglcore.yml @@ -14,11 +14,11 @@ ShaderGraph_OSX_OpenGLCore_playmode_mono_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 4952c7a4c1d..fad0eeafb86 100644 --- a/.yamato/shadergraph-win-dx11.yml +++ b/.yamato/shadergraph-win-dx11.yml @@ -14,11 +14,11 @@ ShaderGraph_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - 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_ShaderGraph_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -84,11 +84,11 @@ ShaderGraph_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -118,11 +118,11 @@ ShaderGraph_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -152,11 +152,11 @@ ShaderGraph_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -184,11 +184,11 @@ Build_ShaderGraph_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -222,11 +222,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -256,11 +256,11 @@ ShaderGraph_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/shadergraph-win-vulkan.yml b/.yamato/shadergraph-win-vulkan.yml index bf7ea2b6551..01b1369a1a2 100644 --- a/.yamato/shadergraph-win-vulkan.yml +++ b/.yamato/shadergraph-win-vulkan.yml @@ -14,11 +14,11 @@ ShaderGraph_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - 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_ShaderGraph_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -84,11 +84,11 @@ ShaderGraph_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -118,11 +118,11 @@ ShaderGraph_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -152,11 +152,11 @@ ShaderGraph_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -184,11 +184,11 @@ Build_ShaderGraph_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -222,11 +222,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -256,11 +256,11 @@ ShaderGraph_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/shadergraph_builtin_foundation-linux-openglcore.yml b/.yamato/shadergraph_builtin_foundation-linux-openglcore.yml index f4866316558..7b8d941afca 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_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 diff --git a/.yamato/shadergraph_builtin_foundation-linux-vulkan.yml b/.yamato/shadergraph_builtin_foundation-linux-vulkan.yml index 190d5256242..33a2b826c1e 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_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/shadergraph_builtin_foundation-osx-metal.yml b/.yamato/shadergraph_builtin_foundation-osx-metal.yml index 797799cf6c7..e78798006c9 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_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_builtin_foundation-osx-openglcore.yml b/.yamato/shadergraph_builtin_foundation-osx-openglcore.yml index 5dd116277eb..ed468fe9b55 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_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 diff --git a/.yamato/shadergraph_builtin_foundation-win-dx11.yml b/.yamato/shadergraph_builtin_foundation-win-dx11.yml index e94880f38d6..c944d0a7cd0 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/shadergraph_builtin_foundation-win-vulkan.yml b/.yamato/shadergraph_builtin_foundation-win-vulkan.yml index e91a230c07b..f7278bf5a8d 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/shadergraph_builtin_lighting-linux-openglcore.yml b/.yamato/shadergraph_builtin_lighting-linux-openglcore.yml index 1c3f90ed986..e48b4c9e79d 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_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/shadergraph_builtin_lighting-linux-vulkan.yml b/.yamato/shadergraph_builtin_lighting-linux-vulkan.yml index 7b577a25775..2a642195cc0 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_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/shadergraph_builtin_lighting-osx-metal.yml b/.yamato/shadergraph_builtin_lighting-osx-metal.yml index abbd3b5cd38..7be00486c2a 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_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_builtin_lighting-osx-openglcore.yml b/.yamato/shadergraph_builtin_lighting-osx-openglcore.yml index 5380334236c..7486619518d 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_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 diff --git a/.yamato/shadergraph_builtin_lighting-win-dx11.yml b/.yamato/shadergraph_builtin_lighting-win-dx11.yml index 58982362cdc..e8601213ec5 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/shadergraph_builtin_lighting-win-vulkan.yml b/.yamato/shadergraph_builtin_lighting-win-vulkan.yml index 9d90aecfb9f..e7f29e26dd0 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -50,11 +50,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/shadergraph_stereo-win.yml b/.yamato/shadergraph_stereo-win.yml index 669267828a6..65f5449d773 100644 --- a/.yamato/shadergraph_stereo-win.yml +++ b/.yamato/shadergraph_stereo-win.yml @@ -14,11 +14,11 @@ ShaderGraph_Stereo_Win_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "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: sdet/gamecode_win10: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.bat --output utr.bat retries: 2 @@ -145,11 +145,11 @@ Build_ShaderGraph_Stereo_Win_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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.bat --output utr.bat retries: 2 @@ -181,11 +181,11 @@ ShaderGraph_Stereo_Win_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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.bat --output utr.bat retries: 2 diff --git a/.yamato/smoke_test-win-dx11.yml b/.yamato/smoke_test-win-dx11.yml index 021dc5e41ba..d4d3069b8d1 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -48,11 +48,11 @@ Smoke_Test_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -82,11 +82,11 @@ Smoke_Test_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -114,11 +114,11 @@ Build_Smoke_Test_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -152,11 +152,11 @@ Smoke_Test_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -186,11 +186,11 @@ Smoke_Test_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -220,11 +220,11 @@ Smoke_Test_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -252,11 +252,11 @@ Build_Smoke_Test_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/universal_batchrenderergroup-linux-openglcore.yml b/.yamato/universal_batchrenderergroup-linux-openglcore.yml index 84911717941..883e55daa21 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 acde76281a0..71593e05730 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 d63e941cec3..5b5bab8e2fd 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 1d26095de1d..49f136357c7 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - 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_Universal_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -83,11 +83,11 @@ Universal_BatchRendererGroup_Win_DX11_playmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ Universal_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -149,11 +149,11 @@ Build_Universal_BatchRendererGroup_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISI image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -186,11 +186,11 @@ Universal_BatchRendererGroup_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/universal_batchrenderergroup-win-vulkan.yml b/.yamato/universal_batchrenderergroup-win-vulkan.yml index ca82c9a34fa..66d3d934494 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - 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_Universal_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -83,11 +83,11 @@ Universal_BatchRendererGroup_Win_Vulkan_playmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ Universal_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -149,11 +149,11 @@ Build_Universal_BatchRendererGroup_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVI image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -186,11 +186,11 @@ Universal_BatchRendererGroup_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/universal_stereo-win.yml b/.yamato/universal_stereo-win.yml index cdff8fcc499..04be0f94c05 100644 --- a/.yamato/universal_stereo-win.yml +++ b/.yamato/universal_stereo-win.yml @@ -14,11 +14,11 @@ Universal_Stereo_Win_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "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: sdet/gamecode_win10: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.bat --output utr.bat retries: 2 @@ -145,11 +145,11 @@ Build_Universal_Stereo_Win_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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.bat --output utr.bat retries: 2 @@ -181,11 +181,11 @@ Universal_Stereo_Win_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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.bat --output utr.bat retries: 2 diff --git a/.yamato/urp_2d-android-opengles3.yml b/.yamato/urp_2d-android-opengles3.yml index 6eb8c3b0de1..c851162aafc 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_2D_Android_OpenGLES3_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,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 @@ -131,11 +131,11 @@ Build_URP_2D_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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-android-vulkan.yml b/.yamato/urp_2d-android-vulkan.yml index 8f0c4d5c22f..a70708a1e7b 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_2D_Android_Vulkan_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,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 @@ -131,11 +131,11 @@ Build_URP_2D_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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-iphone-metal.yml b/.yamato/urp_2d-iphone-metal.yml index 73e7356c316..81decbff474 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 21f6d3900b7..ca3a397b01f 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 286ce752690..c537e48185a 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 52468cf2239..830db031d81 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 295c54c3589..fcbf6016693 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 f1328df510d..0c5308e9a8b 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -47,11 +47,11 @@ Build_URP_2D_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -86,11 +86,11 @@ URP_2D_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -121,11 +121,11 @@ URP_2D_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -157,11 +157,11 @@ URP_2D_Win_DX11_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -192,11 +192,11 @@ URP_2D_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -225,11 +225,11 @@ Build_URP_2D_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -264,11 +264,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ URP_2D_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -335,11 +335,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_2d-win-dx12.yml b/.yamato/urp_2d-win-dx12.yml index 672bb0e6879..a946556dc01 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -47,11 +47,11 @@ Build_URP_2D_Win_DX12_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -86,11 +86,11 @@ URP_2D_Win_DX12_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -121,11 +121,11 @@ URP_2D_Win_DX12_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -157,11 +157,11 @@ URP_2D_Win_DX12_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -192,11 +192,11 @@ URP_2D_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -225,11 +225,11 @@ Build_URP_2D_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -264,11 +264,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ URP_2D_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -335,11 +335,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_2d-win-vulkan.yml b/.yamato/urp_2d-win-vulkan.yml index aa75d05460d..68102ddc0e2 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -47,11 +47,11 @@ Build_URP_2D_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -86,11 +86,11 @@ URP_2D_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -121,11 +121,11 @@ URP_2D_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -157,11 +157,11 @@ URP_2D_Win_Vulkan_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -192,11 +192,11 @@ URP_2D_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -225,11 +225,11 @@ Build_URP_2D_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -264,11 +264,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ URP_2D_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -335,11 +335,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_foundation-android-opengles3.yml b/.yamato/urp_foundation-android-opengles3.yml index 25dacc97956..1b318ad3794 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_Foundation_Android_OpenGLES3_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,11 @@ URP_Foundation_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -131,11 +131,11 @@ Build_URP_Foundation_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -169,11 +169,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 @@ -208,11 +208,11 @@ Build_URP_Foundation_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -246,11 +246,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 @@ -285,11 +285,11 @@ Build_URP_Foundation_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISI image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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-vulkan.yml b/.yamato/urp_foundation-android-vulkan.yml index d0036a34827..2ab69b6e566 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_Foundation_Android_Vulkan_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,11 @@ URP_Foundation_Android_Vulkan_Standalone_XR_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -131,11 +131,11 @@ Build_URP_Foundation_Android_Vulkan_Standalone_XR_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -169,11 +169,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 @@ -208,11 +208,11 @@ Build_URP_Foundation_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -246,11 +246,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 @@ -285,11 +285,11 @@ Build_URP_Foundation_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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-iphone-metal.yml b/.yamato/urp_foundation-iphone-metal.yml index 823bc44c1d5..85d7b477a4e 100644 --- a/.yamato/urp_foundation-iphone-metal.yml +++ b/.yamato/urp_foundation-iphone-metal.yml @@ -14,11 +14,11 @@ URP_Foundation_iPhone_Metal_Standalone_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_Foundation_iPhone_Metal_Standalone_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_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 @@ -117,11 +117,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 a3157c6aab0..790dc6e239e 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 ed86ae7e774..74cc6e3daaf 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 4b235b09ab9..78c357ef988 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 e4de4febbcd..25d633eb1d7 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 59730adc943..e3ba49370c9 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_Foundation_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_Foundation_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -122,11 +122,11 @@ URP_Foundation_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -158,11 +158,11 @@ URP_Foundation_Win_DX11_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -194,11 +194,11 @@ URP_Foundation_Win_DX11_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -227,11 +227,11 @@ Build_URP_Foundation_Win_DX11_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -266,11 +266,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ Build_URP_Foundation_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -338,11 +338,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -373,11 +373,11 @@ URP_Foundation_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -409,11 +409,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -445,11 +445,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -478,11 +478,11 @@ Build_URP_Foundation_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_foundation-win-dx12.yml b/.yamato/urp_foundation-win-dx12.yml index 7dc01e99393..272c092cc36 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_Foundation_Win_DX12_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_Foundation_Win_DX12_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -122,11 +122,11 @@ URP_Foundation_Win_DX12_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -158,11 +158,11 @@ URP_Foundation_Win_DX12_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -194,11 +194,11 @@ URP_Foundation_Win_DX12_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -227,11 +227,11 @@ Build_URP_Foundation_Win_DX12_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -266,11 +266,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ Build_URP_Foundation_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -338,11 +338,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -373,11 +373,11 @@ URP_Foundation_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -409,11 +409,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -445,11 +445,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -478,11 +478,11 @@ Build_URP_Foundation_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_foundation-win-vulkan.yml b/.yamato/urp_foundation-win-vulkan.yml index 28f92308c55..aca5497e100 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_Foundation_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_Foundation_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -122,11 +122,11 @@ URP_Foundation_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -158,11 +158,11 @@ URP_Foundation_Win_Vulkan_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -194,11 +194,11 @@ URP_Foundation_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -227,11 +227,11 @@ Build_URP_Foundation_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -266,11 +266,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ Build_URP_Foundation_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -338,11 +338,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -373,11 +373,11 @@ URP_Foundation_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -409,11 +409,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -445,11 +445,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -478,11 +478,11 @@ Build_URP_Foundation_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_lighting-android-opengles3.yml b/.yamato/urp_lighting-android-opengles3.yml index 36bfe8ae3e9..9d2a065155e 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_Lighting_Android_OpenGLES3_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,11 @@ URP_Lighting_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -131,11 +131,11 @@ Build_URP_Lighting_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -169,11 +169,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 @@ -208,11 +208,11 @@ Build_URP_Lighting_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -246,11 +246,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 @@ -285,11 +285,11 @@ Build_URP_Lighting_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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_lighting-android-vulkan.yml b/.yamato/urp_lighting-android-vulkan.yml index 97fa72299da..2757bcc1790 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,11 @@ URP_Lighting_Android_Vulkan_Standalone_XR_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -131,11 +131,11 @@ Build_URP_Lighting_Android_Vulkan_Standalone_XR_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -169,11 +169,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 @@ -208,11 +208,11 @@ Build_URP_Lighting_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -246,11 +246,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 @@ -285,11 +285,11 @@ Build_URP_Lighting_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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_lighting-iphone-metal.yml b/.yamato/urp_lighting-iphone-metal.yml index 343c83bef79..67a0ed664e1 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 801ed2f0a73..42b7401d1c4 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 233fd7dbfdc..0ef661871af 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 d845817ba8c..b166ccc797e 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 239d19ce94b..ce5c32660bb 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 208f5a9db8b..58af37b3853 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_Lighting_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_Lighting_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -123,11 +123,11 @@ URP_Lighting_Win_DX11_editmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -159,11 +159,11 @@ URP_Lighting_Win_DX11_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -195,11 +195,11 @@ URP_Lighting_Win_DX11_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -228,11 +228,11 @@ Build_URP_Lighting_Win_DX11_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -267,11 +267,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -300,11 +300,11 @@ Build_URP_Lighting_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -339,11 +339,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -375,11 +375,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -411,11 +411,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -447,11 +447,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -480,11 +480,11 @@ Build_URP_Lighting_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_lighting-win-dx12.yml b/.yamato/urp_lighting-win-dx12.yml index 8a0606bee7f..cdc43f0a2b5 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_Lighting_Win_DX12_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_Lighting_Win_DX12_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -123,11 +123,11 @@ URP_Lighting_Win_DX12_editmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -159,11 +159,11 @@ URP_Lighting_Win_DX12_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -195,11 +195,11 @@ URP_Lighting_Win_DX12_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -228,11 +228,11 @@ Build_URP_Lighting_Win_DX12_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -267,11 +267,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -300,11 +300,11 @@ Build_URP_Lighting_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -339,11 +339,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -375,11 +375,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -411,11 +411,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -447,11 +447,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -480,11 +480,11 @@ Build_URP_Lighting_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_lighting-win-vulkan.yml b/.yamato/urp_lighting-win-vulkan.yml index cab26ff15f9..8e4ddc9e7b1 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_Lighting_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_Lighting_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -123,11 +123,11 @@ URP_Lighting_Win_Vulkan_editmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -159,11 +159,11 @@ URP_Lighting_Win_Vulkan_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -195,11 +195,11 @@ URP_Lighting_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -228,11 +228,11 @@ Build_URP_Lighting_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -267,11 +267,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -300,11 +300,11 @@ Build_URP_Lighting_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -339,11 +339,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -375,11 +375,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -411,11 +411,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -447,11 +447,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -480,11 +480,11 @@ Build_URP_Lighting_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_performance_boatattack-android-opengles3.yml b/.yamato/urp_performance_boatattack-android-opengles3.yml index 01aad54d83f..d609ad7b103 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -65,13 +65,13 @@ Build_URP_Performance_BoatAttack_Android_OpenGLES3_performance_playmode_runtime_ image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -138,13 +138,13 @@ URP_Performance_BoatAttack_Android_OpenGLES3_performance_build_editmode_il2cpp_L image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -211,13 +211,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 @@ -262,13 +262,13 @@ Build_URP_Performance_BoatAttack_Android_OpenGLES3_performance_playmode_runtime_ image: sdet/gamecode_win10: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 @@ -335,13 +335,13 @@ URP_Performance_BoatAttack_Android_OpenGLES3_performance_build_editmode_il2cpp_L image: sdet/gamecode_win10: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-android-vulkan.yml b/.yamato/urp_performance_boatattack-android-vulkan.yml index 2aaf3297afa..4841125d2ad 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -65,13 +65,13 @@ Build_URP_Performance_BoatAttack_Android_Vulkan_performance_playmode_runtime_il2 image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -138,13 +138,13 @@ URP_Performance_BoatAttack_Android_Vulkan_performance_build_editmode_il2cpp_Line image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -211,13 +211,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 @@ -262,13 +262,13 @@ Build_URP_Performance_BoatAttack_Android_Vulkan_performance_playmode_runtime_il2 image: sdet/gamecode_win10: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 @@ -335,13 +335,13 @@ URP_Performance_BoatAttack_Android_Vulkan_performance_build_editmode_il2cpp_Line image: sdet/gamecode_win10: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-iphone-metal.yml b/.yamato/urp_performance_boatattack-iphone-metal.yml index abb0350c318..d44737a8fbc 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 75c67a2016c..2caf775f8e1 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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_2 image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 8731f35c5f6..a94797f5ab0 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_20 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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_202 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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_2022 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 fb9766f4dcf..93dd21a5782 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_202 flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -61,13 +61,13 @@ Build_URP_Performance_BoatAttack_Win_DX11_performance_playmode_runtime_mono_Line image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -137,13 +137,13 @@ URP_Performance_BoatAttack_Win_DX11_performance_playmode_editor_mono_Linear_2022 flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -209,13 +209,13 @@ URP_Performance_BoatAttack_Win_DX11_performance_build_editmode_mono_Linear_2022. image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -282,13 +282,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -328,13 +328,13 @@ Build_URP_Performance_BoatAttack_Win_DX11_performance_playmode_runtime_mono_Line image: sdet/gamecode_win10: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 @@ -404,13 +404,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 @@ -476,13 +476,13 @@ URP_Performance_BoatAttack_Win_DX11_performance_build_editmode_mono_Linear_CUSTO image: sdet/gamecode_win10: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-win-dx12.yml b/.yamato/urp_performance_boatattack-win-dx12.yml index 10c154349a3..9bdbfc6a530 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_202 flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -61,13 +61,13 @@ Build_URP_Performance_BoatAttack_Win_DX12_performance_playmode_runtime_mono_Line image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -137,13 +137,13 @@ URP_Performance_BoatAttack_Win_DX12_performance_playmode_editor_mono_Linear_2022 flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -209,13 +209,13 @@ URP_Performance_BoatAttack_Win_DX12_performance_build_editmode_mono_Linear_2022. image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -282,13 +282,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -328,13 +328,13 @@ Build_URP_Performance_BoatAttack_Win_DX12_performance_playmode_runtime_mono_Line image: sdet/gamecode_win10: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 @@ -404,13 +404,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 @@ -476,13 +476,13 @@ URP_Performance_BoatAttack_Win_DX12_performance_build_editmode_mono_Linear_CUSTO image: sdet/gamecode_win10: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-win-vulkan.yml b/.yamato/urp_performance_boatattack-win-vulkan.yml index a49c8a3f0b7..18ff5c9d2a6 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_2 flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -61,13 +61,13 @@ Build_URP_Performance_BoatAttack_Win_Vulkan_performance_playmode_runtime_mono_Li image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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_Win_Vulkan_performance_build_editmode_mono_Linear_202 image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -209,13 +209,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -255,13 +255,13 @@ Build_URP_Performance_BoatAttack_Win_Vulkan_performance_playmode_runtime_mono_Li image: sdet/gamecode_win10: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 @@ -330,13 +330,13 @@ URP_Performance_BoatAttack_Win_Vulkan_performance_build_editmode_mono_Linear_CUS image: sdet/gamecode_win10: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-xrquest-opengles3.yml b/.yamato/urp_performance_boatattack-xrquest-opengles3.yml index dca88bccd92..1ee224ea04d 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -157,13 +157,13 @@ URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_build_editmode_il2cpp_L image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -243,13 +243,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 @@ -299,13 +299,13 @@ Build_URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_playmode_runtime_ image: sdet/gamecode_win10: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 @@ -386,13 +386,13 @@ URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_build_editmode_il2cpp_L image: sdet/gamecode_win10: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-xrquest-vulkan.yml b/.yamato/urp_performance_boatattack-xrquest-vulkan.yml index 0af43d01b53..6f7b4ea9fc8 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: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -157,13 +157,13 @@ URP_Performance_BoatAttack_XRQuest_Vulkan_performance_build_editmode_il2cpp_Line image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BOAT_ATTACK_BRANCH: master BOAT_ATTACK_REVISION: 1ebee168f3c649252ef0947bc482ffb3fc41fede CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -243,13 +243,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 @@ -299,13 +299,13 @@ Build_URP_Performance_BoatAttack_XRQuest_Vulkan_performance_playmode_runtime_il2 image: sdet/gamecode_win10: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 @@ -386,13 +386,13 @@ URP_Performance_BoatAttack_XRQuest_Vulkan_performance_build_editmode_il2cpp_Line image: sdet/gamecode_win10: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_lostcrypt-android-opengles3.yml b/.yamato/urp_performance_lostcrypt-android-opengles3.yml index a79c8e3902f..263e7b06ef8 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: '{{2022_1.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 @@ -65,13 +65,13 @@ Build_URP_Performance_LostCrypt_Android_OpenGLES3_performance_playmode_runtime_i image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -136,13 +136,13 @@ URP_Performance_LostCrypt_Android_OpenGLES3_performance_build_editmode_il2cpp_Li image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -207,13 +207,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 @@ -258,13 +258,13 @@ Build_URP_Performance_LostCrypt_Android_OpenGLES3_performance_playmode_runtime_i image: sdet/gamecode_win10: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 @@ -329,13 +329,13 @@ URP_Performance_LostCrypt_Android_OpenGLES3_performance_build_editmode_il2cpp_Li image: sdet/gamecode_win10: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-android-vulkan.yml b/.yamato/urp_performance_lostcrypt-android-vulkan.yml index 4828e609a44..c82ffd023f1 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: '{{2022_1.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 @@ -65,13 +65,13 @@ Build_URP_Performance_LostCrypt_Android_Vulkan_performance_playmode_runtime_il2c image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -136,13 +136,13 @@ URP_Performance_LostCrypt_Android_Vulkan_performance_build_editmode_il2cpp_Linea image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -207,13 +207,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 @@ -258,13 +258,13 @@ Build_URP_Performance_LostCrypt_Android_Vulkan_performance_playmode_runtime_il2c image: sdet/gamecode_win10: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 @@ -329,13 +329,13 @@ URP_Performance_LostCrypt_Android_Vulkan_performance_build_editmode_il2cpp_Linea image: sdet/gamecode_win10: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-iphone-metal.yml b/.yamato/urp_performance_lostcrypt-iphone-metal.yml index 6cad58ee296..f94844d3243 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: '{{2022_1.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: '{{2022_1.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: '{{2022_1.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 f79def65849..49a1f79b30f 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: '{{2022_1.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: '{{2022_1.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_2 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: '{{2022_1.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_20 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: '{{2022_1.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 235d92def31..5a605ba0235 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_202 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: '{{2022_1.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_2022 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: '{{2022_1.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_2022. 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: '{{2022_1.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 066c207a22e..43267f9d9f9 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_2022 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: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -61,13 +61,13 @@ Build_URP_Performance_LostCrypt_Win_DX11_performance_playmode_runtime_mono_Linea image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -137,13 +137,13 @@ URP_Performance_LostCrypt_Win_DX11_performance_playmode_editor_mono_Linear_2022. 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: '{{2022_1.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 @@ -209,13 +209,13 @@ URP_Performance_LostCrypt_Win_DX11_performance_build_editmode_mono_Linear_2022.1 image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -282,13 +282,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -328,13 +328,13 @@ Build_URP_Performance_LostCrypt_Win_DX11_performance_playmode_runtime_mono_Linea image: sdet/gamecode_win10: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 @@ -404,13 +404,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 @@ -476,13 +476,13 @@ URP_Performance_LostCrypt_Win_DX11_performance_build_editmode_mono_Linear_CUSTOM image: sdet/gamecode_win10: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-win-dx12.yml b/.yamato/urp_performance_lostcrypt-win-dx12.yml index 0060e26495e..d76e8fcd94a 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_2022 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: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -61,13 +61,13 @@ Build_URP_Performance_LostCrypt_Win_DX12_performance_playmode_runtime_mono_Linea image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -137,13 +137,13 @@ URP_Performance_LostCrypt_Win_DX12_performance_playmode_editor_mono_Linear_2022. 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: '{{2022_1.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 @@ -209,13 +209,13 @@ URP_Performance_LostCrypt_Win_DX12_performance_build_editmode_mono_Linear_2022.1 image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -282,13 +282,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -328,13 +328,13 @@ Build_URP_Performance_LostCrypt_Win_DX12_performance_playmode_runtime_mono_Linea image: sdet/gamecode_win10: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 @@ -404,13 +404,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 @@ -476,13 +476,13 @@ URP_Performance_LostCrypt_Win_DX12_performance_build_editmode_mono_Linear_CUSTOM image: sdet/gamecode_win10: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-win-vulkan.yml b/.yamato/urp_performance_lostcrypt-win-vulkan.yml index 29fb66c4aca..44668636b54 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_20 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: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -61,13 +61,13 @@ Build_URP_Performance_LostCrypt_Win_Vulkan_performance_playmode_runtime_mono_Lin image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -136,13 +136,13 @@ URP_Performance_LostCrypt_Win_Vulkan_performance_build_editmode_mono_Linear_2022 image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -209,13 +209,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -255,13 +255,13 @@ Build_URP_Performance_LostCrypt_Win_Vulkan_performance_playmode_runtime_mono_Lin image: sdet/gamecode_win10: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 @@ -330,13 +330,13 @@ URP_Performance_LostCrypt_Win_Vulkan_performance_build_editmode_mono_Linear_CUST image: sdet/gamecode_win10: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_postpro-android-opengles3.yml b/.yamato/urp_postpro-android-opengles3.yml index 798ac45c98b..b099d735922 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_PostPro_Android_OpenGLES3_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,11 @@ URP_PostPro_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -131,11 +131,11 @@ Build_URP_PostPro_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -169,11 +169,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 @@ -208,11 +208,11 @@ Build_URP_PostPro_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -246,11 +246,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 @@ -285,11 +285,11 @@ Build_URP_PostPro_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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_postpro-android-vulkan.yml b/.yamato/urp_postpro-android-vulkan.yml index 6653d704569..faf8116eb5b 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_PostPro_Android_Vulkan_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,11 @@ URP_PostPro_Android_Vulkan_Standalone_XR_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -131,11 +131,11 @@ Build_URP_PostPro_Android_Vulkan_Standalone_XR_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -169,11 +169,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 @@ -208,11 +208,11 @@ Build_URP_PostPro_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -246,11 +246,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 @@ -285,11 +285,11 @@ Build_URP_PostPro_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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_postpro-iphone-metal.yml b/.yamato/urp_postpro-iphone-metal.yml index a690b01391c..cb335ebea85 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 d15ab882520..5435b0cae05 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 624d7bf0072..8f0c25a4b15 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 412cc1150ad..ca7cdcf9709 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 07282dcd96b..576e1d6fb25 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 8370f453018..486ba04285f 100644 --- a/.yamato/urp_postpro-win-dx11.yml +++ b/.yamato/urp_postpro-win-dx11.yml @@ -15,11 +15,11 @@ URP_PostPro_Win_DX11_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_PostPro_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_PostPro_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -122,11 +122,11 @@ URP_PostPro_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -158,11 +158,11 @@ URP_PostPro_Win_DX11_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -194,11 +194,11 @@ URP_PostPro_Win_DX11_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -227,11 +227,11 @@ Build_URP_PostPro_Win_DX11_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -266,11 +266,11 @@ URP_PostPro_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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ Build_URP_PostPro_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -338,11 +338,11 @@ URP_PostPro_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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -373,11 +373,11 @@ URP_PostPro_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -409,11 +409,11 @@ URP_PostPro_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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -445,11 +445,11 @@ URP_PostPro_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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -478,11 +478,11 @@ Build_URP_PostPro_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_postpro-win-dx12.yml b/.yamato/urp_postpro-win-dx12.yml index a5156b31cc1..193637040f8 100644 --- a/.yamato/urp_postpro-win-dx12.yml +++ b/.yamato/urp_postpro-win-dx12.yml @@ -15,11 +15,11 @@ URP_PostPro_Win_DX12_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_PostPro_Win_DX12_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_PostPro_Win_DX12_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -122,11 +122,11 @@ URP_PostPro_Win_DX12_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -158,11 +158,11 @@ URP_PostPro_Win_DX12_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -194,11 +194,11 @@ URP_PostPro_Win_DX12_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -227,11 +227,11 @@ Build_URP_PostPro_Win_DX12_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -266,11 +266,11 @@ URP_PostPro_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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ Build_URP_PostPro_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -338,11 +338,11 @@ URP_PostPro_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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -373,11 +373,11 @@ URP_PostPro_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -409,11 +409,11 @@ URP_PostPro_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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -445,11 +445,11 @@ URP_PostPro_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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -478,11 +478,11 @@ Build_URP_PostPro_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_postpro-win-vulkan.yml b/.yamato/urp_postpro-win-vulkan.yml index a907e191393..a9f19faf7cb 100644 --- a/.yamato/urp_postpro-win-vulkan.yml +++ b/.yamato/urp_postpro-win-vulkan.yml @@ -15,11 +15,11 @@ URP_PostPro_Win_Vulkan_Standalone_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_PostPro_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_PostPro_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -122,11 +122,11 @@ URP_PostPro_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -158,11 +158,11 @@ URP_PostPro_Win_Vulkan_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -194,11 +194,11 @@ URP_PostPro_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -227,11 +227,11 @@ Build_URP_PostPro_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -266,11 +266,11 @@ URP_PostPro_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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ Build_URP_PostPro_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -338,11 +338,11 @@ URP_PostPro_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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -373,11 +373,11 @@ URP_PostPro_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -409,11 +409,11 @@ URP_PostPro_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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -445,11 +445,11 @@ URP_PostPro_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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -478,11 +478,11 @@ Build_URP_PostPro_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_terrain-android-opengles3.yml b/.yamato/urp_terrain-android-opengles3.yml index 2fa6463fd77..382b05e05be 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_Terrain_Android_OpenGLES3_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,11 @@ URP_Terrain_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -131,11 +131,11 @@ Build_URP_Terrain_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -169,11 +169,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 @@ -208,11 +208,11 @@ Build_URP_Terrain_Android_OpenGLES3_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -246,11 +246,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 @@ -285,11 +285,11 @@ Build_URP_Terrain_Android_OpenGLES3_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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_terrain-android-vulkan.yml b/.yamato/urp_terrain-android-vulkan.yml index 6b3a5b3fe29..bbf128de888 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -54,11 +54,11 @@ Build_URP_Terrain_Android_Vulkan_Standalone_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -92,11 +92,11 @@ URP_Terrain_Android_Vulkan_Standalone_XR_il2cpp_Linear_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -131,11 +131,11 @@ Build_URP_Terrain_Android_Vulkan_Standalone_XR_il2cpp_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -169,11 +169,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 @@ -208,11 +208,11 @@ Build_URP_Terrain_Android_Vulkan_Standalone_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -246,11 +246,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 @@ -285,11 +285,11 @@ Build_URP_Terrain_Android_Vulkan_Standalone_XR_il2cpp_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - 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_terrain-iphone-metal.yml b/.yamato/urp_terrain-iphone-metal.yml index b836cd63cfe..40be86237fb 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 3c8cf80692d..3cce3005a3e 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 62630e8da2f..6cd1c729029 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 ac17f032d32..fed5db9ada4 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 9659e977f94..ff31a70172a 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 2ebe474bf89..ea83cab52ce 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_Terrain_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_Terrain_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -122,11 +122,11 @@ URP_Terrain_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -158,11 +158,11 @@ URP_Terrain_Win_DX11_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -194,11 +194,11 @@ URP_Terrain_Win_DX11_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -227,11 +227,11 @@ Build_URP_Terrain_Win_DX11_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -266,11 +266,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ Build_URP_Terrain_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -338,11 +338,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -373,11 +373,11 @@ URP_Terrain_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -409,11 +409,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -445,11 +445,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -478,11 +478,11 @@ Build_URP_Terrain_Win_DX11_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_terrain-win-dx12.yml b/.yamato/urp_terrain-win-dx12.yml index 5159073ccbb..7b4b8dcd3be 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_Terrain_Win_DX12_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_Terrain_Win_DX12_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -122,11 +122,11 @@ URP_Terrain_Win_DX12_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -158,11 +158,11 @@ URP_Terrain_Win_DX12_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -194,11 +194,11 @@ URP_Terrain_Win_DX12_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -227,11 +227,11 @@ Build_URP_Terrain_Win_DX12_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -266,11 +266,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ Build_URP_Terrain_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -338,11 +338,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -373,11 +373,11 @@ URP_Terrain_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -409,11 +409,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -445,11 +445,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -478,11 +478,11 @@ Build_URP_Terrain_Win_DX12_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urp_terrain-win-vulkan.yml b/.yamato/urp_terrain-win-vulkan.yml index 32074e7bd7a..b9a3985e12e 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -48,11 +48,11 @@ Build_URP_Terrain_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -87,11 +87,11 @@ URP_Terrain_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -122,11 +122,11 @@ URP_Terrain_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -158,11 +158,11 @@ URP_Terrain_Win_Vulkan_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -194,11 +194,11 @@ URP_Terrain_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -227,11 +227,11 @@ Build_URP_Terrain_Win_Vulkan_Standalone_XR_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -266,11 +266,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -299,11 +299,11 @@ Build_URP_Terrain_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -338,11 +338,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -373,11 +373,11 @@ URP_Terrain_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -409,11 +409,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -445,11 +445,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: - command: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" @@ -478,11 +478,11 @@ Build_URP_Terrain_Win_Vulkan_Standalone_XR_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - cd Tools && powershell -command ". .\Unity.ps1; Set-ScreenResolution -width 1920 -Height 1080" diff --git a/.yamato/urpupdate-win-dx11.yml b/.yamato/urpupdate-win-dx11.yml index 78ce20cc7f0..534480d2ec6 100644 --- a/.yamato/urpupdate-win-dx11.yml +++ b/.yamato/urpupdate-win-dx11.yml @@ -14,13 +14,13 @@ URPUpdate_Win_DX11_playmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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 @@ -56,13 +56,13 @@ URPUpdate_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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 @@ -98,13 +98,13 @@ URPUpdate_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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 TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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 @@ -140,13 +140,13 @@ URPUpdate_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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 TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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 df1c5d25a75..2418c1925fb 100644 --- a/.yamato/urpupdate-win-vulkan.yml +++ b/.yamato/urpupdate-win-vulkan.yml @@ -14,13 +14,13 @@ URPUpdate_Win_Vulkan_playmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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 @@ -56,13 +56,13 @@ URPUpdate_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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 @@ -98,13 +98,13 @@ URPUpdate_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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 TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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 @@ -140,13 +140,13 @@ URPUpdate_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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 TEMPLATE_UPDATE_PROJECT_BRANCH: master TEMPLATE_UPDATE_PROJECT_REVISION: 84b55bcf7d483bb727f3a368e3ef88a4d8233ffe - 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 2241e790d53..2417c3ca88e 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -56,13 +56,13 @@ URPUpdate_BoatAttack_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -98,13 +98,13 @@ URPUpdate_BoatAttack_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10:stable 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 @@ -140,13 +140,13 @@ URPUpdate_BoatAttack_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10:stable 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 88eb46358b6..d8f7d125499 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -56,13 +56,13 @@ URPUpdate_BoatAttack_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' BA_UPDATE_PROJECT_BRANCH: master BA_UPDATE_PROJECT_REVISION: 06c67d682225354dd909728e2511ac17115b18b9 CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -98,13 +98,13 @@ URPUpdate_BoatAttack_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10:stable 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 @@ -140,13 +140,13 @@ URPUpdate_BoatAttack_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10:stable 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 61ec6311b22..56714d6b71d 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -56,13 +56,13 @@ URPUpdate_Top_Asset_Store_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -98,13 +98,13 @@ URPUpdate_Top_Asset_Store_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10:stable 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 @@ -140,13 +140,13 @@ URPUpdate_Top_Asset_Store_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10:stable 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 7f29455f7d7..61aa5f63145 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -56,13 +56,13 @@ URPUpdate_Top_Asset_Store_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' ASSETSTORE_UPDATE_PROJECT_BRANCH: master ASSETSTORE_UPDATE_PROJECT_REVISION: 263537e22614f3b98eba4f56cea3fd4519312b2f CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.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 @@ -98,13 +98,13 @@ URPUpdate_Top_Asset_Store_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10:stable 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 @@ -140,13 +140,13 @@ URPUpdate_Top_Asset_Store_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10:stable 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 dae07f4a14d..7be544b3e32 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 d5c8887d172..ba39731dfa9 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 b5133b80211..98b2abc7d80 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - 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_VFX_HDRP_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -85,11 +85,11 @@ VFX_HDRP_Win_DX11_Standalone_PerformanceTests_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ Build_VFX_HDRP_Win_DX11_Standalone_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -155,11 +155,11 @@ VFX_HDRP_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -190,11 +190,11 @@ VFX_HDRP_Win_DX11_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -225,11 +225,11 @@ VFX_HDRP_Win_DX11_playmode_PerformanceTests_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -259,11 +259,11 @@ VFX_HDRP_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -294,11 +294,11 @@ VFX_HDRP_Win_DX11_editmode_PerformanceTests_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -329,11 +329,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -361,11 +361,11 @@ Build_VFX_HDRP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -399,11 +399,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -431,11 +431,11 @@ Build_VFX_HDRP_Win_DX11_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -469,11 +469,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -504,11 +504,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -539,11 +539,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -573,11 +573,11 @@ VFX_HDRP_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -608,11 +608,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/vfx_hdrp-win-dx12.yml b/.yamato/vfx_hdrp-win-dx12.yml index 848bc92c172..c3aa86686e2 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - 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_VFX_HDRP_Win_DX12_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -85,11 +85,11 @@ VFX_HDRP_Win_DX12_Standalone_PerformanceTests_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ Build_VFX_HDRP_Win_DX12_Standalone_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -155,11 +155,11 @@ VFX_HDRP_Win_DX12_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -190,11 +190,11 @@ VFX_HDRP_Win_DX12_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -225,11 +225,11 @@ VFX_HDRP_Win_DX12_playmode_PerformanceTests_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -259,11 +259,11 @@ VFX_HDRP_Win_DX12_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -294,11 +294,11 @@ VFX_HDRP_Win_DX12_editmode_PerformanceTests_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -329,11 +329,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -361,11 +361,11 @@ Build_VFX_HDRP_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -399,11 +399,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -431,11 +431,11 @@ Build_VFX_HDRP_Win_DX12_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -469,11 +469,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -504,11 +504,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -539,11 +539,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -573,11 +573,11 @@ VFX_HDRP_Win_DX12_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -608,11 +608,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/vfx_hdrp-win-vulkan.yml b/.yamato/vfx_hdrp-win-vulkan.yml index 4612fcb9ad8..3d291b3a75c 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_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - 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_VFX_HDRP_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -85,11 +85,11 @@ VFX_HDRP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -117,11 +117,11 @@ Build_VFX_HDRP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -155,11 +155,11 @@ VFX_HDRP_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -190,11 +190,11 @@ VFX_HDRP_Win_Vulkan_playmode_XR_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -225,11 +225,11 @@ VFX_HDRP_Win_Vulkan_playmode_PerformanceTests_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -259,11 +259,11 @@ VFX_HDRP_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -294,11 +294,11 @@ VFX_HDRP_Win_Vulkan_editmode_PerformanceTests_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -329,11 +329,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -361,11 +361,11 @@ Build_VFX_HDRP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -399,11 +399,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -431,11 +431,11 @@ Build_VFX_HDRP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISIO image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -469,11 +469,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -504,11 +504,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -539,11 +539,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -573,11 +573,11 @@ VFX_HDRP_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -608,11 +608,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/vfx_urp-iphone-metal.yml b/.yamato/vfx_urp-iphone-metal.yml index 13199f82848..a3be887418e 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 fa621ad191b..30b9acf51dd 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 420cb967288..b8238b9076b 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: image: package-ci/ubuntu:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 39b2bde4410..ff3c375700b 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 07387bc873a..753b3549860 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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_2022.1: 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: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + 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 89a88ea0833..4f00778ab52 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - 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_VFX_URP_Win_DX11_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -83,11 +83,11 @@ VFX_URP_Win_DX11_Standalone_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -115,11 +115,11 @@ Build_VFX_URP_Win_DX11_Standalone_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -153,11 +153,11 @@ VFX_URP_Win_DX11_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -187,11 +187,11 @@ VFX_URP_Win_DX11_playmode_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -221,11 +221,11 @@ VFX_URP_Win_DX11_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -255,11 +255,11 @@ VFX_URP_Win_DX11_editmode_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ VFX_URP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -321,11 +321,11 @@ Build_VFX_URP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -358,11 +358,11 @@ VFX_URP_Win_DX11_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -390,11 +390,11 @@ Build_VFX_URP_Win_DX11_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -428,11 +428,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -462,11 +462,11 @@ VFX_URP_Win_DX11_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -496,11 +496,11 @@ VFX_URP_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -530,11 +530,11 @@ VFX_URP_Win_DX11_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/vfx_urp-win-vulkan.yml b/.yamato/vfx_urp-win-vulkan.yml index d9f51370653..341b9d1dd58 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_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - 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_VFX_URP_Win_Vulkan_Standalone_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -83,11 +83,11 @@ VFX_URP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -115,11 +115,11 @@ Build_VFX_URP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -153,11 +153,11 @@ VFX_URP_Win_Vulkan_playmode_mono_Linear_2022.1: flavor: b1.xlarge model: rtx2080 variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -187,11 +187,11 @@ VFX_URP_Win_Vulkan_playmode_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -221,11 +221,11 @@ VFX_URP_Win_Vulkan_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -255,11 +255,11 @@ VFX_URP_Win_Vulkan_editmode_PerformanceTests_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates - CUSTOM_REVISION: '{{2022_1.changeset.id}}' CACHE_ARGS: '{{cache.flags}}' - UTR_VERSION: "current" + CUSTOM_REVISION: '{{2022_1.changeset.id}}' TEST_FILTER: .* + UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + UTR_VERSION: "current" commands: - command: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -289,11 +289,11 @@ VFX_URP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -321,11 +321,11 @@ Build_VFX_URP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -358,11 +358,11 @@ VFX_URP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -390,11 +390,11 @@ Build_VFX_URP_Win_Vulkan_Standalone_PerformanceTests_mono_Linear_CUSTOM-REVISION image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -428,11 +428,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -462,11 +462,11 @@ VFX_URP_Win_Vulkan_playmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -496,11 +496,11 @@ VFX_URP_Win_Vulkan_editmode_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -530,11 +530,11 @@ VFX_URP_Win_Vulkan_editmode_PerformanceTests_mono_Linear_CUSTOM-REVISION: image: sdet/gamecode_win10: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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat diff --git a/.yamato/vikingvillage_builtin-android-opengles3.yml b/.yamato/vikingvillage_builtin-android-opengles3.yml index aad2c80e302..099f4b6ad5a 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: '{{2022_1.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 @@ -58,13 +58,13 @@ Build_VikingVillage_BuiltIn_Android_OpenGLES3_performance_playmode_runtime_il2cp image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -120,13 +120,13 @@ VikingVillage_BuiltIn_Android_OpenGLES3_performance_build_editmode_il2cpp_Linear image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -182,13 +182,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 @@ -226,13 +226,13 @@ Build_VikingVillage_BuiltIn_Android_OpenGLES3_performance_playmode_runtime_il2cp image: sdet/gamecode_win10: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 @@ -288,13 +288,13 @@ VikingVillage_BuiltIn_Android_OpenGLES3_performance_build_editmode_il2cpp_Linear image: sdet/gamecode_win10: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-android-vulkan.yml b/.yamato/vikingvillage_builtin-android-vulkan.yml index 5c19e7e5ca3..7cf9070c333 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: '{{2022_1.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 @@ -58,13 +58,13 @@ Build_VikingVillage_BuiltIn_Android_Vulkan_performance_playmode_runtime_il2cpp_L image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -120,13 +120,13 @@ VikingVillage_BuiltIn_Android_Vulkan_performance_build_editmode_il2cpp_Linear_20 image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -182,13 +182,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 @@ -226,13 +226,13 @@ Build_VikingVillage_BuiltIn_Android_Vulkan_performance_playmode_runtime_il2cpp_L image: sdet/gamecode_win10: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 @@ -288,13 +288,13 @@ VikingVillage_BuiltIn_Android_Vulkan_performance_build_editmode_il2cpp_Linear_CU image: sdet/gamecode_win10: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-iphone-metal.yml b/.yamato/vikingvillage_builtin-iphone-metal.yml index f058612b47e..04b508a1256 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_20 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: '{{2022_1.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: '{{2022_1.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_2022 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: '{{2022_1.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 ea1d03b10c1..0d4b8151ab0 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_2022 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: '{{2022_1.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: '{{2022_1.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_2022. 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: '{{2022_1.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_2022.1 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: '{{2022_1.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 71673e404bd..92675e71115 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_2022.1: 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: '{{2022_1.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_2022.1: 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: '{{2022_1.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_2022.1: 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: '{{2022_1.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 3d255c91e6e..e04a7d92c9f 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_2022.1: 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: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -49,13 +49,13 @@ Build_VikingVillage_BuiltIn_Win_DX11_performance_playmode_runtime_mono_Linear_20 image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -111,13 +111,13 @@ VikingVillage_BuiltIn_Win_DX11_performance_playmode_editor_mono_Linear_2022.1: 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: '{{2022_1.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_Win_DX11_performance_build_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -228,13 +228,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -262,13 +262,13 @@ Build_VikingVillage_BuiltIn_Win_DX11_performance_playmode_runtime_mono_Linear_CU image: sdet/gamecode_win10: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 @@ -324,13 +324,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 @@ -382,13 +382,13 @@ VikingVillage_BuiltIn_Win_DX11_performance_build_editmode_mono_Linear_CUSTOM-REV image: sdet/gamecode_win10: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 diff --git a/.yamato/vikingvillage_builtin-win-dx12.yml b/.yamato/vikingvillage_builtin-win-dx12.yml index 12f6932cf14..dca3ac45ce8 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_2022.1: 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: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -49,13 +49,13 @@ Build_VikingVillage_BuiltIn_Win_DX12_performance_playmode_runtime_mono_Linear_20 image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -111,13 +111,13 @@ VikingVillage_BuiltIn_Win_DX12_performance_playmode_editor_mono_Linear_2022.1: 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: '{{2022_1.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_Win_DX12_performance_build_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -228,13 +228,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -262,13 +262,13 @@ Build_VikingVillage_BuiltIn_Win_DX12_performance_playmode_runtime_mono_Linear_CU image: sdet/gamecode_win10: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 @@ -324,13 +324,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 @@ -382,13 +382,13 @@ VikingVillage_BuiltIn_Win_DX12_performance_build_editmode_mono_Linear_CUSTOM-REV image: sdet/gamecode_win10: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 diff --git a/.yamato/vikingvillage_builtin-win-vulkan.yml b/.yamato/vikingvillage_builtin-win-vulkan.yml index 72922a8a149..663b8d25f8a 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_2022.1 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: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -49,13 +49,13 @@ Build_VikingVillage_BuiltIn_Win_Vulkan_performance_playmode_runtime_mono_Linear_ image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -110,13 +110,13 @@ VikingVillage_BuiltIn_Win_Vulkan_performance_build_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -203,13 +203,13 @@ Build_VikingVillage_BuiltIn_Win_Vulkan_performance_playmode_runtime_mono_Linear_ image: sdet/gamecode_win10: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 @@ -264,13 +264,13 @@ VikingVillage_BuiltIn_Win_Vulkan_performance_build_editmode_mono_Linear_CUSTOM-R image: sdet/gamecode_win10: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 diff --git a/.yamato/vikingvillage_urp-android-opengles3.yml b/.yamato/vikingvillage_urp-android-opengles3.yml index 820a6879acb..851a47375d3 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_2 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: '{{2022_1.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 @@ -58,13 +58,13 @@ Build_VikingVillage_URP_Android_OpenGLES3_performance_playmode_runtime_il2cpp_Li image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -120,13 +120,13 @@ VikingVillage_URP_Android_OpenGLES3_performance_build_editmode_il2cpp_Linear_202 image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -182,13 +182,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 @@ -226,13 +226,13 @@ Build_VikingVillage_URP_Android_OpenGLES3_performance_playmode_runtime_il2cpp_Li image: sdet/gamecode_win10: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 @@ -288,13 +288,13 @@ VikingVillage_URP_Android_OpenGLES3_performance_build_editmode_il2cpp_Linear_CUS image: sdet/gamecode_win10: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-android-vulkan.yml b/.yamato/vikingvillage_urp-android-vulkan.yml index a707ccae066..b95051a4b22 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_2022 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: '{{2022_1.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 @@ -58,13 +58,13 @@ Build_VikingVillage_URP_Android_Vulkan_performance_playmode_runtime_il2cpp_Linea image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -120,13 +120,13 @@ VikingVillage_URP_Android_Vulkan_performance_build_editmode_il2cpp_Linear_2022.1 image: sdet/gamecode_win10:stable flavor: b1.large variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -182,13 +182,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 @@ -226,13 +226,13 @@ Build_VikingVillage_URP_Android_Vulkan_performance_playmode_runtime_il2cpp_Linea image: sdet/gamecode_win10: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 @@ -288,13 +288,13 @@ VikingVillage_URP_Android_Vulkan_performance_build_editmode_il2cpp_Linear_CUSTOM image: sdet/gamecode_win10: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-iphone-metal.yml b/.yamato/vikingvillage_urp-iphone-metal.yml index 7548b947978..4f1ab62f16b 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_2022.1 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: '{{2022_1.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: '{{2022_1.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_2022.1: 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: '{{2022_1.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 29cfc074590..e1c528d2161 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_2022.1: 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: '{{2022_1.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_20 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: '{{2022_1.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_2022.1: 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: '{{2022_1.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_2022.1: 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: '{{2022_1.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 90fb6add686..2b10924511c 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_2022.1: 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: '{{2022_1.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_2022.1: 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: '{{2022_1.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_2022.1: 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: '{{2022_1.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 551e13cf2d1..4aa1d959604 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_2022.1: 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: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -49,13 +49,13 @@ Build_VikingVillage_URP_Win_DX11_performance_playmode_runtime_mono_Linear_2022.1 image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -111,13 +111,13 @@ VikingVillage_URP_Win_DX11_performance_playmode_editor_mono_Linear_2022.1: 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: '{{2022_1.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_Win_DX11_performance_build_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -228,13 +228,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -262,13 +262,13 @@ Build_VikingVillage_URP_Win_DX11_performance_playmode_runtime_mono_Linear_CUSTOM image: sdet/gamecode_win10: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 @@ -324,13 +324,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 @@ -382,13 +382,13 @@ VikingVillage_URP_Win_DX11_performance_build_editmode_mono_Linear_CUSTOM-REVISIO image: sdet/gamecode_win10: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 diff --git a/.yamato/vikingvillage_urp-win-dx12.yml b/.yamato/vikingvillage_urp-win-dx12.yml index c1f0b91a491..12190b0364a 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_2022.1: 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: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -49,13 +49,13 @@ Build_VikingVillage_URP_Win_DX12_performance_playmode_runtime_mono_Linear_2022.1 image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -111,13 +111,13 @@ VikingVillage_URP_Win_DX12_performance_playmode_editor_mono_Linear_2022.1: 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: '{{2022_1.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_Win_DX12_performance_build_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -228,13 +228,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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -262,13 +262,13 @@ Build_VikingVillage_URP_Win_DX12_performance_playmode_runtime_mono_Linear_CUSTOM image: sdet/gamecode_win10: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 @@ -324,13 +324,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 @@ -382,13 +382,13 @@ VikingVillage_URP_Win_DX12_performance_build_editmode_mono_Linear_CUSTOM-REVISIO image: sdet/gamecode_win10: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 diff --git a/.yamato/vikingvillage_urp-win-vulkan.yml b/.yamato/vikingvillage_urp-win-vulkan.yml index 25f94a6383c..90e0d26ec2f 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_2022.1: 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: '{{2022_1.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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -49,13 +49,13 @@ Build_VikingVillage_URP_Win_Vulkan_performance_playmode_runtime_mono_Linear_2022 image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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 @@ -110,13 +110,13 @@ VikingVillage_URP_Win_Vulkan_performance_build_editmode_mono_Linear_2022.1: image: sdet/gamecode_win10:stable flavor: b1.xlarge variables: - UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates + CACHE_ARGS: '{{cache.flags}}' CUSTOM_REVISION: '{{2022_1.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_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: NetSh Advfirewall set allprofiles state off - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat @@ -203,13 +203,13 @@ Build_VikingVillage_URP_Win_Vulkan_performance_playmode_runtime_mono_Linear_CUST image: sdet/gamecode_win10: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 @@ -264,13 +264,13 @@ VikingVillage_URP_Win_Vulkan_performance_build_editmode_mono_Linear_CUSTOM-REVIS image: sdet/gamecode_win10: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