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).
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