Skip to content

Commit 6380fed

Browse files
committed
Removed 2023 editor since it is not supported
1 parent ddc940f commit 6380fed

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.yamato/_run-all.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,7 @@ run_all_project_tests_console_standalone:
218218
{% for project in projects.default -%}
219219
{% for platform in test_platforms.console_test -%}
220220
{% for editor in validation_editors.all -%}
221-
# When building consoles with 2023 editor there are errors related to SDK version or uninstalled components. I will disable those for now and will add to my investigation list
222-
{% if editor != "2023.3" %}
223221
- .yamato/console-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}
224-
{% endif -%}
225222
{% endfor -%}
226223
{% endfor -%}
227224
{% endfor -%}

.yamato/console-standalone-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
{% for project in projects.default -%}
1616
{% for platform in test_platforms.console_build -%}
1717
{% for editor in validation_editors.all -%}
18-
# When building consoles with 2023 editor there are errors related to SDK version or uninstalled components. I will disable those for now and will add to my investigation list
19-
{% if editor != "2023.3" %}
2018
build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
2119
name: Build {{ project.name }} - [{{ platform.name }}, {{ editor }}, il2cpp{% if platform.name == "switch" %}, arm64{% endif %}]
2220
agent:
@@ -49,7 +47,6 @@ build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
4947
logs:
5048
paths:
5149
- "artifacts/**/*"
52-
{% endif -%}
5350
{% endfor -%}
5451
{% endfor -%}
5552
{% endfor -%}
@@ -60,8 +57,6 @@ build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
6057
{% for project in projects.default -%}
6158
{% for platform in test_platforms.console_test -%}
6259
{% for editor in validation_editors.all -%}
63-
# When building consoles with 2023 editor there are errors related to SDK version or uninstalled components. I will disable those for now and will add to my investigation list
64-
{% if editor != "2023.3" %}
6560
run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}:
6661
name: Run {{ project.name }} Tests - [{{ platform.name }}, {{ editor }}, il2cpp]
6762
agent:
@@ -96,7 +91,6 @@ run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}:
9691
- "test-results/**/*"
9792
dependencies:
9893
- .yamato/console-standalone-test.yml#build_{{ project.name }}_{{ platform.name }}_{{ editor }}
99-
{% endif -%}
10094
{% endfor -%}
10195
{% endfor -%}
10296
{% endfor -%}

.yamato/project.metafile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ validation_editors:
130130
all:
131131
- 2021.3
132132
- 2022.3
133-
- 2023.3
134133
- 6000.0
135134
- 6000.1
136135
- trunk

0 commit comments

Comments
 (0)