Skip to content

Commit 1912bbc

Browse files
chore(deps): update bokken image package-ci/ubuntu-22.04 to v4.80.0
1 parent 0178073 commit 1912bbc

File tree

4 files changed

+3
-427
lines changed

4 files changed

+3
-427
lines changed

.yamato/project.metafile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
small_agent_platform:
2424
- name: ubuntu
2525
type: Unity::VM
26-
image: package-ci/ubuntu-22.04:v4.77.0
26+
image: package-ci/ubuntu-22.04:v4.80.0
2727
flavor: b1.small
2828

2929

@@ -38,13 +38,13 @@ test_platforms:
3838
default:
3939
- name: ubuntu
4040
type: Unity::VM
41-
image: package-ci/ubuntu-22.04:v4.77.0
41+
image: package-ci/ubuntu-22.04:v4.80.0
4242
flavor: b1.large
4343
standalone: StandaloneLinux64
4444
desktop:
4545
- name: ubuntu
4646
type: Unity::VM
47-
image: package-ci/ubuntu-22.04:v4.77.0
47+
image: package-ci/ubuntu-22.04:v4.80.0
4848
flavor: b1.large
4949
smaller_flavor: b1.medium
5050
standalone: StandaloneLinux64

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

Lines changed: 0 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ all_preview_apv_jobs:
1111
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos
1212
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu
1313
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_windows
14-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_macos
15-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_ubuntu
16-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_windows
1714
metadata:
1815
Job Maintainers: '#rm-packageworks'
1916
Wrench: 1.3.0.0
@@ -344,166 +341,3 @@ preview_apv_-_6000_0_-_windows:
344341
Job Maintainers: '#rm-packageworks'
345342
Wrench: 1.3.0.0
346343

347-
# Functional tests for dependents found in the latest 6000.2 manifest (MacOS).
348-
preview_apv_-_6000_2_-_macos:
349-
name: Preview APV - 6000.2 - macos
350-
agent:
351-
image: package-ci/macos-13:default
352-
type: Unity::VM::osx
353-
flavor: b1.xlarge
354-
commands:
355-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
356-
- command: 7z x -aoa wrench-localapv.zip
357-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
358-
- command: python PythonScripts/print_machine_info.py
359-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
360-
timeout: 20
361-
retries: 10
362-
- command: unity-downloader-cli -u 6000.2/staging -c editor --path .Editor --fast
363-
timeout: 10
364-
retries: 3
365-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
366-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
367-
after:
368-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
369-
artifacts:
370-
Crash Dumps:
371-
paths:
372-
- CrashDumps/**
373-
logs:
374-
paths:
375-
- '*.log'
376-
- '*.xml'
377-
- upm-ci~/test-results/**/*
378-
- upm-ci~/temp/*/Logs/**
379-
- upm-ci~/temp/*/Library/*.log
380-
- upm-ci~/temp/*/*.log
381-
- upm-ci~/temp/Builds/*.log
382-
packages:
383-
paths:
384-
- upm-ci~/packages/**/*
385-
PreviewAPVResults:
386-
paths:
387-
- PreviewApvArtifacts~/**
388-
- APVTest/**/manifest.json
389-
pvp-results:
390-
paths:
391-
- upm-ci~/pvp/**/*
392-
browsable: onDemand
393-
dependencies:
394-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
395-
variables:
396-
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
397-
metadata:
398-
Job Maintainers: '#rm-packageworks'
399-
Wrench: 1.3.0.0
400-
401-
# Functional tests for dependents found in the latest 6000.2 manifest (Ubuntu).
402-
preview_apv_-_6000_2_-_ubuntu:
403-
name: Preview APV - 6000.2 - ubuntu
404-
agent:
405-
image: package-ci/ubuntu-22.04:v4
406-
type: Unity::VM
407-
flavor: b1.large
408-
commands:
409-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
410-
- command: 7z x -aoa wrench-localapv.zip
411-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
412-
- command: python PythonScripts/print_machine_info.py
413-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
414-
timeout: 20
415-
retries: 10
416-
- command: unity-downloader-cli -u 6000.2/staging -c editor --path .Editor --fast
417-
timeout: 10
418-
retries: 3
419-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
420-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
421-
after:
422-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
423-
artifacts:
424-
Crash Dumps:
425-
paths:
426-
- CrashDumps/**
427-
logs:
428-
paths:
429-
- '*.log'
430-
- '*.xml'
431-
- upm-ci~/test-results/**/*
432-
- upm-ci~/temp/*/Logs/**
433-
- upm-ci~/temp/*/Library/*.log
434-
- upm-ci~/temp/*/*.log
435-
- upm-ci~/temp/Builds/*.log
436-
packages:
437-
paths:
438-
- upm-ci~/packages/**/*
439-
PreviewAPVResults:
440-
paths:
441-
- PreviewApvArtifacts~/**
442-
- APVTest/**/manifest.json
443-
pvp-results:
444-
paths:
445-
- upm-ci~/pvp/**/*
446-
browsable: onDemand
447-
dependencies:
448-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
449-
variables:
450-
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
451-
metadata:
452-
Job Maintainers: '#rm-packageworks'
453-
Wrench: 1.3.0.0
454-
455-
# Functional tests for dependents found in the latest 6000.2 manifest (Windows).
456-
preview_apv_-_6000_2_-_windows:
457-
name: Preview APV - 6000.2 - windows
458-
agent:
459-
image: package-ci/win10:default
460-
type: Unity::VM
461-
flavor: b1.large
462-
commands:
463-
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
464-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
465-
- command: 7z x -aoa wrench-localapv.zip
466-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
467-
- command: python PythonScripts/print_machine_info.py
468-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
469-
timeout: 20
470-
retries: 10
471-
- command: unity-downloader-cli -u 6000.2/staging -c editor --path .Editor --fast
472-
timeout: 10
473-
retries: 3
474-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
475-
- command: python PythonScripts/editor_manifest_validator.py --version=6000.2 --wrench-config=.yamato/wrench/wrench_config.json
476-
after:
477-
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
478-
artifacts:
479-
Crash Dumps:
480-
paths:
481-
- CrashDumps/**
482-
logs:
483-
paths:
484-
- '*.log'
485-
- '*.xml'
486-
- upm-ci~/test-results/**/*
487-
- upm-ci~/temp/*/Logs/**
488-
- upm-ci~/temp/*/Library/*.log
489-
- upm-ci~/temp/*/*.log
490-
- upm-ci~/temp/Builds/*.log
491-
packages:
492-
paths:
493-
- upm-ci~/packages/**/*
494-
PreviewAPVResults:
495-
paths:
496-
- PreviewApvArtifacts~/**
497-
- APVTest/**/manifest.json
498-
pvp-results:
499-
paths:
500-
- upm-ci~/pvp/**/*
501-
browsable: onDemand
502-
dependencies:
503-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
504-
variables:
505-
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
506-
metadata:
507-
Job Maintainers: '#rm-packageworks'
508-
Wrench: 1.3.0.0
509-

