jenkins-job-builder/tests/yamlparser/job_fixtures
Vsevolod Fedorov af9e03ec08 Rewrite YAML parser
Rewrite YAML parser, YAML objects and parameters expansion logic to
enable better control over expansion logic.
Broken backward compatilibity:
* More agressive parameter expansion. This may lead to parameters
  expanded in places where they were not expanded before.
* Top-level elements, which is not known to parser (such as 'job',
  'view', 'project' etc), are now lead to parse failures.
  Prepend them with underscore to be ignored by parser.
* Files included using '!include-raw:' elements and having formatting in
  it's path ('lazy-loaded' in previous implementation) are now expanded
  too.
  Use '!include-raw-escape:' for them instead.
  See changes in these tests for examples:
    tests/yamlparser/job_fixtures/lazy-load-jobs-multi001.yaml
    tests/yamlparser/job_fixtures/lazy-load-jobs-multi002.yaml
    tests/yamlparser/job_fixtures/lazy-load-jobs001.yaml
* Parameters with template value using itself were substituted as is.
  For example: "timer: '{timer}'" was expanded to "{timer}". Now it
  leads to recursive parameter error.
  See changes in this test for example:
    tests/yamlparser/job_fixtures/parameter_name_reuse_default.*
    ->
    tests/yamlparser/error_fixtures/parameter_name_reuse_default.*
* When job group includes a job which was never declared, it was just
  ignored. Now it fails: job is missing.
  See changes in this test for example:
    tests/yamlparser/job_fixtures/job_group_includes_missing_job.*
    ->
    tests/yamlparser/error_fixtures/job_group_includes_missing_job.*

