Home
last modified time | relevance | path

Searched full:ci (Results 1 – 25 of 134) sorted by relevance

123456

/Zephyr-Core-3.7.0/scripts/ci/
Dtwister_ignore.txt39 scripts/ci/test_plan.py
40 scripts/ci/twister_ignore.txt
41 scripts/ci/what_changed.py
42 scripts/ci/version_mgr.py
43 scripts/ci/stats/*
47 scripts/ci/pylintrc
DKconfig.board.v21 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
/Zephyr-Core-3.7.0/.github/workflows/
Derrno.yml7 - 'scripts/ci/errno.py'
13 image: ghcr.io/zephyrproject-rtos/ci:v0.26.13
34 ./scripts/ci/errno.py
Dcompliance.yml58 west config manifest.group-filter -- +ci,-optional
81 ./scripts/ci/check_compliance.py --annotate -e KconfigBasic \
97 files=($(./scripts/ci/check_compliance.py -l))
112 echo "You can run this step locally with the ./scripts/ci/check_compliance.py script."
Dtwister.yaml28 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
82 west config manifest.group-filter -- +ci,+optional
95 … python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request -t $TESTS_PER_BUILDER
132 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
193 west config manifest.group-filter -- +ci,+optional
245 python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request
333 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
334 --index zephyr-main-ci-push-1 artifacts/*/*/twister.json
336 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
337 --index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json
Dbsim-tests.yaml37 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
80 west config manifest.group-filter -- +ci
151 tests/bsim/ci.bt.sh
156 tests/bsim/ci.net.sh
161 tests/bsim/ci.uart.sh
/Zephyr-Core-3.7.0/samples/net/sockets/big_http_download/
Dsample.yaml20 sample.net.sockets.big_http_download.ci:
21 extra_args: OVERLAY_CONFIG=overlay-ci.conf
Doverlay-ci.conf1 # CI-friendly config, using local host machine as
/Zephyr-Core-3.7.0/tests/drivers/uart/uart_mix_fifo_poll/
DKconfig6 # For the simulated devices, which are run by default in CI, we set it to less to not spend too
7 # much CI time
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_adv.c73 struct pdu_adv *ci, uint8_t devmatch_ok,
76 struct pdu_adv *adv, struct pdu_adv *ci,
79 struct pdu_adv *ci);
1014 struct pdu_adv *ci, uint8_t devmatch_ok, in isr_rx_ci_check() argument
1020 return ull_filter_lll_rl_addr_allowed(ci->tx_addr, in isr_rx_ci_check()
1021 ci->connect_ind.init_addr, in isr_rx_ci_check()
1026 isr_rx_ci_adva_check(adv, ci) && in isr_rx_ci_check()
1027 isr_rx_ci_tgta_check(lll, adv, ci, *rl_idx); in isr_rx_ci_check()
1032 ull_filter_lll_rl_addr_allowed(ci->tx_addr, in isr_rx_ci_check()
1033 ci->connect_ind.init_addr, in isr_rx_ci_check()
[all …]
/Zephyr-Core-3.7.0/tests/bsim/
Dci.bt.sh5 # This script runs the Babblesim CI BT tests.
38 # We provisionally disable the nrf54l15 BT tests in CI due to instability issues in the
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/
Dtests.nrf52bsim.txt2 # This file is used in CI to select which tests are run
Dtests.nrf54l15bsim_nrf54l15_cpuapp.txt2 # This file is used in CI to select which tests are run
Dtests.nrf5340bsim_nrf5340_cpunet.txt3 # This file is used in CI to select which tests are run
Dtests.nrf5340bsim_nrf5340_cpuapp.txt2 # This file is used in CI to select which tests are run
/Zephyr-Core-3.7.0/scripts/
Drequirements-compliance.txt3 # used by ci/check_compliance
/Zephyr-Core-3.7.0/tests/kernel/workq/work/
Dtestcase.yaml6 # the related CI checks got blocked, so exclude it.
/Zephyr-Core-3.7.0/boards/qemu/riscv32_xip/
DKconfig.defconfig6 # Use thread local storage by default so that this feature gets more CI coverage.
/Zephyr-Core-3.7.0/boards/qemu/riscv32e/
DKconfig.defconfig6 # Use thread local storage by default so that this feature gets more CI coverage.
/Zephyr-Core-3.7.0/tests/posix/pthread_pressure/
Dtestcase.yaml11 # Enabled for GitHub CI to reduce host scheduling noise while running
/Zephyr-Core-3.7.0/boards/qemu/riscv32/
DKconfig.defconfig6 # Use thread local storage by default so that this feature gets more CI coverage.
/Zephyr-Core-3.7.0/samples/bluetooth/central_ht/
Dsample.yaml15 # Disabling monolithic since CI environment doesn't use blobs
/Zephyr-Core-3.7.0/soc/espressif/esp32c3/
DCMakeLists.txt59 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
62 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-Core-3.7.0/soc/espressif/esp32c6/
DCMakeLists.txt59 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
62 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py
/Zephyr-Core-3.7.0/soc/espressif/esp32s2/
DCMakeLists.txt60 message("check_callgraph using: ${ESP_IDF_PATH}/tools/ci/check_callgraph.py")
63 ${PYTHON_EXECUTABLE} ${ESP_IDF_PATH}/tools/ci/check_callgraph.py

123456