.yamato/wrench/promotion-jobs.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -86,36 +86,6 @@ publish_dry_run_netcode_gameobjects:
8686
unzip: true
8787
packages:
8888
ignore_artifact: true
89-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_macos
90-
specific_options:
91-
UTR:
92-
location: results/UTR/validate-netcode.gameobjects-6000.2-macos
93-
unzip: true
94-
pvp-results:
95-
location: results/pvp/validate-netcode.gameobjects-6000.2-macos
96-
unzip: true
97-
packages:
98-
ignore_artifact: true
99-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_ubuntu
100-
specific_options:
101-
UTR:
102-
location: results/UTR/validate-netcode.gameobjects-6000.2-ubuntu
103-
unzip: true
104-
pvp-results:
105-
location: results/pvp/validate-netcode.gameobjects-6000.2-ubuntu
106-
unzip: true
107-
packages:
108-
ignore_artifact: true
109-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_windows
110-
specific_options:
111-
UTR:
112-
location: results/UTR/validate-netcode.gameobjects-6000.2-windows
113-
unzip: true
114-
pvp-results:
115-
location: results/pvp/validate-netcode.gameobjects-6000.2-windows
116-
unzip: true
117-
packages:
118-
ignore_artifact: true
11989
variables:
12090
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
12191
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
@@ -208,36 +178,6 @@ publish_netcode_gameobjects:
208178
unzip: true
209179
packages:
210180
ignore_artifact: true
211-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_macos
212-
specific_options:
213-
UTR:
214-
location: results/UTR/validate-netcode.gameobjects-6000.2-macos
215-
unzip: true
216-
pvp-results:
217-
location: results/pvp/validate-netcode.gameobjects-6000.2-macos
218-
unzip: true
219-
packages:
220-
ignore_artifact: true
221-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_ubuntu
222-
specific_options:
223-
UTR:
224-
location: results/UTR/validate-netcode.gameobjects-6000.2-ubuntu
225-
unzip: true
226-
pvp-results:
227-
location: results/pvp/validate-netcode.gameobjects-6000.2-ubuntu
228-
unzip: true
229-
packages:
230-
ignore_artifact: true
231-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_windows
232-
specific_options:
233-
UTR:
234-
location: results/UTR/validate-netcode.gameobjects-6000.2-windows
235-
unzip: true
236-
pvp-results:
237-
location: results/pvp/validate-netcode.gameobjects-6000.2-windows
238-
unzip: true
239-
packages:
240-
ignore_artifact: true
241181
variables:
242182
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
243183
UPMPVP_CONTEXT_WRENCH: 1.3.0.0

0 commit comments

Comments
 (0)