On Thu, Feb 20, 2020 at 12:03 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > 19/02/2020 20:41, David Marchand: > > Reading https://config.travis-ci.com/ and using > > https://config.travis-ci.com/explore to check changes, we can cleanup > > some warnings reported by the config validation options in Travis. > > For documentation purpose, would be good to describe issues in the commit log.
Since I only have this commitlog to update, I intend to push the series with the following addition: Example on a job in master: https://travis-ci.com/DPDK/dpdk/builds/149537002/config Build config validation: root: deprecated key doc_packages (anchor on a non-private key) root: deprecated key build_32b_packages (anchor on a non-private key) root: deprecated key libabigail_build_packages (anchor on a non-private key) root: deprecated key extra_packages (anchor on a non-private key) root: deprecated key aarch64_packages (anchor on a non-private key) root: key matrix is an alias for jobs, using jobs For the "(anchor on a non-private key)" warnings, the Travis documentation [1] recommends prefixing private keys with _ (Travis schema is available at [2]). The use of the "matrix" key is allowed, but it is just an alias to the "jobs" key. 1: https://docs.travis-ci.com/user/build-config-yaml#private-keys-as-yaml-anchors-and-aliases-and-external-tooling 2: https://github.com/travis-ci/travis-yml/blob/730a77f4028b91293a55c8c1c52fc72e64379dde/schema.json -- David Marchand