[Intel-gfx] [PATCH i-g-t 0/4] Testlist changes

Petri Latvala petri.latvala at intel.com
Fri Mar 17 13:25:15 UTC 2017


This series introduces a build-time checker for testlists, the test
list for extended testing, and as an added bonus, introduces the
ability to comment test lists.

Petri Latvala (4):
  intel-ci: Add comments on test order to fast-feedback.testlist
  tests/Makefile.am: Only ignore generated gitignore in gitignore
  intel-ci: Build-time check for testlists
  intel-ci: Add extended.testlist for wider testing

 configure.ac                          |    1 +
 tests/Makefile.am                     |    4 +-
 tests/intel-ci/.gitignore             |    1 +
 tests/intel-ci/Makefile.am            |   42 +
 tests/intel-ci/README                 |    6 +
 tests/intel-ci/check_testlists.sh     |   65 ++
 tests/intel-ci/checked_lists.txt      |    2 +
 tests/intel-ci/extended.testlist      | 1919 +++++++++++++++++++++++++++++++++
 tests/intel-ci/fast-feedback.testlist |    7 +
 9 files changed, 2046 insertions(+), 1 deletion(-)
 create mode 100644 tests/intel-ci/.gitignore
 create mode 100644 tests/intel-ci/Makefile.am
 create mode 100755 tests/intel-ci/check_testlists.sh
 create mode 100644 tests/intel-ci/checked_lists.txt
 create mode 100644 tests/intel-ci/extended.testlist

-- 
2.9.3



More information about the Intel-gfx mailing list