Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
76eda67
[2022.1] Yamato branch off (#6405)
Nov 26, 2021
fc6b302
[2022.1] Bump packages to 13.1.3 (#6407)
Nov 26, 2021
388b53d
[HDRP] Update 5014 reference screenshots for DX11
sebastienlagarde Nov 26, 2021
655d421
[CI] [2022.1] Updated editor to ca324c2bef8a38d3d768faf1bf9f41bde42b5567
Nov 26, 2021
dcebfdc
fixes (#6395)
FrancescoC-unity Nov 26, 2021
5cd9363
Fixed a shader warning in the volumetric clouds combine file. (#6410)
anisunity Nov 26, 2021
5ce25bb
[HDRP] Merge HD/bugfix (#6387)
sebastienlagarde Nov 27, 2021
ad15d91
[HDRP] Fix Changelog
sebastienlagarde Nov 27, 2021
676fd5d
Ensure DebugFrameTiming doesn't allocate (#6368)
arttu-peltonen Nov 26, 2021
37222eb
[CI] [2022.1] Updated editor to 4897ee769494b595996340254af5dcea62a70451
Nov 27, 2021
5a96854
Revert "RP Workflows - Adding the capability to revert a single overr…
sebastienlagarde Nov 29, 2021
aa72a2c
Revert "[HDRP] Adding transparency setup scenes to material sample (#604
sebastienlagarde Nov 29, 2021
3c57e08
Revert: HDR Cubemap Encoding support (#5967)
sebastienlagarde Nov 29, 2021
95b6e2d
Revert "[SRP] Add warning for users that want to use pixel perfect ca…
sebastienlagarde Nov 29, 2021
df3837c
Update CHANGELOG.md (#6421)
sebastienlagarde Nov 29, 2021
3577ad9
Remove trunk reference (#6418)
Nov 29, 2021
0fa6feb
[CI] [2022.1] Updated editor to e32f1dee57fd88a0e697f7a93292af40bc2340eb
Nov 29, 2021
30e9f00
[CI] [2022.1] Updated editor to e42c59445d1483b31e6fee9e9e0df4b965a63598
Nov 30, 2021
2a7942f
[2022.1] ANT Backports (#6427)
Dec 1, 2021
6706b11
[CI] [2022.1] Updated editor to f4f7e81d53c5503d6d147557e02da1595483d9ac
Dec 4, 2021
23ca06f
[CI] [2022.1] Updated editor to 5efa714f977ffe795eee0637e98971ba24b837b3
Dec 5, 2021
efeebfc
Removing out uint because some shader compilers don't like this (#643…
kecho Dec 6, 2021
e8967ed
Workaround for ant-298 (#6463) - Fix exitcode 137 (#6485)
Dec 6, 2021
3c3c3eb
[CI] [2022.1] Updated editor to ea0f0219deedb596476ae61e46c507367cd3b3c3
Dec 6, 2021
3bd7ff8
Added urp-optimization.md from master. (#6460)
oleks-k Dec 7, 2021
90fd06f
Bump packages to 13.1.4 (#6514)
Dec 7, 2021
b304e44
BatchRendererGroup test project splitMask support (#6416) (#6518)
JussiKnuuttila Dec 8, 2021
d4c3dbc
[CI] [2022.1] Updated editor to 980041f98dd21119e7938c7adb9253447ce42ea1
Dec 8, 2021
a0decee
Fix HDRP build issues with DOTS_INSTANCING_ON shader variant (#6531)
vincent-breysse Dec 9, 2021
2eb849c
[Backport 22.1] Add option to force motion blur off when XR is active…
FrancescoC-unity Dec 9, 2021
20e4c25
Fix a crash for project using SensorSDK on a standalone build. The c…
bayous Dec 9, 2021
275e638
[CI] [2022.1] Updated editor to e6341812bc00f80debfc25f3394c4eacc8e3b156
Dec 9, 2021
2b757cb
fix finishPostProcessOnScreen check 2D renderer
robin-demoor Nov 8, 2021
983baf0
correct rt setup for filter view
robin-demoor Oct 18, 2021
202c268
Remove redundant bool
robin-demoor Nov 29, 2021
99560fa
Add changelog
robin-demoor Dec 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
109 changes: 55 additions & 54 deletions .yamato/_abv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,129 +3,130 @@
# Introduce any changes under .yamato/config/*.metafile files and rerun yaml-generation (or check #devs-automation-tooling).

{% metadata_file .yamato/_cache_config.metafile -%}
{% metadata_file .yamato/_latest_editor_versions_trunk.metafile -%}
{% metadata_file .yamato/_latest_editor_versions_2022.1.metafile -%}

---

all_project_ci_trunk:
name: ABV (all PR jobs) on trunk
all_project_ci_2022.1:
name: ABV (all PR jobs) on 2022.1
variables:
CUSTOM_REVISION: '{{trunk.changeset.id}}'
CUSTOM_REVISION: '{{2022_1.changeset.id}}'
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
dependencies:
- path: .yamato/all-hdrp.yml#PR_HDRP_trunk
- path: .yamato/all-hdrp.yml#PR_HDRP_2022.1
rerun: on_new_revision
- path: .yamato/all-vfx.yml#PR_VFX_trunk
- path: .yamato/all-vfx.yml#PR_VFX_2022.1
rerun: on_new_revision
- path: .yamato/all-urp.yml#PR_URP_trunk
- path: .yamato/all-urp.yml#PR_URP_2022.1
rerun: on_new_revision
- path: .yamato/all-shadergraph.yml#PR_ShaderGraph_trunk
- path: .yamato/all-shadergraph.yml#PR_ShaderGraph_2022.1
rerun: on_new_revision
- path: .yamato/_abv.yml#General_Checks_trunk
- path: .yamato/_abv.yml#General_Checks_2022.1
rerun: on_new_revision
all_project_ci_nightly_trunk:
name: Nightly on trunk
all_project_ci_nightly_2022.1:
name: Nightly on 2022.1
variables:
CUSTOM_REVISION: '{{trunk.changeset.id}}'
CUSTOM_REVISION: '{{2022_1.changeset.id}}'
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
triggers:
recurring:
- branch: master
- branch: 2022.1/staging
frequency: 1 * * ?

dependencies:
- path: .yamato/all-hdrp.yml#Nightly_HDRP_trunk
- path: .yamato/all-hdrp.yml#Nightly_HDRP_2022.1
rerun: on_new_revision
- path: .yamato/all-vfx.yml#Nightly_VFX_trunk
- path: .yamato/all-vfx.yml#Nightly_VFX_2022.1
rerun: on_new_revision
- path: .yamato/all-urp.yml#Nightly_URP_trunk
- path: .yamato/all-urp.yml#Nightly_URP_2022.1
rerun: on_new_revision
- path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_trunk
- path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_2022.1
rerun: on_new_revision
- path: .yamato/_templates.yml#all_template_ci_trunk
- path: .yamato/_templates.yml#all_template_ci_2022.1
rerun: on_new_revision
- path: .yamato/all-lightmapping.yml#Lightmapping_trunk
- path: .yamato/all-lightmapping.yml#Lightmapping_2022.1
rerun: on_new_revision
- path: .yamato/all-postprocessing.yml#PostProcessing_trunk
- path: .yamato/all-postprocessing.yml#PostProcessing_2022.1
rerun: on_new_revision
- path: .yamato/all-batchrenderergroup.yml#BatchRendererGroup_trunk
- path: .yamato/all-batchrenderergroup.yml#BatchRendererGroup_2022.1
rerun: on_new_revision
- path: .yamato/_abv.yml#General_Checks_trunk
- path: .yamato/_abv.yml#General_Checks_2022.1
rerun: on_new_revision
General_Checks_trunk:
name: General Checks on trunk
General_Checks_2022.1:
name: General Checks on 2022.1
variables:
CUSTOM_REVISION: '{{trunk.changeset.id}}'
CUSTOM_REVISION: '{{2022_1.changeset.id}}'
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
dependencies:
- path: .yamato/_projectcontext.yml#all_package_ci_project_trunk
- path: .yamato/_projectcontext.yml#all_package_ci_project_2022.1
rerun: on_new_revision
- path: .yamato/_formatting.yml#formatting
rerun: on_new_revision
- path: .yamato/all-smoke_test.yml#Smoke_Test_trunk
- path: .yamato/all-smoke_test.yml#Smoke_Test_2022.1
rerun: on_new_revision
Safety_net_trunk:
name: Safety net on trunk
Safety_net_2022.1:
name: Safety net on 2022.1
variables:
CUSTOM_REVISION: '{{trunk.changeset.id}}'
CUSTOM_REVISION: '{{2022_1.changeset.id}}'
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
triggers:
expression: pull_request.target eq "master" 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*/**/*"]
expression: pull_request.target eq "2022.1/staging" 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:
- path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
Trunk_verification_trunk:
name: Trunk verification on trunk
Trunk_verification_2022.1:
name: Trunk verification on 2022.1
variables:
CUSTOM_REVISION: '{{trunk.changeset.id}}'
CUSTOM_REVISION: '{{2022_1.changeset.id}}'
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
dependencies:
- path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_editmode_mono_Linear_trunk
- path: .yamato/urp_2d-win-dx11.yml#URP_2D_Win_DX11_editmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/urp_foundation-win-dx11.yml#URP_Foundation_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/urp_foundation-win-dx11.yml#URP_Foundation_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/urp_foundation-win-dx11.yml#URP_Foundation_Win_DX11_editmode_mono_Linear_trunk
- path: .yamato/urp_foundation-win-dx11.yml#URP_Foundation_Win_DX11_editmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/urp_lighting-win-dx11.yml#URP_Lighting_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/urp_lighting-win-dx11.yml#URP_Lighting_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/urp_lighting-win-dx11.yml#URP_Lighting_Win_DX11_editmode_mono_Linear_trunk
- path: .yamato/urp_lighting-win-dx11.yml#URP_Lighting_Win_DX11_editmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/urp_postpro-win-dx11.yml#URP_PostPro_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/urp_postpro-win-dx11.yml#URP_PostPro_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/urp_postpro-win-dx11.yml#URP_PostPro_Win_DX11_editmode_mono_Linear_trunk
- path: .yamato/urp_postpro-win-dx11.yml#URP_PostPro_Win_DX11_editmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/urp_terrain-win-dx11.yml#URP_Terrain_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/urp_terrain-win-dx11.yml#URP_Terrain_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/urp_terrain-win-dx11.yml#URP_Terrain_Win_DX11_editmode_mono_Linear_trunk
- path: .yamato/urp_terrain-win-dx11.yml#URP_Terrain_Win_DX11_editmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_editmode_mono_Linear_trunk
- path: .yamato/shadergraph-win-dx11.yml#ShaderGraph_Win_DX11_editmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/hdrp-win-dx11.yml#HDRP_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/hdrp-win-dx11.yml#HDRP_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/hdrp-win-dx11.yml#HDRP_Win_DX11_editmode_mono_Linear_trunk
- path: .yamato/hdrp-win-dx11.yml#HDRP_Win_DX11_editmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_editmode_mono_Linear_trunk
- path: .yamato/vfx_hdrp-win-dx11.yml#VFX_HDRP_Win_DX11_editmode_mono_Linear_2022.1
rerun: on_new_revision
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_mono_Linear_trunk
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_mono_Linear_2022.1
rerun: on_new_revision
all_project_ci_CUSTOM-REVISION:
name: ABV (all PR jobs) on CUSTOM-REVISION
Expand Down
2 changes: 1 addition & 1 deletion .yamato/_cache_config.metafile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cache:
flags: --extra-editor-arg="-cacheServerNamespacePrefix" --extra-editor-arg="SRP_trunk" --extra-editor-arg="-adb2" --extra-editor-arg="-enableCacheServer" --extra-editor-arg="-cacheServerEndpoint" --extra-editor-arg="cacheserver-slo.hq.unity3d.com" --extra-editor-arg="-cacheServerEnableDownload" --extra-editor-arg="true" --extra-editor-arg="-cacheServerEnableUpload" --extra-editor-arg="true" --extra-editor-arg="-cacheServerWaitForUploadCompletion"
flags: --extra-editor-arg="-cacheServerNamespacePrefix" --extra-editor-arg="SRP_2022_1" --extra-editor-arg="-adb2" --extra-editor-arg="-enableCacheServer" --extra-editor-arg="-cacheServerEndpoint" --extra-editor-arg="cacheserver-slo.hq.unity3d.com" --extra-editor-arg="-cacheServerEnableDownload" --extra-editor-arg="true" --extra-editor-arg="-cacheServerEnableUpload" --extra-editor-arg="true" --extra-editor-arg="-cacheServerWaitForUploadCompletion"

8 changes: 4 additions & 4 deletions .yamato/_copycat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ nightly_katana_abv_validate:
flavor: b1.medium
variables:
MANIFEST: .copycat/graphics.json
RELEASE_BRANCH: trunk
SRP_VERSION: "13.1.2"
RELEASE_BRANCH: 2022.1/staging
SRP_VERSION: "13.1.4"
skip_checkout: true
commands:
- eval "$COPYCAT_1"
Expand All @@ -30,8 +30,8 @@ vendor:
flavor: b1.medium
variables:
MANIFEST: .copycat/graphics.json
RELEASE_BRANCH: trunk
SRP_VERSION: "13.1.2"
RELEASE_BRANCH: 2022.1/staging
SRP_VERSION: "13.1.4"
skip_checkout: true
commands:
- eval "$COPYCAT_1"
Expand Down
6 changes: 3 additions & 3 deletions .yamato/_editor_pinning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Introduce any changes under .yamato/config/*.metafile files and rerun yaml-generation (or check #devs-automation-tooling).

{% metadata_file .yamato/_cache_config.metafile -%}
{% metadata_file .yamato/_latest_editor_versions_trunk.metafile -%}
{% metadata_file .yamato/_latest_editor_versions_2022.1.metafile -%}

---

Expand All @@ -26,8 +26,8 @@ editor-pinning-update:
- git config --global user.name "noreply@unity3d.com"
- git config --global user.email "noreply@unity3d.com"
- git checkout $GIT_BRANCH
- python3 .yamato/script/editor_scripts/update_revisions.py --track trunk --ono-branch $ONO_BRANCH_TRUNK --api-key $ONO_API_KEY --commit-and-push --nr-commits-to-retrieve 100
- 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: master
- branch: 2022.1/staging
frequency: 23 * * ?
44 changes: 22 additions & 22 deletions .yamato/_editor_priming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Introduce any changes under .yamato/config/*.metafile files and rerun yaml-generation (or check #devs-automation-tooling).

{% metadata_file .yamato/_cache_config.metafile -%}
{% metadata_file .yamato/_latest_editor_versions_trunk.metafile -%}
{% metadata_file .yamato/_latest_editor_versions_2022.1.metafile -%}

---

editor:priming:trunk:Win:
name: '[trunk,Win] Editor priming'
editor:priming:2022.1:Win:
name: '[2022.1,Win] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
Expand All @@ -18,7 +18,7 @@ editor:priming:trunk:Win:
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"
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: '{{trunk.changeset.id}}'
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 -
Expand Down Expand Up @@ -76,8 +76,8 @@ editor:priming:test_min_editor:Win:
unity_revision.zip:
paths:
- "unity_revision.txt"
editor:priming:trunk:OSX:
name: '[trunk,OSX] Editor priming'
editor:priming:2022.1:OSX:
name: '[2022.1,OSX] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
Expand All @@ -87,7 +87,7 @@ editor:priming:trunk:OSX:
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"
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: '{{trunk.changeset.id}}'
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 -
Expand Down Expand Up @@ -145,8 +145,8 @@ editor:priming:test_min_editor:OSX:
unity_revision.zip:
paths:
- "unity_revision.txt"
editor:priming:trunk:OSX_Apple_Silicon:
name: '[trunk,OSX_Apple_Silicon] Editor priming'
editor:priming:2022.1:OSX_Apple_Silicon:
name: '[2022.1,OSX_Apple_Silicon] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
Expand All @@ -156,7 +156,7 @@ editor:priming:trunk:OSX_Apple_Silicon:
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"
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: '{{trunk.changeset.id}}'
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 -
Expand Down Expand Up @@ -214,8 +214,8 @@ editor:priming:test_min_editor:OSX_Apple_Silicon:
unity_revision.zip:
paths:
- "unity_revision.txt"
editor:priming:trunk:Linux:
name: '[trunk,Linux] Editor priming'
editor:priming:2022.1:Linux:
name: '[2022.1,Linux] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
Expand All @@ -225,7 +225,7 @@ editor:priming:trunk:Linux:
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"
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: '{{trunk.changeset.id}}'
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 -
Expand Down Expand Up @@ -283,8 +283,8 @@ editor:priming:test_min_editor:Linux:
unity_revision.zip:
paths:
- "unity_revision.txt"
editor:priming:trunk:Android:
name: '[trunk,Android] Editor priming'
editor:priming:2022.1:Android:
name: '[2022.1,Android] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
Expand All @@ -294,7 +294,7 @@ editor:priming:trunk:Android:
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"
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: '{{trunk.changeset.id}}'
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 -
Expand Down Expand Up @@ -352,8 +352,8 @@ editor:priming:test_min_editor:Android:
unity_revision.zip:
paths:
- "unity_revision.txt"
editor:priming:trunk:XRQuest:
name: '[trunk,XRQuest] Editor priming'
editor:priming:2022.1:XRQuest:
name: '[2022.1,XRQuest] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
Expand All @@ -363,7 +363,7 @@ editor:priming:trunk:XRQuest:
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"
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: '{{trunk.changeset.id}}'
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 -
Expand Down Expand Up @@ -421,8 +421,8 @@ editor:priming:test_min_editor:XRQuest:
unity_revision.zip:
paths:
- "unity_revision.txt"
editor:priming:trunk:iPhone:
name: '[trunk,iPhone] Editor priming'
editor:priming:2022.1:iPhone:
name: '[2022.1,iPhone] Editor priming'
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
Expand All @@ -432,7 +432,7 @@ editor:priming:trunk:iPhone:
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"
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: '{{trunk.changeset.id}}'
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 -
Expand Down
5 changes: 5 additions & 0 deletions .yamato/_latest_editor_versions_2022.1.metafile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'2022_1':
updated_at_UTC: '2021-12-09 23:27:36.997397'
changeset:
id: e6341812bc00f80debfc25f3394c4eacc8e3b156
date: '2021-12-09T14:21:20'
Loading