mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'test/add_unit_test_jobs' into 'master'
ci: increase number of unit test jobs, temporarily disable light sleep test for short durations See merge request idf/esp-idf!2386
This commit is contained in:
@@ -701,6 +701,13 @@ UT_001_09:
|
|||||||
- UT_T1_1
|
- UT_T1_1
|
||||||
- UT_default
|
- UT_default
|
||||||
|
|
||||||
|
UT_001_10:
|
||||||
|
<<: *unit_test_template
|
||||||
|
tags:
|
||||||
|
- ESP32_IDF
|
||||||
|
- UT_T1_1
|
||||||
|
- UT_default
|
||||||
|
|
||||||
UT_002_01:
|
UT_002_01:
|
||||||
<<: *unit_test_template
|
<<: *unit_test_template
|
||||||
tags:
|
tags:
|
||||||
@@ -764,6 +771,13 @@ UT_002_09:
|
|||||||
- UT_T1_1
|
- UT_T1_1
|
||||||
- UT_release
|
- UT_release
|
||||||
|
|
||||||
|
UT_002_10:
|
||||||
|
<<: *unit_test_template
|
||||||
|
tags:
|
||||||
|
- ESP32_IDF
|
||||||
|
- UT_T1_1
|
||||||
|
- UT_release
|
||||||
|
|
||||||
UT_003_01:
|
UT_003_01:
|
||||||
<<: *unit_test_template
|
<<: *unit_test_template
|
||||||
tags:
|
tags:
|
||||||
@@ -827,6 +841,13 @@ UT_003_09:
|
|||||||
- UT_T1_1
|
- UT_T1_1
|
||||||
- UT_single_core
|
- UT_single_core
|
||||||
|
|
||||||
|
UT_003_10:
|
||||||
|
<<: *unit_test_template
|
||||||
|
tags:
|
||||||
|
- ESP32_IDF
|
||||||
|
- UT_T1_1
|
||||||
|
- UT_single_core
|
||||||
|
|
||||||
UT_004_01:
|
UT_004_01:
|
||||||
<<: *unit_test_template
|
<<: *unit_test_template
|
||||||
tags:
|
tags:
|
||||||
@@ -897,6 +918,13 @@ UT_004_10:
|
|||||||
- UT_T1_1
|
- UT_T1_1
|
||||||
- UT_psram
|
- UT_psram
|
||||||
|
|
||||||
|
UT_004_11:
|
||||||
|
<<: *unit_test_template
|
||||||
|
tags:
|
||||||
|
- ESP32_IDF
|
||||||
|
- UT_T1_1
|
||||||
|
- UT_psram
|
||||||
|
|
||||||
IT_001_01:
|
IT_001_01:
|
||||||
<<: *test_template
|
<<: *test_template
|
||||||
tags:
|
tags:
|
||||||
|
@@ -127,7 +127,7 @@ TEST_CASE("light sleep stress test with periodic esp_timer", "[deepsleep]")
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
TEST_CASE("light sleep duration is correct", "[deepsleep]")
|
TEST_CASE("light sleep duration is correct", "[deepsleep][ignore]")
|
||||||
{
|
{
|
||||||
// don't power down XTAL — powering it up takes different time on
|
// don't power down XTAL — powering it up takes different time on
|
||||||
// different boards
|
// different boards
|
||||||
|
Reference in New Issue
Block a user