From 286cf9ae26bb9545bfaf82730355863e38fdbe4a Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 1 Nov 2018 11:48:03 +0000 Subject: periject: YAML Validation Utilise pykwalify to provide a YAML schema for our data files. Define an initial project schema under projects/ to define our data layout. An example task data file is provided to demonstrate how the data could be presented in text form. A validator is provided which currently simply calls pykwalify. This is just an initial demonstration of the validation process and can be expanded upon later to provide automa{t,g}ic commit title processing, and further business logic can be added with extra tools. Signed-off-by: Kieran Bingham --- projects/linux/testtask.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 projects/linux/testtask.yaml (limited to 'projects/linux/testtask.yaml') diff --git a/projects/linux/testtask.yaml b/projects/linux/testtask.yaml new file mode 100644 index 0000000..959ed6a --- /dev/null +++ b/projects/linux/testtask.yaml @@ -0,0 +1,24 @@ +title: How to make a task +team: MM +key: fedd3f9c-dc85-11e8-bfeb-834cd5092819 +assignee: Kieran +status: New + +bsp-commits: + - e0868bcfd529997cf98da1dd14bab8cb8175eda7 + # arm64: dts: r8a77990: Support IPMMU(MMU mode) for IPMMU-VP0 and IPMMU-VC0 + - 6d9666fb78526a7728cc4954ec1da4c2b416753d + # arm64: dts: r8a77965: Support IPMMU(MMU mode) for IPMMU-VP0 and IPMMU-VC0 + +upstream-commits: + - torvalds: + - 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d # Linux 4.19 + - 6d9666fb78526a7728cc4954ec1da4c2b416753d # arm64: Alternative: Multiline automagic commit title population + - linux-next: + - e0868bcfd529997cf98da1dd14bab8cb8175eda7 # + +comments: + - Added a new thing + - New widget fixed + With this as a multiline? + - And then a new one -- cgit v1.2.3