elastic / package-spec

EPR package specifications
Other
17 stars 70 forks source link

Add main configuration file for tests #759

Closed mrodm closed 2 months ago

mrodm commented 2 months ago

What does this PR do?

Adds a new configuration file to define global settings for tests: _dev/test/config.yml

Why is it important?

This configuration file is going to be used to define if tests of specific runners could be run in parallel or they should be run sequentially.

Example of the contents of this configuration file:

system:
  parallel: true
policy:
  parallel: false
  skip:
    reason: flaky tests
    link: https://github.com/elastic/package-spec/issues/1

Checklist

Related issues

elasticmachine commented 2 months ago

:green_heart: Build Succeeded

History

cc @mrodm