rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

Allow new keys in pipeline generation #108

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 1 year ago

Summary of the PR

This PR is doing a refactoring that enables us to forward the keys that we do not recognize in the JSON test description to the auto-generated pipeline. This is needed so that we have more flexibility in using new features from Buildkite. Before this change unrecognized pipeline configurations were just dropped.

More details are available in the commit messages.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

andreeaflorescu commented 1 year ago

I will need to push another change. Converting this to draft for now.