Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@
.npmrc
.vsconfig
packages-lock.json
Tools/CI/bin
3 changes: 1 addition & 2 deletions .yamato/config.metadata
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
test_editors:
- version: 2022.3
- version: 6000.0
- version: 6000.3
- version: 6000.4
- version: 6000.5
- version: trunk
23 changes: 14 additions & 9 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Auto-generated by Recipe Engine, do not modify manually.
#######################################################
### ###
### Auto-generated by Recipe Engine, DO NOT EDIT. ###
### ###
#######################################################
# Source: RecipeEngine.Modules.Wrench.Recipes.ApiValidationJobs
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
all_api_validation_jobs:
name: All API Validation Jobs
dependencies:
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_mobile_android-logcat_-_2021_3_-_windows
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_mobile_android-logcat_-_6000_0_-_win10

# upm-ci validation tests for API Validation - mobile.android-logcat - 2021.3 - windows (2021.3 - Windows).
api_validation_-_mobile_android-logcat_-_2021_3_-_windows:
name: API Validation - mobile.android-logcat - 2021.3 - windows
# upm-ci validation tests for API Validation - mobile.android-logcat - 6000.0 - win10 (6000.0 - Windows).
api_validation_-_mobile_android-logcat_-_6000_0_-_win10:
name: API Validation - mobile.android-logcat - 6000.0 - win10
agent:
image: package-ci/win10:default
image: package-ci/win10:v4
type: Unity::VM
flavor: b1.large
commands:
Expand All @@ -20,7 +25,7 @@ api_validation_-_mobile_android-logcat_-_2021_3_-_windows:
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
timeout: 20
retries: 10
- command: unity-downloader-cli -u 2021.3 -c editor --path .Editor --fast
- command: unity-downloader-cli -u 6000.0/staging -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/PackageJsonCondersor.py
Expand Down Expand Up @@ -55,8 +60,8 @@ api_validation_-_mobile_android-logcat_-_2021_3_-_windows:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
UPMPVP_CONTEXT_WRENCH: 2.6.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.8.0
Wrench: 2.6.0.0

11 changes: 8 additions & 3 deletions .yamato/wrench/package-pack-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Auto-generated by Recipe Engine, do not modify manually.
#######################################################
### ###
### Auto-generated by Recipe Engine, DO NOT EDIT. ###
### ###
#######################################################
# Source: RecipeEngine.Modules.Wrench.Recipes.PackagePackJobs
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb

# Pack Android Logcat
package_pack_-_mobile_android-logcat:
name: Package Pack - mobile.android-logcat
agent:
image: package-ci/ubuntu-20.04:default
image: package-ci/ubuntu-22.04:v4
type: Unity::VM
flavor: b1.large
commands:
Expand All @@ -26,5 +31,5 @@ package_pack_-_mobile_android-logcat:
UPMCI_ACK_LARGE_PACKAGE: 1
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.8.0
Wrench: 2.6.0.0

9 changes: 9 additions & 0 deletions .yamato/wrench/player-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#######################################################
### ###
### Auto-generated by Recipe Engine, DO NOT EDIT. ###
### ###
#######################################################
# Source: RecipeEngine.Modules.Wrench.Recipes.PlayerBuild
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
{}

9 changes: 9 additions & 0 deletions .yamato/wrench/player-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#######################################################
### ###
### Auto-generated by Recipe Engine, DO NOT EDIT. ###
### ###
#######################################################
# Source: RecipeEngine.Modules.Wrench.Recipes.PlayerTest
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
{}

Loading