Chen Yudong
|
e18125edcf
|
fix(ci): optimize build rules patterns
add a script to check build-components-patterns in rules.yml
|
2023-09-12 13:47:54 +08:00 |
Armando
|
706d684418
|
feat(esp32p4): introduced new target esp32p4, supported hello_world
|
2023-08-09 19:33:25 +08:00 |
Chen Yudong
|
2c22b74479
|
ci(rules): add patterns fast template app
Update pre-check job rules
|
2023-07-18 11:21:24 +08:00 |
Fu Hanxi
|
ac7e51903a
|
ci: remove unused jobs and patterns
|
2023-05-26 22:59:57 +08:00 |
Fu Hanxi
|
2ad2e3cb04
|
ci(ccs811): use manifest file instead of patterns in rules.yml
|
2023-05-26 22:59:57 +08:00 |
Laukik Hase
|
72f703ccd4
|
nvs_flash: Extended test-app and host tests for the HMAC-based NVS encr-keys protection scheme
|
2023-05-23 13:55:59 +05:30 |
laokaiyao
|
1f84f6c6ed
|
esp32h4: remove esp32h4 target from ci
|
2023-04-20 15:19:47 +08:00 |
Fu Hanxi
|
a64d084eac
|
ci: small cleanup for the dependencies.yml
|
2023-04-10 09:10:23 +08:00 |
Fu Hanxi
|
29bd34dcef
|
ci: add pattern ccs811
|
2023-04-10 09:10:23 +08:00 |
Sachin Parekh
|
109afcb311
|
ci: Add patterns and target-tests for `ecdsa_efuse` runner
|
2023-04-07 14:56:37 +05:30 |
Xu Si Yu
|
90372e96ab
|
openthread ci: replace h4 with c6
|
2023-03-23 10:31:24 +08:00 |
Xu Si Yu
|
cdfcd51dce
|
openthread: add openthread ci for ESP32-H2
|
2023-03-13 10:27:51 +08:00 |
Wan Lei
|
4e2c6ac993
|
Merge branch 'feature/ci_add_pattern_flash_multi' into 'master'
ci: add pattern for esp flash
See merge request espressif/esp-idf!22185
|
2023-02-03 14:52:21 +08:00 |
Xu Si Yu
|
389d07b9c1
|
openthread: add ci for esp32c6
|
2023-02-02 16:29:19 +08:00 |
wanlei
|
7cf82ac032
|
ci: add pattern for esp flash
|
2023-02-02 12:45:05 +08:00 |
Cao Sen Miao
|
4e67332b74
|
ESP32H2: Add small CI test for ESP32H2
|
2022-12-29 11:00:42 +08:00 |
Shu Chen
|
2a12fabec0
|
Merge branch 'support/ieee802154_lib_CI_beta' into 'master'
ieee802154: add ieee802154 component CI
See merge request espressif/esp-idf!20770
|
2022-12-15 14:11:48 +08:00 |
zhengyujie
|
1e3c82b27d
|
ieee802154: add ieee802154 component CI
|
2022-12-14 12:20:45 +08:00 |
Chen Yudong
|
a5e9a6cfdf
|
CI: add more files to patterns-target_test-wifi
|
2022-12-02 19:51:21 +08:00 |
Chen Sheng
|
fe39b922ca
|
seperate ble wifi environment and support ci esp32c2
|
2022-12-02 11:12:00 +08:00 |
morris
|
f080d647cc
|
Merge branch 'test/move_sdio_to_pytest_app' into 'master'
sdio: move sdio related test case to it's own pytest app
Closes IDF-5501 and IDFCI-1377
See merge request espressif/esp-idf!19314
|
2022-11-17 10:14:59 +08:00 |
wanlei
|
ee4f4ac3e0
|
test: move sdio unit-test to test_apps
|
2022-11-16 11:22:31 +08:00 |
Marius Vikhammer
|
d7600da05e
|
ci: enable running C2 tests by default
|
2022-11-14 10:27:31 +08:00 |
laokaiyao
|
8677216576
|
esp32h2: renaming esp32h2 to esp32h4
|
2022-11-08 17:05:33 +08:00 |
Song Ruo Jing
|
2557e24a28
|
ci: Enable esp32c6 example, test_apps, and unit tests CI build stage
|
2022-11-01 11:23:21 +08:00 |
zhangwenxu
|
f3cadb4fab
|
ieee802154: add 154 lib CI initialization.
|
2022-10-24 16:19:00 +08:00 |
Fu Hanxi
|
27e199605a
|
ci: remove unused rules
|
2022-10-10 16:58:11 +08:00 |
Shu Chen
|
96b73d3c27
|
Merge branch 'feature/add_ot_CI' into 'master'
openthread: add openthread CI
See merge request espressif/esp-idf!19744
|
2022-09-19 20:16:57 +08:00 |
Ivan Grokhotkov
|
1406c01f3f
|
ci: trigger build jobs from changes in tools.json
|
2022-09-16 10:15:29 +02:00 |
Xu Si Yu
|
07ebc527d5
|
openthread:add openthread CI
|
2022-09-16 14:07:31 +08:00 |
Armando
|
28aff8d08b
|
ci: add adc test pattern
|
2022-09-16 03:21:29 +00:00 |
Marius Vikhammer
|
5b1593a3c1
|
Merge branch 'ci/enable_s3_default_s3' into 'master'
ci: re-enable running S3 tests by default
See merge request espressif/esp-idf!19430
|
2022-08-23 10:21:46 +08:00 |
wanlei
|
6864f72ab7
|
test: add new spi-sio multi-board test for all chip
test sio master only, and splited into master input & output ability
slave device work on full duplex mode to provide input/output source only
|
2022-08-17 15:52:08 +08:00 |
Mahavir Jain
|
4a38d9875d
|
Merge branch 'feature/build_docker_on_submodules_change' into 'master'
ci: updates rules to trigger docker build on submodules change
See merge request espressif/esp-idf!19467
|
2022-08-16 12:47:08 +08:00 |
Tomas Rezucha
|
d777b790d0
|
tinyusb: Add TinyUSB example tests
|
2022-08-10 14:51:18 +02:00 |
Mahavir Jain
|
54baaa9bc1
|
ci: updates rules to trigger docker build on submodules change
|
2022-08-09 17:18:29 +05:30 |
Marius Vikhammer
|
f2bca9e71e
|
ci: re-enable running S3 tests by default
|
2022-08-08 14:06:59 +08:00 |
Fu Hanxi
|
a8f6cfb97d
|
ci: export INCLUDE_NIGHTLY_RUN when mr got label
|
2022-07-25 16:24:23 +08:00 |
Chen Yudong
|
9b44bc1d31
|
CI: reduce usage of sdio runners
|
2022-07-22 15:03:44 +08:00 |
Chen Yudong
|
84942f9121
|
CI: improve target test rules for ethernet and wifi tests
|
2022-07-18 18:47:01 +08:00 |
Chen Yudong
|
69e15827c9
|
CI: add specific job rules
|
2022-07-11 12:32:30 +08:00 |
Michael (XIAO Xufeng)
|
b9f37be868
|
ci: enable target tests for ESP32-C2
reduce parallel num of unused jobs
|
2022-06-02 11:10:29 +08:00 |
Fu Hanxi
|
27a8fdcf3c
|
ci: trigger s3 target test only by label
should be revert after we got enough s3 runners
|
2022-05-11 16:03:29 +08:00 |
Fu Hanxi
|
81e7fa86cd
|
ci: run component_ut_esp32_lan8720 only on master/release or with label
this is a temporary workaround of lack of runners.
|
2022-03-30 11:50:04 +08:00 |
Fu Hanxi
|
13547d44e0
|
ci: set build target test apps rules
|
2022-02-23 09:03:36 +08:00 |
Chen Yudong
|
d5f7824ae9
|
ci: fix target_test label usage
|
2022-01-25 11:49:55 +08:00 |
Chen Yudong
|
151d8cdcd2
|
ci: split assign tests
|
2022-01-25 11:49:53 +08:00 |
laokaiyao
|
cf049e15ed
|
esp8684: rename target to esp32c2
|
2022-01-19 11:08:57 +08:00 |
Cao Sen Miao
|
e7adb84409
|
ci: enable esp32h2 example build test on ci
|
2022-01-14 10:43:29 +08:00 |
Cao Sen Miao
|
e81841318f
|
CI: Enable ESP8684 build stage CI on master
|
2021-12-13 19:18:47 +08:00 |