]> granicus.if.org Git - esp-idf/commit
Merge branch 'test/integrate_stress_test_to_CI' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 12 Dec 2016 08:20:13 +0000 (16:20 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 12 Dec 2016 08:20:13 +0000 (16:20 +0800)
commit2a4b150017dd843d6bb624de165d6f046932299b
treea05bf74b80f698791c601a9c0429e466b9184602
parent1c60a0450e39495d7d34b77dc3a71ace1248c421
parentbf2a568924e667c1c5d5e7a974d8e7cfdbcf2e43
Merge branch 'test/integrate_stress_test_to_CI' into 'master'

add supported stress test to CI

add supported stress test to CI:

stress test requires long time to execute. They will only be executed when variable NIGHT_BUILD=YES. Therefore we'll use gitlab-API trigger to execute stress test cases.

See merge request !220