-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ant-605 - Reenable template ppv2 nightlies (#7342)
* Update yamls (no metafile changes) * Add part of nightly back * Use LTS versions to test ppv2 * Use 2020LTS
- Loading branch information
Théo Penavaire
authored
Apr 7, 2022
1 parent
815ce78
commit fa00646
Showing
192 changed files
with
4,088 additions
and
4,009 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
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_trunk.metafile -%} | ||
|
||
--- | ||
|
||
editor-pinning-update: | ||
name: Update pinned editor versions | ||
agent: | ||
type: Unity::VM | ||
image: package-ci/ubuntu:stable | ||
flavor: b1.small | ||
variables: | ||
CI: true | ||
commands: | ||
- pip3 config set global.index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple | ||
- pip3 install ruamel.yaml | ||
- sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* | ||
- curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - | ||
- sudo sh -c "echo 'deb https://artifactory.prd.it.unity3d.com/artifactory/unity-apt-local bionic main' > /etc/apt/sources.list.d/unity.list" | ||
- sudo apt update | ||
- sudo apt install unity-downloader-cli | ||
- git config --global user.name "noreply@unity3d.com" | ||
- git config --global user.email "noreply@unity3d.com" | ||
- git checkout $GIT_BRANCH | ||
- python3 .yamato/script/editor_scripts/update_revisions.py --track trunk --ono-branch $ONO_BRANCH_TRUNK --api-key $ONO_API_KEY --commit-and-push --nr-commits-to-retrieve 1 | ||
triggers: | ||
recurring: | ||
- branch: master | ||
frequency: 21 * * ? |
Oops, something went wrong.