Skip to content

chore(deps): update dependency recipeengine.modules.wrench to 0.12.0 (develop) #3509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ api_validation_-_netcode_gameobjects_-_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/staging -c Editor --fast
- command: unity-downloader-cli -u 2021.3/staging -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/PackageJsonCondersor.py
Expand Down Expand Up @@ -51,8 +51,8 @@ api_validation_-_netcode_gameobjects_-_2021_3_-_windows:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 0.11.3.0
UPMPVP_CONTEXT_WRENCH: 0.12.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.11.3.0
Wrench: 0.12.0.0

2 changes: 1 addition & 1 deletion .yamato/wrench/package-pack-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ package_pack_-_netcode_gameobjects:
UPMCI_ACK_LARGE_PACKAGE: 1
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.11.3.0
Wrench: 0.12.0.0

110 changes: 55 additions & 55 deletions .yamato/wrench/preview-a-p-v.yml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .yamato/wrench/promotion-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ publish_dry_run_netcode_gameobjects:
ignore_artifact: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 0.11.3.0
UPMPVP_CONTEXT_WRENCH: 0.12.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.11.3.0
Wrench: 0.12.0.0

# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
publish_netcode_gameobjects:
Expand Down Expand Up @@ -420,8 +420,8 @@ publish_netcode_gameobjects:
ignore_artifact: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 0.11.3.0
UPMPVP_CONTEXT_WRENCH: 0.12.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.11.3.0
Wrench: 0.12.0.0

2 changes: 1 addition & 1 deletion .yamato/wrench/recipe-regeneration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ test_-_wrench_jobs_up_to_date:
cancel_old_ci: true
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.11.3.0
Wrench: 0.12.0.0

216 changes: 108 additions & 108 deletions .yamato/wrench/validation-jobs.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yamato/wrench/wrench_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"publishing_job": ".yamato/wrench/promotion-jobs.yml#publish_netcode_gameobjects",
"branch_pattern": "ReleaseSlash",
"wrench_version": "0.11.3.0",
"wrench_version": "0.12.0.0",
"pvp_exemption_path": ".yamato/wrench/pvp-exemptions.json",
"cs_project_path": "Tools\\CI\\NGO.Cookbook.csproj"
}
2 changes: 1 addition & 1 deletion Tools/CI/NGO.Cookbook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RecipeEngine.Modules.Wrench" Version="0.11.3" />
<PackageReference Include="RecipeEngine.Modules.Wrench" Version="0.12.0" />
</ItemGroup>

</Project>
Loading