Skip to content

Commit 40c759d

Browse files
committed
I think project_pack does nothing??
1 parent 2390cbc commit 40c759d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
5454
- "artifacts/**/*"
5555
dependencies:
5656
- .yamato/_run-all.yml#run_quick_checks # initial checks to perform fast validation of common errors
57-
- .yamato/project-pack.yml#project_pack_-_{{ project.name }}_{{ platform.name }}
57+
# - .yamato/project-pack.yml#project_pack_-_{{ project.name }}_{{ platform.name }}
58+
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
5859
{% endfor -%}
5960
{% endfor -%}
6061
{% endfor -%}

.yamato/project-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
4444
paths:
4545
- "test-results/**/*"
4646
dependencies:
47-
- .yamato/project-pack.yml#project_pack_-_{{ project.name }}_{{ platform.name }}
47+
# - .yamato/project-pack.yml#project_pack_-_{{ project.name }}_{{ platform.name }}
48+
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
4849
{% endfor -%}
4950
{% endfor -%}
5051
{% endif -%}

.yamato/project-updated-dependencies-test.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# DESCRIPTION--------------------------------------------------------------------------
55
# This job is responsible fo validating package compatibility with latest dependency versions.
66
# This helps detect potential breaking changes from dependency updates early
7-
7+
88
# CONFIGURATION STRUCTURE--------------------------------------------------------------
99
# Jobs configurations are generated using nested loops through:
1010
# 1. For all projects (testproject, minimalproject, testproject-tools-integration).
@@ -15,17 +15,17 @@
1515
# This job requires successful project packaging before execution (job dependency)
1616
# This job tests only NGO package dependencies (com.unity.netcode.gameobjects)
1717
# The results are being generated in upm-ci~/test-results directory (specific of upm-ci)
18-
18+
1919
# QUALITY CONSIDERATIONS---------------------------------------------------------------------
2020
# TODO: Currently upm-ci is being used but in the future it will be replaced by upm-pvp
2121
# To see where this job is included (in trigger job definitions) look into _triggers.yml file
22-
23-
#--------------------------------------------------------------------------------------
24-
22+
23+
#--------------------------------------------------------------------------------------
24+
2525
{% for project in projects.all -%}
2626
{% for platform in test_platforms.desktop -%}
2727
{% for editor in validation_editors.all -%}
28-
updated-dependencies_{{ project.name }}_NGO_{{ platform.name }}_{{ editor }}:
28+
updated-dependencies_{{ project.name }}_NGO_{{ platform.name }}_{{ editor }}:
2929
name : Updated Dependencies Test - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}]
3030
agent:
3131
type: {{ platform.type }}
@@ -42,7 +42,8 @@ updated-dependencies_{{ project.name }}_NGO_{{ platform.name }}_{{ editor }}:
4242
paths:
4343
- "upm-ci~/test-results/**/*"
4444
dependencies:
45-
- .yamato/project-pack.yml#project_pack_-_{{ project.name }}_{{ platform.name }}
45+
# - .yamato/project-pack.yml#project_pack_-_{{ project.name }}_{{ platform.name }}
46+
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
4647
{% endfor -%}
4748
{% endfor -%}
4849
{% endfor -%}

0 commit comments

Comments
 (0)