]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/ci_test_config_autogen' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 19 May 2017 03:56:45 +0000 (11:56 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 19 May 2017 03:56:45 +0000 (11:56 +0800)
commit972d1d9242bad8b2c09840794dd143c1d5ad75da
tree3ed5309c2c155b3ceadc3c985e2d9dd405d95dc4
parent67a147fc6f69093e6ee39bdf2627a49040caad2c
parent5d4783ee0730963e88d7f40774d7ab2302bdd422
Merge branch 'feature/ci_test_config_autogen' into 'master'

CI: auto generate configs for test jobs

Currently CI test jobs are static configured by several pre-generated config files.
This approach have several disadvantages:

1. not flexible to select test cases to run, which is important feature of @bot
2. difficult to update test as we need to pre-generate quite a lot files
3. need to maintain extra config files in IDF
4. not flexible to support new test apps or chips, can't use some new features of test bench

Therefore we'll add assign_test stage between build and test, to generate configs for test jobs.

See merge request !738
.gitlab-ci.yml