From 65f5858f78440727c411e4ab6c9170f91b381159 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Jul 31 2017 13:44:09 +0000 Subject: readme -> README so that pagure notices --- diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..706bfa7 --- /dev/null +++ b/README.rst @@ -0,0 +1,44 @@ +=================== +Results YAML Format +=================== + + +We're working on a new format for passing results back into taskotron tasks over plain text + +This format is YAML based because that's a common base format and we're already using it. + +The specification is ongoing and until we say it's finalized, assume that anything could change at any time + + +Examples to create now to explore potential issues +================================================== + + * rpmlint + + * depcheck + + * upgradepath + + * generic test suite with nested runs + + * rpmgrill (look at their current web interface) + + * compose/rpm diff (informative, not really pass/fail) + + * openqa run + + * iso build + + * pytest/unittest + + * avocado + + * central ci? + + * twisted's test suite + + * anaconda's ci stuff? + + * summershum/license check + + * fedora review diff --git a/readme.rst b/readme.rst deleted file mode 100644 index 706bfa7..0000000 --- a/readme.rst +++ /dev/null @@ -1,44 +0,0 @@ -=================== -Results YAML Format -=================== - - -We're working on a new format for passing results back into taskotron tasks over plain text - -This format is YAML based because that's a common base format and we're already using it. - -The specification is ongoing and until we say it's finalized, assume that anything could change at any time - - -Examples to create now to explore potential issues -================================================== - - * rpmlint - - * depcheck - - * upgradepath - - * generic test suite with nested runs - - * rpmgrill (look at their current web interface) - - * compose/rpm diff (informative, not really pass/fail) - - * openqa run - - * iso build - - * pytest/unittest - - * avocado - - * central ci? - - * twisted's test suite - - * anaconda's ci stuff? - - * summershum/license check - - * fedora review