Change-Id: Ief4e515f065a1b9e0f74fe06d7e94fa77d69f273
2023-02-28 20:16:57 +03:00
..
auth-jobs Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
expand-yaml-for-template-job Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
folders Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-scripts Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
other_include_path Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
python-jobs Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
team1-jobs/ruby-jobs Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
trigger_parameterized_builds Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
unochoice Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
active-choices-param001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
active-choices-param001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
active-choices-param002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
active-choices-param002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
active-choices-param003.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
active-choices-reactive-param001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
active-choices-reactive-param001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
active-choices-reactive-param002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
active-choices-reactive-param002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
add_managed_to_desc.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
add_managed_to_desc.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
allow_empty_variables.conf Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
allow_empty_variables.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
allow_empty_variables.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
allow_empty_variables_include.conf Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
allow_empty_variables_include.sh Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
allow_empty_variables_include.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
allow_empty_variables_include.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
complete-raw001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
complete-raw001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
complete001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
complete001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
concat_defaults001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
concat_defaults001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
concat_defaults002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
concat_defaults002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
concat_defaults003_job.xml Tests: Add test for merging defaults for a job 2023-02-14 13:50:19 +03:00
concat_defaults003_job.yaml Tests: Add test for merging defaults for a job 2023-02-14 13:50:19 +03:00
critical_block_complete001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
critical_block_complete001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
custom_distri.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
custom_distri.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
default_param_jinja2_macro_direct.xml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_jinja2_macro_direct.yaml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_jinja2_macro_indirect.xml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
default_param_jinja2_macro_indirect.yaml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_jinja2_template_direct.xml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_jinja2_template_direct.yaml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_jinja2_template_indirect.xml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
default_param_jinja2_template_indirect.yaml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_simple_macro_direct.xml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_simple_macro_direct.yaml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_simple_macro_indirect.xml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
default_param_simple_macro_indirect.yaml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_simple_template_direct.xml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_simple_template_direct.yaml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_param_simple_template_indirect.xml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
default_param_simple_template_indirect.yaml Tests: Add tests for missing and default parameters 2023-01-26 11:07:43 +03:00
default_template_variables_id_multi.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
default_template_variables_id_multi.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
deprecated-include001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
dimension_name_parameter_override.xml Tests: Add test for overriding dimention name parameter 2023-01-26 11:11:11 +03:00
dimension_name_parameter_override.yaml Tests: Add test for overriding dimention name parameter 2023-01-26 11:11:11 +03:00
dimension_parameter_in_template_name.xml Tests: Add test for dimension parameter used in template name 2023-02-13 13:07:14 +03:00
dimension_parameter_in_template_name.yaml Tests: Add test for dimension parameter used in template name 2023-02-13 13:07:14 +03:00
dont_overwrite_desc.conf Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
dont_overwrite_desc.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
dont_overwrite_desc.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
dynamic-reference-param001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
dynamic-reference-param001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
dynamic-reference-param002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
folders-attribute.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
folders-job-name.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
folders001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
folders001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
general-example-001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
general-example-001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
github_cancel_builds_on_update_variable001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
github_cancel_builds_on_update_variable001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
github_cancel_builds_on_update_variable002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
github_cancel_builds_on_update_variable002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
hipchat1.plugins_info.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
hipchat1.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
hipchat1.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-raw-escape001-echo-vars.sh Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-raw-escape001.conf Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-raw-escape001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-raw-escape001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-raw001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-raw001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-raw002-cool.sh Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-raw002-cool.zsh Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-rawunicode001-cool.sh Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-rawunicode001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include-rawunicode001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include001.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include002-list.xml Tests: Add tests for including a list of files 2023-02-13 11:28:42 +03:00
include002-list.yaml Tests: Add tests for including a list of files 2023-02-13 11:28:42 +03:00
include002-list.yaml.shell-1 Tests: Add tests for including a list of files 2023-02-13 11:28:42 +03:00
include002-list.yaml.shell-2 Tests: Add tests for including a list of files 2023-02-13 11:28:42 +03:00
include_path001.conf Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include_path001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include_path001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include_path002.conf Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include_path002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
include_path002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
inter-parameter-expansion.xml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
inter-parameter-expansion.yaml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
jinja-include01.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-include01.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-include01.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-include02.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-include02.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-string01.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-string01.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-string02.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-string02.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-string03.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-string03.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-string04.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-string04.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-yaml01.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-yaml01.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-yaml02.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-yaml02.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-yaml03.groovy Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-yaml03.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-yaml03.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-yaml04-deepcopy.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja-yaml04-deepcopy.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja01.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja01.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja01.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja02.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja02.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja02.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja03.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja03.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja03.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jinja04-list.xml Tests: Add tests for including a list of files 2023-02-13 11:28:42 +03:00
jinja04-list.yaml Tests: Add tests for including a list of files 2023-02-13 11:28:42 +03:00
job-parameter-precedence.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
job-parameter-precedence.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
job_honor_default_elements.xml Tests: Add tests for job and template using elements from defaults 2023-02-14 11:38:06 +03:00
job_honor_default_elements.yaml Tests: Add tests for job and template using elements from defaults 2023-02-14 11:38:06 +03:00
job_honor_defaults_project_type.xml Tests: project-type should also be taken from defaults 2023-02-15 11:36:11 +03:00
job_honor_defaults_project_type.yaml Tests: project-type should also be taken from defaults 2023-02-15 11:36:11 +03:00
jobgroups_multi_use.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
jobgroups_multi_use.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jinja001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jinja001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jobs-copy-files.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jobs-multi001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jobs-multi001.yaml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
lazy-load-jobs-multi002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jobs-multi002.yaml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
lazy-load-jobs-pre-scm-shell-ant.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jobs-timeout.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jobs001.conf Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jobs001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jobs001.yaml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
lazy-load-jobs002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-jobs002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-wrappers-1.1.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
lazy-load-wrappers-1.2.yaml.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
mask_internal_component.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
mask_internal_component.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
nested_dimension_parameter_usage.xml Tests: Add test for nested dimention parameter usage 2023-01-26 11:11:13 +03:00
nested_dimension_parameter_usage.yaml Tests: Add test for nested dimention parameter usage 2023-01-26 11:11:13 +03:00
nested_group_dimension_parameter_usage.xml Tests: Add test for nested dimention parameter usage 2023-01-26 11:11:13 +03:00
nested_group_dimension_parameter_usage.yaml Tests: Add test for nested dimention parameter usage 2023-01-26 11:11:13 +03:00
parameter_name_reuse_override.xml Tests: Add parameter name reuse tests 2023-01-26 11:07:43 +03:00
parameter_name_reuse_override.yaml Tests: Add parameter name reuse tests 2023-01-26 11:07:43 +03:00
project-in-folder-with-auth-properties.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project-in-folder-with-auth-properties2.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project-matrix001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project-matrix001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project-matrix002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project-matrix002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project-with-auth-j2-yaml.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project-with-auth-j2-yaml.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project-with-auth-properties.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project-with-auth-properties.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_defaults.xml Tests: Add test for defaults defined at project 2023-02-16 11:53:50 +03:00
project_defaults.yaml Tests: Add test for defaults defined at project 2023-02-16 11:53:50 +03:00
project_defaults_project_type.xml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
project_defaults_project_type.yaml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
project_flow_template001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_flow_template001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_flow_template002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_flow_template002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_flow_template003.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_flow_template003.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_folder_template001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_folder_template001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_folder_template002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_folder_template002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_folder_template003.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_folder_template003.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_concurrent.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_concurrent.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template003.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template003.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template004.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template004.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template005.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template005.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template006.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_template006.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_triggers.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_pipeline_triggers.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_workflow_template001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_workflow_template001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_workflow_template002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_workflow_template002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_workflow_template003.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
project_workflow_template003.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
regression-2006254.inc Tests: Add regression tests for already fixed stories 2023-02-28 18:49:03 +03:00
regression-2006254.xml Tests: Add regression tests for already fixed stories 2023-02-28 18:49:03 +03:00
regression-2006254.yaml Tests: Add regression tests for already fixed stories 2023-02-28 18:49:03 +03:00
regression-2007227.description.html Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
regression-2007227.xml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
regression-2007227.yaml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
scm_remote_deep_bug.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
scm_remote_deep_bug.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
second_order_parameter_interpolation001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
second_order_parameter_interpolation001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
second_order_parameter_interpolation002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
second_order_parameter_interpolation002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
string_join.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
string_join.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
tag_in_parameter-include-jinja2.inc.j2 Rewrite YAML parser 2023-02-28 20:16:57 +03:00
tag_in_parameter-include-jinja2.xml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
tag_in_parameter-include-jinja2.yaml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
tag_in_parameter-include-raw-escape.inc.txt Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-include-raw-escape.xml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-include-raw-escape.yaml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-include-raw.inc.txt Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-include-raw.xml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-include-raw.yaml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-include.inc Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-include.xml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-include.yaml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-j2-yaml.xml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
tag_in_parameter-j2-yaml.yaml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
tag_in_parameter-j2.xml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
tag_in_parameter-j2.yaml Rewrite YAML parser 2023-02-28 20:16:57 +03:00
tag_in_parameter-join.xml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
tag_in_parameter-join.yaml Tests: Add tests for using tags in parameter definition 2023-02-28 18:49:03 +03:00
template_default_variables.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_default_variables.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_exclude.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_exclude.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_honor_default_elements.xml Tests: Add tests for job and template using elements from defaults 2023-02-14 11:38:06 +03:00
template_honor_default_elements.yaml Tests: Add tests for job and template using elements from defaults 2023-02-14 11:38:06 +03:00
template_honor_defaults.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_honor_defaults.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_honor_defaults_project_type.xml Tests: project-type should also be taken from defaults 2023-02-15 11:36:11 +03:00
template_honor_defaults_project_type.yaml Tests: project-type should also be taken from defaults 2023-02-15 11:36:11 +03:00
template_ids.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_ids.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_override_project_level_defaults.plugins_info.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_override_project_level_defaults.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_override_project_level_defaults.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_without_exclude.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
template_without_exclude.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
templates001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
templates001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
templates002.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
templates002.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
test.inc Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
unicode001.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
unicode001.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
var_applied_in_defaults.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
var_applied_in_defaults.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
variable_default_values.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
variable_default_values.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
variable_defaults.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
variable_defaults.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
variable_escaping.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
variable_escaping.yaml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
yaml_anchor.xml Tests: Rename yamlparser tests and fixture directories 2023-01-26 11:06:23 +03:00
yaml_anchor.yaml Rewrite YAML parser 2023-02-28 20:16:57 +03:00