Skip to content

Commit d13ddda

Browse files
committed
Regenerated Wrench recipes after minimal editor changed for the package
1 parent bff42dd commit d13ddda

File tree

5 files changed

+6
-430
lines changed

5 files changed

+6
-430
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
all_api_validation_jobs:
44
name: All API Validation Jobs
55
dependencies:
6-
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_netcode_gameobjects_-_2021_3_-_windows
6+
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_netcode_gameobjects_-_2022_3_-_windows
77

8-
# upm-ci validation tests for API Validation - netcode.gameobjects - 2021.3 - windows (2021.3 - Windows).
9-
api_validation_-_netcode_gameobjects_-_2021_3_-_windows:
10-
name: API Validation - netcode.gameobjects - 2021.3 - windows
8+
# upm-ci validation tests for API Validation - netcode.gameobjects - 2022.3 - windows (2022.3 - Windows).
9+
api_validation_-_netcode_gameobjects_-_2022_3_-_windows:
10+
name: API Validation - netcode.gameobjects - 2022.3 - windows
1111
agent:
1212
image: package-ci/win10:default
1313
type: Unity::VM
@@ -20,7 +20,7 @@ api_validation_-_netcode_gameobjects_-_2021_3_-_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 2021.3/staging -c editor --path .Editor --fast
23+
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
2424
timeout: 10
2525
retries: 3
2626
- command: python PythonScripts/PackageJsonCondersor.py

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

Lines changed: 0 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
all_preview_apv_jobs:
66
name: All Preview APV Jobs
77
dependencies:
8-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2021_3_-_macos
9-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2021_3_-_ubuntu
10-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2021_3_-_windows
118
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_macos
129
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_ubuntu
1310
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_windows
@@ -21,169 +18,6 @@ all_preview_apv_jobs:
2118
Job Maintainers: '#rm-packageworks'
2219
Wrench: 1.1.3.0
2320

24-
# Functional tests for dependents found in the latest 2021.3 manifest (MacOS).
25-
preview_apv_-_2021_3_-_macos:
26-
name: Preview APV - 2021.3 - macos
27-
agent:
28-
image: package-ci/macos-13:default
29-
type: Unity::VM::osx
30-
flavor: b1.xlarge
31-
commands:
32-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-72_a4dd85cf1f7f298f0ad40b6cddfe56a92ed54d408f336c1688069ca743ea46fb.zip -o wrench-localapv.zip
33-
- command: 7z x -aoa wrench-localapv.zip
34-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
35-
- command: python PythonScripts/print_machine_info.py
36-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
37-
timeout: 20
38-
retries: 10
39-
- command: unity-downloader-cli -u 2021.3/staging -c editor --path .Editor --fast
40-
timeout: 10
41-
retries: 3
42-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2021.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
43-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
44-
after:
45-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
46-
artifacts:
47-
Crash Dumps:
48-
paths:
49-
- CrashDumps/**
50-
logs:
51-
paths:
52-
- '*.log'
53-
- '*.xml'
54-
- upm-ci~/test-results/**/*
55-
- upm-ci~/temp/*/Logs/**
56-
- upm-ci~/temp/*/Library/*.log
57-
- upm-ci~/temp/*/*.log
58-
- upm-ci~/temp/Builds/*.log
59-
packages:
60-
paths:
61-
- upm-ci~/packages/**/*
62-
PreviewAPVResults:
63-
paths:
64-
- PreviewApvArtifacts~/**
65-
- APVTest/**/manifest.json
66-
pvp-results:
67-
paths:
68-
- upm-ci~/pvp/**/*
69-
browsable: onDemand
70-
dependencies:
71-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
72-
variables:
73-
UPMPVP_CONTEXT_WRENCH: 1.1.3.0
74-
metadata:
75-
Job Maintainers: '#rm-packageworks'
76-
Wrench: 1.1.3.0
77-
78-
# Functional tests for dependents found in the latest 2021.3 manifest (Ubuntu).
79-
preview_apv_-_2021_3_-_ubuntu:
80-
name: Preview APV - 2021.3 - ubuntu
81-
agent:
82-
image: package-ci/ubuntu-20.04:default
83-
type: Unity::VM
84-
flavor: b1.large
85-
commands:
86-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-72_a4dd85cf1f7f298f0ad40b6cddfe56a92ed54d408f336c1688069ca743ea46fb.zip -o wrench-localapv.zip
87-
- command: 7z x -aoa wrench-localapv.zip
88-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
89-
- command: python PythonScripts/print_machine_info.py
90-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
91-
timeout: 20
92-
retries: 10
93-
- command: unity-downloader-cli -u 2021.3/staging -c editor --path .Editor --fast
94-
timeout: 10
95-
retries: 3
96-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2021.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
97-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
98-
after:
99-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
100-
artifacts:
101-
Crash Dumps:
102-
paths:
103-
- CrashDumps/**
104-
logs:
105-
paths:
106-
- '*.log'
107-
- '*.xml'
108-
- upm-ci~/test-results/**/*
109-
- upm-ci~/temp/*/Logs/**
110-
- upm-ci~/temp/*/Library/*.log
111-
- upm-ci~/temp/*/*.log
112-
- upm-ci~/temp/Builds/*.log
113-
packages:
114-
paths:
115-
- upm-ci~/packages/**/*
116-
PreviewAPVResults:
117-
paths:
118-
- PreviewApvArtifacts~/**
119-
- APVTest/**/manifest.json
120-
pvp-results:
121-
paths:
122-
- upm-ci~/pvp/**/*
123-
browsable: onDemand
124-
dependencies:
125-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
126-
variables:
127-
UPMPVP_CONTEXT_WRENCH: 1.1.3.0
128-
metadata:
129-
Job Maintainers: '#rm-packageworks'
130-
Wrench: 1.1.3.0
131-
132-
# Functional tests for dependents found in the latest 2021.3 manifest (Windows).
133-
preview_apv_-_2021_3_-_windows:
134-
name: Preview APV - 2021.3 - windows
135-
agent:
136-
image: package-ci/win10:default
137-
type: Unity::VM
138-
flavor: b1.large
139-
commands:
140-
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
141-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-72_a4dd85cf1f7f298f0ad40b6cddfe56a92ed54d408f336c1688069ca743ea46fb.zip -o wrench-localapv.zip
142-
- command: 7z x -aoa wrench-localapv.zip
143-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
144-
- command: python PythonScripts/print_machine_info.py
145-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
146-
timeout: 20
147-
retries: 10
148-
- command: unity-downloader-cli -u 2021.3/staging -c editor --path .Editor --fast
149-
timeout: 10
150-
retries: 3
151-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2021.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
152-
- command: python PythonScripts/editor_manifest_validator.py --version=2021.3 --wrench-config=.yamato/wrench/wrench_config.json
153-
after:
154-
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
155-
artifacts:
156-
Crash Dumps:
157-
paths:
158-
- CrashDumps/**
159-
logs:
160-
paths:
161-
- '*.log'
162-
- '*.xml'
163-
- upm-ci~/test-results/**/*
164-
- upm-ci~/temp/*/Logs/**
165-
- upm-ci~/temp/*/Library/*.log
166-
- upm-ci~/temp/*/*.log
167-
- upm-ci~/temp/Builds/*.log
168-
packages:
169-
paths:
170-
- upm-ci~/packages/**/*
171-
PreviewAPVResults:
172-
paths:
173-
- PreviewApvArtifacts~/**
174-
- APVTest/**/manifest.json
175-
pvp-results:
176-
paths:
177-
- upm-ci~/pvp/**/*
178-
browsable: onDemand
179-
dependencies:
180-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
181-
variables:
182-
UPMPVP_CONTEXT_WRENCH: 1.1.3.0
183-
metadata:
184-
Job Maintainers: '#rm-packageworks'
185-
Wrench: 1.1.3.0
186-
18721
# Functional tests for dependents found in the latest 2022.3 manifest (MacOS).
18822
preview_apv_-_2022_3_-_macos:
18923
name: Preview APV - 2022.3 - macos

