-
Notifications
You must be signed in to change notification settings - Fork 811
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare 2021.3 * Apply changes * Update metafile name * Fix metafile variable * Fix forgotten bits * ANT-605 Reenable part of the nightly (templates) (#7345) * Reenable part of the nightly (templates) * Fix 2021_2/3 variable
- Loading branch information
Théo Penavaire
authored
Apr 7, 2022
1 parent
2533ac2
commit ad85b53
Showing
199 changed files
with
6,791 additions
and
6,714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cache: | ||
flags: --extra-editor-arg="-cacheServerNamespacePrefix" --extra-editor-arg="SRP_2021.2" --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_2021.3" --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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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_2021.3.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 2021.3 --ono-branch $ONO_BRANCH_2021_2 --api-key $ONO_API_KEY --commit-and-push --nr-commits-to-retrieve 1 | ||
triggers: | ||
recurring: | ||
- branch: 2021.3/staging | ||
frequency: 21 * * ? |
Oops, something went wrong.