Skip to content

ci: Disabled ps5 configuration (NGOv2.X) #3439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
Merged
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
4 changes: 2 additions & 2 deletions .yamato/console-standalone-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ console_standalone_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
variables:
# PS4 related
SCE_ORBIS_SDK_DIR: 'C:\Users\bokken\SCE\ps4_sdk_12_00'
# PS5 related
# PS5 related --> THIS WAS DISABLED IN PROJECT.METAFILE. SEE MTT-12118
SCE_PROSPERO_SDK_DIR: 'C:\Program Files (x86)\SCE\Prospero SDKs\9.000'
SHADER_COMPILER_PATH: '${SCE_PROSPERO_SDK_DIR}\target\bins'
SCE_ROOT_DIR: 'C:\Program Files (x86)\SCE'
Expand Down Expand Up @@ -94,7 +94,7 @@ console_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
variables:
# PS4 related
SCE_ORBIS_SDK_DIR: 'C:\Users\bokken\SCE\ps4_sdk_12_00'
# PS5 related
# PS5 related --> THIS WAS DISABLED IN PROJECT.METAFILE. SEE MTT-12118
SCE_PROSPERO_SDK_DIR: 'C:\Program Files (x86)\SCE\Prospero SDKs\9.000'
SHADER_COMPILER_PATH: '${SCE_PROSPERO_SDK_DIR}\target\bins'
SCE_ROOT_DIR: 'C:\Program Files (x86)\SCE'
Expand Down
20 changes: 10 additions & 10 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ test_platforms:
image: package-ci/win10-ps4:v4
flavor: b1.large
standalone: PS4
- name: ps5
type: Unity::VM
image: package-ci/win10-ps5:v4
flavor: b1.large
standalone: PS5
# - name: ps5 --> SEE MTT-12118
# type: Unity::VM
# image: package-ci/win10-ps5:v4
# flavor: b1.large
# standalone: PS5
- name: switch
type: Unity::VM
image: package-ci/win10-switch:v4
Expand All @@ -125,11 +125,11 @@ test_platforms:
image: package-ci/win10-ps4:v4
flavor: b1.large
standalone: PS4
- name: ps5
type: Unity::console::ps5
image: package-ci/win10-ps5:v4
flavor: b1.large
standalone: PS5
#- name: ps5 --> SEE MTT-12118
# type: Unity::console::ps5
# image: package-ci/win10-ps5:v4
# flavor: b1.large
# standalone: PS5
- name: switch
type: Unity::console::switch
image: package-ci/win10-switch:v4
Expand Down