Skip to content

Commit 0fce291

Browse files
committed
Use latest version of wrench
1 parent 9665f12 commit 0fce291

9 files changed

Lines changed: 199 additions & 203 deletions

.yamato/wrench/api-validation-jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ api_validation_-_postprocessing_-_2019_4_-_windows:
2020
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
2121
timeout: 20
2222
retries: 10
23-
- command: unity-downloader-cli -u 2019.4/staging -c Editor --fast
23+
- command: unity-downloader-cli -u 2019.4 -c editor --path .Editor --fast
2424
timeout: 10
2525
retries: 3
2626
- command: python PythonScripts/PackageJsonCondersor.py
@@ -51,8 +51,8 @@ api_validation_-_postprocessing_-_2019_4_-_windows:
5151
dependencies:
5252
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_postprocessing
5353
variables:
54-
UPMPVP_CONTEXT_WRENCH: 0.11.0.0
54+
UPMPVP_CONTEXT_WRENCH: 0.12.0.0
5555
metadata:
5656
Job Maintainers: '#rm-packageworks'
57-
Wrench: 0.11.0.0
57+
Wrench: 0.12.0.0
5858

.yamato/wrench/package-pack-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ package_pack_-_postprocessing:
2424
UPMCI_ACK_LARGE_PACKAGE: 1
2525
metadata:
2626
Job Maintainers: '#rm-packageworks'
27-
Wrench: 0.11.0.0
27+
Wrench: 0.12.0.0
2828

.yamato/wrench/preview-a-p-v.yml

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

.yamato/wrench/promotion-jobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ publish_dry_run_postprocessing:
248248
ignore_artifact: true
249249
variables:
250250
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
251-
UPMPVP_CONTEXT_WRENCH: 0.11.0.0
251+
UPMPVP_CONTEXT_WRENCH: 0.12.0.0
252252
metadata:
253253
Job Maintainers: '#rm-packageworks'
254-
Wrench: 0.11.0.0
254+
Wrench: 0.12.0.0
255255

256256
# Publish for postprocessing to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
257257
publish_postprocessing:
@@ -500,8 +500,8 @@ publish_postprocessing:
500500
ignore_artifact: true
501501
variables:
502502
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
503-
UPMPVP_CONTEXT_WRENCH: 0.11.0.0
503+
UPMPVP_CONTEXT_WRENCH: 0.12.0.0
504504
metadata:
505505
Job Maintainers: '#rm-packageworks'
506-
Wrench: 0.11.0.0
506+
Wrench: 0.12.0.0
507507

.yamato/wrench/recipe-regeneration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ test_-_wrench_jobs_up_to_date:
2626
cancel_old_ci: true
2727
metadata:
2828
Job Maintainers: '#rm-packageworks'
29-
Wrench: 0.11.0.0
29+
Wrench: 0.12.0.0
3030

.yamato/wrench/validation-jobs.yml

Lines changed: 132 additions & 132 deletions
Large diffs are not rendered by default.

.yamato/wrench/wrench_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"publishing_job": ".yamato/wrench/promotion-jobs.yml#publish_postprocessing",
3333
"branch_pattern": "ReleaseSlash",
34-
"wrench_version": "0.11.0.0",
34+
"wrench_version": "0.12.0.0",
3535
"pvp_exemption_path": ".yamato/wrench/pvp-exemptions.json",
3636
"cs_project_path": "Tools/CI/Graphics.Cookbook.csproj"
3737
}

Tools/CI/Graphics.Cookbook.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="RecipeEngine.Modules.Wrench" Version="0.11.0" />
11+
<PackageReference Include="RecipeEngine.Modules.Wrench" Version="0.12.0" />
1212
</ItemGroup>
1313

1414
</Project>

Tools/CI/Settings/GraphicsSettings.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class GraphicsSettings : AnnotatedSettingsBase
1717
{
1818
{
1919
s_PackageName,
20-
new PackageOptions() { ReleaseOptions = new ReleaseOptions() { IsReleasing = true } },
20+
new PackageOptions() { ReleaseOptions = new ReleaseOptions() { IsReleasing = true } }
2121
}
2222
};
2323

@@ -48,10 +48,6 @@ public GraphicsSettings()
4848
PackageOptions
4949
);
5050

51-
Wrench.Packages[s_PackageName].AdditionalEditorVersions =
52-
[
53-
"2019.4",
54-
];
5551
Wrench.Packages[s_PackageName].EditorPlatforms = ImageOverrides;
5652
}
5753

0 commit comments

Comments
 (0)