File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,17 @@ build_pytest_examples_esp32s2:
49
49
extends :
50
50
- .build_pytest_template
51
51
- .rules:build:example_test-esp32s2
52
+ parallel : 2
52
53
script :
53
- - run_cmd python tools/ci/build_pytest_apps.py examples --target esp32s2 --size-info $SIZE_INFO_LOCATION -vv
54
+ - run_cmd python tools/ci/build_pytest_apps.py examples --target esp32s2 --size-info $SIZE_INFO_LOCATION -vv --parallel-count $CI_NODE_TOTAL --parallel-index $CI_NODE_INDEX
54
55
55
56
build_pytest_examples_esp32s3 :
56
57
extends :
57
58
- .build_pytest_template
58
59
- .rules:build:example_test-esp32s3
60
+ parallel : 2
59
61
script :
60
- - run_cmd python tools/ci/build_pytest_apps.py examples --target esp32s3 --size-info $SIZE_INFO_LOCATION -vv
62
+ - run_cmd python tools/ci/build_pytest_apps.py examples --target esp32s3 --size-info $SIZE_INFO_LOCATION -vv --parallel-count $CI_NODE_TOTAL --parallel-index $CI_NODE_INDEX
61
63
62
64
build_pytest_examples_esp32c2 :
63
65
extends :
@@ -70,8 +72,9 @@ build_pytest_examples_esp32c3:
70
72
extends :
71
73
- .build_pytest_template
72
74
- .rules:build:example_test-esp32c3
75
+ parallel : 2
73
76
script :
74
- - run_cmd python tools/ci/build_pytest_apps.py examples --target esp32c3 --size-info $SIZE_INFO_LOCATION -vv
77
+ - run_cmd python tools/ci/build_pytest_apps.py examples --target esp32c3 --size-info $SIZE_INFO_LOCATION -vv --parallel-count $CI_NODE_TOTAL --parallel-index $CI_NODE_INDEX
75
78
76
79
build_pytest_components_esp32 :
77
80
extends :
You can’t perform that action at this time.
0 commit comments