Skip to content

Commit 5fa43eb

Browse files
committed
Added comments to run-all file
1 parent 33346b0 commit 5fa43eb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.yamato/_run-all.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
{% metadata_file .yamato/project.metafile %}
1+
{% metadata_file .yamato/project.metafile %} # All configuration that is used to create different configurations (used in for loops) is taken from this file.
22
---
33

4+
# DESCRIPTION--------------------------------------------------------------------------
5+
# Those jobs group together related test as dependencies to allow to easily manage running a given set of tests.
6+
# This enables efficient test execution for different validation scenarios
7+
8+
# QUALITY CONSIDERATIONS---------------------------------------------------------------
9+
# It's important to ensure that all dependencies exist (this can be verified in Yamato) since a modification in parameters may result in a given job not being generated, and thus we will not be able to run such erroneous job.
10+
11+
#-----------------------------------------------------------------------------------
12+
13+
414
# Runs all package tests
515
run_all_package_tests:
616
name: Run All Package Tests

0 commit comments

Comments
 (0)