Skip to content

Commit 12a5334

Browse files
Merge branch 'develop' into pvp-fixes-develop
2 parents 749a770 + 18aed1f commit 12a5334

File tree

10 files changed

+141
-134
lines changed

10 files changed

+141
-134
lines changed

.github/workflows/conventional-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Conventional PR
22

3-
# Controls when the action will run.
3+
# Controls when the action will run.
44
on:
55
pull_request:
66
branches:
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: semantic-pull-request
1919
# Internal Unity mirror available at jesseo/action-semantic-pull-request, but actions from private repos aren't supported, so continue to use the public one below
20-
uses: amannn/action-semantic-pull-request@b7a9a97cb10fa6e1ae02647e718798175f6b1f1d
20+
uses: amannn/action-semantic-pull-request@v5
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
@@ -34,4 +34,4 @@ jobs:
3434
# For work-in-progress PRs you can typically use draft pull requests from Github. However, private repositories on the free plan don't have this option and therefore this action allows you to opt-in to using the special '[WIP]' prefix to indicate this state. This will avoid the validation of the PR title and the pull request checks remain pending. Note that a second check will be reported if this is enabled.
3535
#wip: # optional
3636
# When using "Squash and merge" on a PR with only one commit, GitHub will suggest using that commit message instead of the PR title for the merge commit, and it's easy to commit this by mistake. Enable this option to also validate the commit message for one commit PRs.
37-
validateSingleCommit: true # optional
37+
# validateSingleCommit: true # optional

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Auto-generated by Recipe Engine, do not modify manually.
22
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
3+
all_api_validation_jobs:
4+
name: All API Validation Jobs
5+
dependencies:
6+
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_netcode_gameobjects_-_2021_3_-_windows
37

48
# upm-ci validation tests for API Validation - netcode.gameobjects - 2021.3 - windows (2021.3 - Windows).
59
api_validation_-_netcode_gameobjects_-_2021_3_-_windows:
@@ -9,7 +13,7 @@ api_validation_-_netcode_gameobjects_-_2021_3_-_windows:
913
type: Unity::VM
1014
flavor: b1.large
1115
commands:
12-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_6391218b3c9a0a6d36cd0b122ff5dd48d68381a518cd09da6f7279c68a7c7962.zip -o wrench-localapv.zip
16+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-58_ab06748e39f9b01f55b979c0c06d7c1f787e07cbca4dc6ae5eef274fd195612a.zip -o wrench-localapv.zip
1317
- command: 7z x -aoa wrench-localapv.zip
1418
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
1519
- command: python PythonScripts/print_machine_info.py
@@ -47,11 +51,8 @@ api_validation_-_netcode_gameobjects_-_2021_3_-_windows:
4751
dependencies:
4852
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
4953
variables:
50-
UPMPVP_CONTEXT_WRENCH: 0.10.37.0
51-
triggers:
52-
expression: push.branch match "^release/.*"
53-
cancel_old_ci: true
54+
UPMPVP_CONTEXT_WRENCH: 0.10.40.0
5455
metadata:
5556
Job Maintainers: '#rm-packageworks'
56-
Wrench: 0.10.37.0
57+
Wrench: 0.10.40.0
5758

.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_-_netcode_gameobjects:
2424
UPMCI_ACK_LARGE_PACKAGE: 1
2525
metadata:
2626
Job Maintainers: '#rm-packageworks'
27-
Wrench: 0.10.37.0
27+
Wrench: 0.10.40.0
2828

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

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

.yamato/wrench/promotion-jobs.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish_dry_run_netcode_gameobjects:
99
type: Unity::VM
1010
flavor: b1.large
1111
commands:
12-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_6391218b3c9a0a6d36cd0b122ff5dd48d68381a518cd09da6f7279c68a7c7962.zip -o wrench-localapv.zip
12+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-58_ab06748e39f9b01f55b979c0c06d7c1f787e07cbca4dc6ae5eef274fd195612a.zip -o wrench-localapv.zip
1313
- command: 7z x -aoa wrench-localapv.zip
1414
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
1515
- command: python PythonScripts/print_machine_info.py
@@ -148,13 +148,10 @@ publish_dry_run_netcode_gameobjects:
148148
unzip: true
149149
variables:
150150
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
151-
UPMPVP_CONTEXT_WRENCH: 0.10.37.0
152-
triggers:
153-
expression: push.branch match "^release/.*"
154-
cancel_old_ci: true
151+
UPMPVP_CONTEXT_WRENCH: 0.10.40.0
155152
metadata:
156153
Job Maintainers: '#rm-packageworks'
157-
Wrench: 0.10.37.0
154+
Wrench: 0.10.40.0
158155

159156
# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
160157
publish_netcode_gameobjects:
@@ -164,7 +161,7 @@ publish_netcode_gameobjects:
164161
type: Unity::VM
165162
flavor: b1.large
166163
commands:
167-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_6391218b3c9a0a6d36cd0b122ff5dd48d68381a518cd09da6f7279c68a7c7962.zip -o wrench-localapv.zip
164+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-58_ab06748e39f9b01f55b979c0c06d7c1f787e07cbca4dc6ae5eef274fd195612a.zip -o wrench-localapv.zip
168165
- command: 7z x -aoa wrench-localapv.zip
169166
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
170167
- command: python PythonScripts/print_machine_info.py
@@ -303,8 +300,8 @@ publish_netcode_gameobjects:
303300
unzip: true
304301
variables:
305302
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
306-
UPMPVP_CONTEXT_WRENCH: 0.10.37.0
303+
UPMPVP_CONTEXT_WRENCH: 0.10.40.0
307304
metadata:
308305
Job Maintainers: '#rm-packageworks'
309-
Wrench: 0.10.37.0
306+
Wrench: 0.10.40.0
310307

.yamato/wrench/publish-trigger.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Auto-generated by Recipe Engine, do not modify manually.
2+
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
3+
all_promotion_related_jobs_promotiontrigger:
4+
name: All Promotion Related Jobs PromotionTrigger
5+
dependencies:
6+
- path: .yamato/wrench/api-validation-jobs.yml#all_api_validation_jobs
7+
- path: .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs
8+
- path: .yamato/wrench/promotion-jobs.yml#publish_dry_run_netcode_gameobjects
9+
triggers:
10+
expression: push.branch match "^release/.*"
11+
cancel_old_ci: true
12+

.yamato/wrench/recipe-regeneration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ test_-_wrench_jobs_up_to_date:
99
type: Unity::VM
1010
flavor: b1.large
1111
commands:
12-
- command: dotnet run --project Tools/CI/NGO.Cookbook.csproj
12+
- command: dotnet run --project Tools\CI\NGO.Cookbook.csproj
1313
- command: |-
1414
if [ -n "$(git status --porcelain)" ]; then
1515
git status
1616
echo "Your repo is not clean - diff output:"
1717
git diff
1818
echo "You must run recipe generation after updating recipes to update the generated YAML!"
19-
echo "Run 'dotnet run --project Tools/CI/NGO.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench."
19+
echo "Run 'dotnet run --project Tools\CI\NGO.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench."
2020
exit 1
2121
fi
2222
variables:
@@ -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.10.37.0
29+
Wrench: 0.10.40.0
3030

0 commit comments

Comments
 (0)