tree: f25deeeddd090a7fcfd2d3c656ea7d70330f2d0a [path history] [tgz]
  1. README.md
docs/jjb/voltha-test/voltha-nightly-jobs/README.md

Construction zone

Intent

Determine how to split voltha-nightly-jobs.yaml into standalone yaml config files so functionality can be placed in named directories and files. Currently a good deal of searching and effort are needed to trace job construction.

./jjb/voltha-test/voltha-nightly-jobs
├── master.yaml
├── playground.yaml
├── README.md
├── voltha-2.11.yaml
└── voltha-2.8.yaml

0 directories, 5 files

TODO

  • Yaml does not appear to natively support includes or nested yaml files.

  • Templates also contain inlined definitions such as (voltha-pipe-job-boiler-plate).

  • Definitions are included within job templates by macro expasion

    • <<: *voltha-pipe-job-boiler-plate
  • Definitions will also need to be isolated to allow including within a job template.