1
1
# Auto-generated by Recipe Engine, do not modify manually.
2
- # This job is generated by the wrench recipe engine module.
2
+ # This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
3
3
4
4
# Publish Dry Run for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
5
5
publish_dry_run_netcode_gameobjects :
@@ -9,7 +9,7 @@ publish_dry_run_netcode_gameobjects:
9
9
type : Unity::VM
10
10
flavor : b1.large
11
11
commands :
12
- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe .zip -o wrench-localapv.zip
12
+ - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e .zip -o wrench-localapv.zip
13
13
- command : 7z x -aoa wrench-localapv.zip
14
14
- command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
15
15
- command : python PythonScripts/print_machine_info.py
@@ -19,7 +19,7 @@ publish_dry_run_netcode_gameobjects:
19
19
- command : python PythonScripts/run_publish_if_any_package_left.py --dry-run
20
20
after :
21
21
- command : curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
22
- - command : bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.0 || exit 0
22
+ - command : bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
23
23
timeout : 10
24
24
retries : 1
25
25
artifacts :
@@ -77,15 +77,39 @@ publish_dry_run_netcode_gameobjects:
77
77
pvp-results :
78
78
location : results/pvp/validate-netcode.gameobjects-6000.1-windows
79
79
unzip : true
80
+ - path : .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_macos
81
+ specific_options :
82
+ UTR :
83
+ location : results/UTR/validate-netcode.gameobjects-6000.2-macos
84
+ unzip : true
85
+ pvp-results :
86
+ location : results/pvp/validate-netcode.gameobjects-6000.2-macos
87
+ unzip : true
88
+ - path : .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_ubuntu
89
+ specific_options :
90
+ UTR :
91
+ location : results/UTR/validate-netcode.gameobjects-6000.2-ubuntu
92
+ unzip : true
93
+ pvp-results :
94
+ location : results/pvp/validate-netcode.gameobjects-6000.2-ubuntu
95
+ unzip : true
96
+ - path : .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_windows
97
+ specific_options :
98
+ UTR :
99
+ location : results/UTR/validate-netcode.gameobjects-6000.2-windows
100
+ unzip : true
101
+ pvp-results :
102
+ location : results/pvp/validate-netcode.gameobjects-6000.2-windows
103
+ unzip : true
80
104
variables :
81
105
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION : 1
82
- UPMPVP_CONTEXT_WRENCH : 0.10.31 .0
106
+ UPMPVP_CONTEXT_WRENCH : 0.10.36 .0
83
107
triggers :
84
108
expression : push.branch match "^release/.*"
85
109
cancel_old_ci : true
86
110
metadata :
87
111
Job Maintainers : ' #rm-packageworks'
88
- Wrench : 0.10.31 .0
112
+ Wrench : 0.10.36 .0
89
113
90
114
# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
91
115
publish_netcode_gameobjects :
@@ -95,7 +119,7 @@ publish_netcode_gameobjects:
95
119
type : Unity::VM
96
120
flavor : b1.large
97
121
commands :
98
- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe .zip -o wrench-localapv.zip
122
+ - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-56_236616cc910608f3016a29947795c2e53f0c0dbfa45128d551397825ed65689e .zip -o wrench-localapv.zip
99
123
- command : 7z x -aoa wrench-localapv.zip
100
124
- command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
101
125
- command : python PythonScripts/print_machine_info.py
@@ -105,7 +129,7 @@ publish_netcode_gameobjects:
105
129
- command : python PythonScripts/run_publish_if_any_package_left.py
106
130
after :
107
131
- command : curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
108
- - command : bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.0 || exit 0
132
+ - command : bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
109
133
timeout : 10
110
134
retries : 1
111
135
artifacts :
@@ -163,10 +187,34 @@ publish_netcode_gameobjects:
163
187
pvp-results :
164
188
location : results/pvp/validate-netcode.gameobjects-6000.1-windows
165
189
unzip : true
190
+ - path : .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_macos
191
+ specific_options :
192
+ UTR :
193
+ location : results/UTR/validate-netcode.gameobjects-6000.2-macos
194
+ unzip : true
195
+ pvp-results :
196
+ location : results/pvp/validate-netcode.gameobjects-6000.2-macos
197
+ unzip : true
198
+ - path : .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_ubuntu
199
+ specific_options :
200
+ UTR :
201
+ location : results/UTR/validate-netcode.gameobjects-6000.2-ubuntu
202
+ unzip : true
203
+ pvp-results :
204
+ location : results/pvp/validate-netcode.gameobjects-6000.2-ubuntu
205
+ unzip : true
206
+ - path : .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_windows
207
+ specific_options :
208
+ UTR :
209
+ location : results/UTR/validate-netcode.gameobjects-6000.2-windows
210
+ unzip : true
211
+ pvp-results :
212
+ location : results/pvp/validate-netcode.gameobjects-6000.2-windows
213
+ unzip : true
166
214
variables :
167
215
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION : 1
168
- UPMPVP_CONTEXT_WRENCH : 0.10.31 .0
216
+ UPMPVP_CONTEXT_WRENCH : 0.10.36 .0
169
217
metadata :
170
218
Job Maintainers : ' #rm-packageworks'
171
- Wrench : 0.10.31 .0
219
+ Wrench : 0.10.36 .0
172
220
0 commit comments