Skip to content

Commit a84d0e2

Browse files
chore(deps): update amannn/action-semantic-pull-request action to v6
1 parent a9a8868 commit a84d0e2

File tree

6 files changed

+4
-428
lines changed

6 files changed

+4
-428
lines changed

.github/workflows/conventional-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@v5
20+
uses: amannn/action-semantic-pull-request@v6
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:

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

Lines changed: 0 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ all_preview_apv_jobs:
1414
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos
1515
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu
1616
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_windows
17-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_macos
18-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_ubuntu
19-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_windows
2017
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_macos
2118
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_ubuntu
2219
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_windows
@@ -513,169 +510,6 @@ preview_apv_-_6000_0_-_windows:
513510
Job Maintainers: '#rm-packageworks'
514511
Wrench: 0.12.2.0
515512

516-
# Functional tests for dependents found in the latest 6000.1 manifest (MacOS).
517-
preview_apv_-_6000_1_-_macos:
518-
name: Preview APV - 6000.1 - macos
519-
agent:
520-
image: package-ci/macos-13:default
521-
type: Unity::VM::osx
522-
flavor: b1.xlarge
523-
commands:
524-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
525-
- command: 7z x -aoa wrench-localapv.zip
526-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
527-
- command: python PythonScripts/print_machine_info.py
528-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
529-
timeout: 20
530-
retries: 10
531-
- command: unity-downloader-cli -u 6000.1/staging -c editor --path .Editor --fast
532-
timeout: 10
533-
retries: 3
534-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.1 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
535-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
536-
after:
537-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
538-
artifacts:
539-
Crash Dumps:
540-
paths:
541-
- CrashDumps/**
542-
logs:
543-
paths:
544-
- '*.log'
545-
- '*.xml'
546-
- upm-ci~/test-results/**/*
547-
- upm-ci~/temp/*/Logs/**
548-
- upm-ci~/temp/*/Library/*.log
549-
- upm-ci~/temp/*/*.log
550-
- upm-ci~/temp/Builds/*.log
551-
packages:
552-
paths:
553-
- upm-ci~/packages/**/*
554-
PreviewAPVResults:
555-
paths:
556-
- PreviewApvArtifacts~/**
557-
- APVTest/**/manifest.json
558-
pvp-results:
559-
paths:
560-
- upm-ci~/pvp/**/*
561-
browsable: onDemand
562-
dependencies:
563-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
564-
variables:
565-
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
566-
metadata:
567-
Job Maintainers: '#rm-packageworks'
568-
Wrench: 0.12.2.0
569-
570-
# Functional tests for dependents found in the latest 6000.1 manifest (Ubuntu).
571-
preview_apv_-_6000_1_-_ubuntu:
572-
name: Preview APV - 6000.1 - ubuntu
573-
agent:
574-
image: package-ci/ubuntu-20.04:default
575-
type: Unity::VM
576-
flavor: b1.large
577-
commands:
578-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
579-
- command: 7z x -aoa wrench-localapv.zip
580-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
581-
- command: python PythonScripts/print_machine_info.py
582-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
583-
timeout: 20
584-
retries: 10
585-
- command: unity-downloader-cli -u 6000.1/staging -c editor --path .Editor --fast
586-
timeout: 10
587-
retries: 3
588-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.1 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
589-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
590-
after:
591-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
592-
artifacts:
593-
Crash Dumps:
594-
paths:
595-
- CrashDumps/**
596-
logs:
597-
paths:
598-
- '*.log'
599-
- '*.xml'
600-
- upm-ci~/test-results/**/*
601-
- upm-ci~/temp/*/Logs/**
602-
- upm-ci~/temp/*/Library/*.log
603-
- upm-ci~/temp/*/*.log
604-
- upm-ci~/temp/Builds/*.log
605-
packages:
606-
paths:
607-
- upm-ci~/packages/**/*
608-
PreviewAPVResults:
609-
paths:
610-
- PreviewApvArtifacts~/**
611-
- APVTest/**/manifest.json
612-
pvp-results:
613-
paths:
614-
- upm-ci~/pvp/**/*
615-
browsable: onDemand
616-
dependencies:
617-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
618-
variables:
619-
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
620-
metadata:
621-
Job Maintainers: '#rm-packageworks'
622-
Wrench: 0.12.2.0
623-
624-
# Functional tests for dependents found in the latest 6000.1 manifest (Windows).
625-
preview_apv_-_6000_1_-_windows:
626-
name: Preview APV - 6000.1 - windows
627-
agent:
628-
image: package-ci/win10:default
629-
type: Unity::VM
630-
flavor: b1.large
631-
commands:
632-
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
633-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
634-
- command: 7z x -aoa wrench-localapv.zip
635-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
636-
- command: python PythonScripts/print_machine_info.py
637-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
638-
timeout: 20
639-
retries: 10
640-
- command: unity-downloader-cli -u 6000.1/staging -c editor --path .Editor --fast
641-
timeout: 10
642-
retries: 3
643-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.1 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
644-
- command: python PythonScripts/editor_manifest_validator.py --version=6000.1 --wrench-config=.yamato/wrench/wrench_config.json
645-
after:
646-
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
647-
artifacts:
648-
Crash Dumps:
649-
paths:
650-
- CrashDumps/**
651-
logs:
652-
paths:
653-
- '*.log'
654-
- '*.xml'
655-
- upm-ci~/test-results/**/*
656-
- upm-ci~/temp/*/Logs/**
657-
- upm-ci~/temp/*/Library/*.log
658-
- upm-ci~/temp/*/*.log
659-
- upm-ci~/temp/Builds/*.log
660-
packages:
661-
paths:
662-
- upm-ci~/packages/**/*
663-
PreviewAPVResults:
664-
paths:
665-
- PreviewApvArtifacts~/**
666-
- APVTest/**/manifest.json
667-
pvp-results:
668-
paths:
669-
- upm-ci~/pvp/**/*
670-
browsable: onDemand
671-
dependencies:
672-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
673-
variables:
674-
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
675-
metadata:
676-
Job Maintainers: '#rm-packageworks'
677-
Wrench: 0.12.2.0
678-
679513
# Functional tests for dependents found in the latest 6000.2 manifest (MacOS).
680514
preview_apv_-_6000_2_-_macos:
681515
name: Preview APV - 6000.2 - macos

