]> granicus.if.org Git - esp-idf/commit
Merge branch 'test/get_test_env_config_from_gitlab' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 8 Feb 2017 08:56:38 +0000 (16:56 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 8 Feb 2017 08:56:38 +0000 (16:56 +0800)
commit02460ff8645dcdaa8c4cee05dca1894e0013d23c
treebaef5da849c41285c70088272d87195a6cbd3ce3
parentc61fdff7293c68142d052376eace1a3a9f6a2312
parent732a5fd0b2c2e6ff3742781714c4d3d204d90865
Merge branch 'test/get_test_env_config_from_gitlab' into 'master'

CI: get test env config from gitlab

Previous design was put test env config on local runners. It's not easy to manage as test runners count growing.

Now we'll put config files for test runners to a Gitlab repository. Test runners will get its config from Gitlab every time before running.

See merge request !480