Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if [ -d "infrastructure_instability_detection_standalone" ]; then
rm -rf "infrastructure_instability_detection_standalone" || true
fi

echo "downloading and extracting infrastructure_instability_detection_standalone@1.0.0"
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
echo "downloading and extracting infrastructure_instability_detection_standalone@1.2.2"
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true

if [ -d "infrastructure_instability_detection" ]; then
echo "removing infrastructure_instability_detection folder to avoid name clash"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if [ -d "infrastructure_instability_detection_standalone" ]; then
rm -rf "infrastructure_instability_detection_standalone" || true
fi

echo "downloading and extracting infrastructure_instability_detection_standalone@1.0.0"
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/macos.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
echo "downloading and extracting infrastructure_instability_detection_standalone@1.2.2"
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/macos.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true

if [ -d "infrastructure_instability_detection" ]; then
echo "removing infrastructure_instability_detection folder to avoid name clash"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
rem This is an auto-generated script. Do not edit manually!

if exist "%TEMP%\BugReporterCrashReportJson" for /f "delims=" %%i in ('dir /b /a-d "%TEMP%\BugReporterCrashReportJson\*.json"') do curl -X POST -H "Content-Type: application/json" -T "%TEMP%\BugReporterCrashReportJson\%%i" "https://internal-crash-collector.prd.cds.internal.unity3d.com/api/crash" || echo Failed to upload %%i. Ignoring...
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/windows.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/windows.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5
IF EXIST "infrastructure_instability_detection" rmdir /s /q infrastructure_instability_detection
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('infrastructure_instability_detection_standalone.zip', '.'); }" && DEL "infrastructure_instability_detection_standalone.zip"
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/patterns.zip" --output patterns.zip --retry 5
Expand Down
4 changes: 2 additions & 2 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_windows:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

2 changes: 1 addition & 1 deletion .yamato/wrench/package-pack-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ package_pack_-_netcode_gameobjects:
UPMCI_ACK_LARGE_PACKAGE: 1
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

50 changes: 25 additions & 25 deletions .yamato/wrench/preview-a-p-v.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all_preview_apv_jobs:
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_windows
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
preview_apv_-_6000_0_-_macos:
Expand Down Expand Up @@ -74,10 +74,10 @@ preview_apv_-_6000_0_-_macos:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
preview_apv_-_6000_0_-_ubuntu:
Expand Down Expand Up @@ -132,10 +132,10 @@ preview_apv_-_6000_0_-_ubuntu:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
preview_apv_-_6000_0_-_windows:
Expand Down Expand Up @@ -191,10 +191,10 @@ preview_apv_-_6000_0_-_windows:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.3 manifest (MacOS).
preview_apv_-_6000_3_-_macos:
Expand Down Expand Up @@ -249,10 +249,10 @@ preview_apv_-_6000_3_-_macos:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.3 manifest (Ubuntu).
preview_apv_-_6000_3_-_ubuntu:
Expand Down Expand Up @@ -307,10 +307,10 @@ preview_apv_-_6000_3_-_ubuntu:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.3 manifest (Windows).
preview_apv_-_6000_3_-_windows:
Expand Down Expand Up @@ -366,10 +366,10 @@ preview_apv_-_6000_3_-_windows:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.4 manifest (MacOS).
preview_apv_-_6000_4_-_macos:
Expand Down Expand Up @@ -424,10 +424,10 @@ preview_apv_-_6000_4_-_macos:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu).
preview_apv_-_6000_4_-_ubuntu:
Expand Down Expand Up @@ -482,10 +482,10 @@ preview_apv_-_6000_4_-_ubuntu:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.4 manifest (Windows).
preview_apv_-_6000_4_-_windows:
Expand Down Expand Up @@ -541,10 +541,10 @@ preview_apv_-_6000_4_-_windows:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.5 manifest (MacOS).
preview_apv_-_6000_5_-_macos:
Expand Down Expand Up @@ -599,10 +599,10 @@ preview_apv_-_6000_5_-_macos:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.5 manifest (Ubuntu).
preview_apv_-_6000_5_-_ubuntu:
Expand Down Expand Up @@ -657,10 +657,10 @@ preview_apv_-_6000_5_-_ubuntu:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Functional tests for dependents found in the latest 6000.5 manifest (Windows).
preview_apv_-_6000_5_-_windows:
Expand Down Expand Up @@ -716,8 +716,8 @@ preview_apv_-_6000_5_-_windows:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

8 changes: 4 additions & 4 deletions .yamato/wrench/promotion-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ publish_dry_run_netcode_gameobjects:
unzip: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
publish_netcode_gameobjects:
Expand Down Expand Up @@ -300,8 +300,8 @@ publish_netcode_gameobjects:
unzip: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

2 changes: 1 addition & 1 deletion .yamato/wrench/recipe-regeneration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ test_-_wrench_jobs_up_to_date:
cancel_old_ci: true
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0

48 changes: 24 additions & 24 deletions .yamato/wrench/validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_macos:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -134,10 +134,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_ubuntu:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -204,10 +204,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_windows:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -274,10 +274,10 @@ validate_-_netcode_gameobjects_-_6000_3_-_macos:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -344,10 +344,10 @@ validate_-_netcode_gameobjects_-_6000_3_-_ubuntu:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -414,10 +414,10 @@ validate_-_netcode_gameobjects_-_6000_3_-_windows:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -484,10 +484,10 @@ validate_-_netcode_gameobjects_-_6000_4_-_macos:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -554,10 +554,10 @@ validate_-_netcode_gameobjects_-_6000_4_-_ubuntu:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -624,10 +624,10 @@ validate_-_netcode_gameobjects_-_6000_4_-_windows:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -694,10 +694,10 @@ validate_-_netcode_gameobjects_-_6000_5_-_macos:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -764,10 +764,10 @@ validate_-_netcode_gameobjects_-_6000_5_-_ubuntu:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -834,10 +834,10 @@ validate_-_netcode_gameobjects_-_6000_5_-_windows:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.7.0
Wrench: 1.4.8.0
labels:
- Packages:netcode.gameobjects

Loading