.yamato/wrench/promotion-jobs.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,6 @@ publish_dry_run_netcode_gameobjects:
2626
browsable: onNonSuccess
2727
dependencies:
2828
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
29-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2021_3_-_macos
30-
specific_options:
31-
UTR:
32-
location: results/UTR/validate-netcode.gameobjects-2021.3-macos
33-
unzip: true
34-
pvp-results:
35-
location: results/pvp/validate-netcode.gameobjects-2021.3-macos
36-
unzip: true
37-
packages:
38-
ignore_artifact: true
39-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2021_3_-_ubuntu
40-
specific_options:
41-
UTR:
42-
location: results/UTR/validate-netcode.gameobjects-2021.3-ubuntu
43-
unzip: true
44-
pvp-results:
45-
location: results/pvp/validate-netcode.gameobjects-2021.3-ubuntu
46-
unzip: true
47-
packages:
48-
ignore_artifact: true
49-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2021_3_-_windows
50-
specific_options:
51-
UTR:
52-
location: results/UTR/validate-netcode.gameobjects-2021.3-windows
53-
unzip: true
54-
pvp-results:
55-
location: results/pvp/validate-netcode.gameobjects-2021.3-windows
56-
unzip: true
57-
packages:
58-
ignore_artifact: true
5929
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_macos
6030
specific_options:
6131
UTR:
@@ -178,36 +148,6 @@ publish_netcode_gameobjects:
178148
browsable: onNonSuccess
179149
dependencies:
180150
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
181-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2021_3_-_macos
182-
specific_options:
183-
UTR:
184-
location: results/UTR/validate-netcode.gameobjects-2021.3-macos
185-
unzip: true
186-
pvp-results:
187-
location: results/pvp/validate-netcode.gameobjects-2021.3-macos
188-
unzip: true
189-
packages:
190-
ignore_artifact: true
191-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2021_3_-_ubuntu
192-
specific_options:
193-
UTR:
194-
location: results/UTR/validate-netcode.gameobjects-2021.3-ubuntu
195-
unzip: true
196-
pvp-results:
197-
location: results/pvp/validate-netcode.gameobjects-2021.3-ubuntu
198-
unzip: true
199-
packages:
200-
ignore_artifact: true
201-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2021_3_-_windows
202-
specific_options:
203-
UTR:
204-
location: results/UTR/validate-netcode.gameobjects-2021.3-windows
205-
unzip: true
206-
pvp-results:
207-
location: results/pvp/validate-netcode.gameobjects-2021.3-windows
208-
unzip: true
209-
packages:
210-
ignore_artifact: true
211151
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_2022_3_-_macos
212152
specific_options:
213153
UTR:

0 commit comments

Comments
 (0)