.yamato/wrench/promotion-jobs.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -116,36 +116,6 @@ publish_dry_run_netcode_gameobjects:
116116
unzip: true
117117
packages:
118118
ignore_artifact: true
119-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_1_-_macos
120-
specific_options:
121-
UTR:
122-
location: results/UTR/validate-netcode.gameobjects-6000.1-macos
123-
unzip: true
124-
pvp-results:
125-
location: results/pvp/validate-netcode.gameobjects-6000.1-macos
126-
unzip: true
127-
packages:
128-
ignore_artifact: true
129-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_1_-_ubuntu
130-
specific_options:
131-
UTR:
132-
location: results/UTR/validate-netcode.gameobjects-6000.1-ubuntu
133-
unzip: true
134-
pvp-results:
135-
location: results/pvp/validate-netcode.gameobjects-6000.1-ubuntu
136-
unzip: true
137-
packages:
138-
ignore_artifact: true
139-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_1_-_windows
140-
specific_options:
141-
UTR:
142-
location: results/UTR/validate-netcode.gameobjects-6000.1-windows
143-
unzip: true
144-
pvp-results:
145-
location: results/pvp/validate-netcode.gameobjects-6000.1-windows
146-
unzip: true
147-
packages:
148-
ignore_artifact: true
149119
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_macos
150120
specific_options:
151121
UTR:
@@ -298,36 +268,6 @@ publish_netcode_gameobjects:
298268
unzip: true
299269
packages:
300270
ignore_artifact: true
301-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_1_-_macos
302-
specific_options:
303-
UTR:
304-
location: results/UTR/validate-netcode.gameobjects-6000.1-macos
305-
unzip: true
306-
pvp-results:
307-
location: results/pvp/validate-netcode.gameobjects-6000.1-macos
308-
unzip: true
309-
packages:
310-
ignore_artifact: true
311-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_1_-_ubuntu
312-
specific_options:
313-
UTR:
314-
location: results/UTR/validate-netcode.gameobjects-6000.1-ubuntu
315-
unzip: true
316-
pvp-results:
317-
location: results/pvp/validate-netcode.gameobjects-6000.1-ubuntu
318-
unzip: true
319-
packages:
320-
ignore_artifact: true
321-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_1_-_windows
322-
specific_options:
323-
UTR:
324-
location: results/UTR/validate-netcode.gameobjects-6000.1-windows
325-
unzip: true
326-
pvp-results:
327-
location: results/pvp/validate-netcode.gameobjects-6000.1-windows
328-
unzip: true
329-
packages:
330-
ignore_artifact: true
331271
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_macos
332272
specific_options:
333273
UTR:

.yamato/wrench/recipe-regeneration.yml

Lines changed: 2 additions & 2 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 -- .yamato/wrench)" ]; 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:

0 commit comments

Comments
 (0)