Searched full:ci (Results 1 – 25 of 151) sorted by relevance
1234567
/Zephyr-latest/scripts/ci/ |
D | twister_ignore.txt | 39 scripts/ci/test_plan.py 40 scripts/ci/twister_ignore.txt 41 scripts/ci/check_compliance.py 42 scripts/ci/errno.py 43 scripts/ci/upload_test_results_es.py 44 scripts/ci/what_changed.py 45 scripts/ci/version_mgr.py 46 scripts/ci/stats/* 50 scripts/ci/pylintrc
|
D | Kconfig.board.v2 | 1 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
|
/Zephyr-latest/.github/workflows/ |
D | errno.yml | 7 - 'scripts/ci/errno.py' 13 image: ghcr.io/zephyrproject-rtos/ci:v0.27.4 34 ./scripts/ci/errno.py
|
D | twister-publish.yaml | 44 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \ 47 --index zephyr-main-ci-push-1 artifacts/*/*/twister.json 49 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \ 52 --index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json
|
D | compliance.yml | 62 west config manifest.group-filter -- +ci,-optional 85 ./scripts/ci/check_compliance.py --annotate -e KconfigBasic -e ClangFormat \ 102 files=($(./scripts/ci/check_compliance.py -l)) 123 echo "You can run this step locally with the ./scripts/ci/check_compliance.py script."
|
D | bsim-tests.yaml | 41 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026 86 west config manifest.group-filter -- +ci 161 tests/bsim/ci.bt.sh 166 tests/bsim/ci.net.sh 171 tests/bsim/ci.uart.sh
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 36 python3 ./scripts/ci/upload_test_results_es.py --create-index \ 74 python3 ./scripts/ci/upload_test_results_es.py --create-index \ 81 python3 ./scripts/ci/upload_test_results_es.py \ 95 python3 ./scripts/ci/upload_test_results_es.py --create-index \ 102 python3 ./scripts/ci/upload_test_results_es.py \ 119 python3 ./scripts/ci/upload_test_results_es.py --create-index \ 127 python3 ./scripts/ci/upload_test_results_es.py \ 142 python3 ./scripts/ci/upload_test_results_es.py --create-index \ 149 python3 ./scripts/ci/upload_test_results_es.py \
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | sample.yaml | 20 sample.net.sockets.big_http_download.ci: 21 extra_args: EXTRA_CONF_FILE=overlay-ci.conf
|
D | overlay-ci.conf | 1 # CI-friendly config, using local host machine as
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/ |
D | Kconfig | 6 # 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-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_adv.c | 73 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-latest/tests/bsim/bluetooth/ |
D | tests.nrf52bsim.txt | 2 # This file is used in CI to select which tests are run
|
D | tests.nrf54l15bsim_nrf54l15_cpuapp.txt | 2 # This file is used in CI to select which tests are run
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | prj-assert.conf | 4 # May be enabled for GitHub CI to reduce host scheduling noise while running
|
/Zephyr-latest/tests/kernel/workq/work/ |
D | testcase.yaml | 6 # the related CI checks got blocked, so exclude it.
|
/Zephyr-latest/boards/qemu/riscv32_xip/ |
D | Kconfig.defconfig | 6 # Use thread local storage by default so that this feature gets more CI coverage.
|
/Zephyr-latest/boards/qemu/riscv32e/ |
D | Kconfig.defconfig | 6 # Use thread local storage by default so that this feature gets more CI coverage.
|
/Zephyr-latest/boards/qemu/riscv32/ |
D | Kconfig.defconfig | 6 # Use thread local storage by default so that this feature gets more CI coverage.
|
/Zephyr-latest/tests/benchmarks/latency_measure/boards/ |
D | intel_adsp_ace15_mtpm_sim.conf | 4 # waiting. This makes each simulator run too long for CI.
|
D | intel_adsp_ace20_lnl_sim.conf | 4 # waiting. This makes each simulator run too long for CI.
|
D | intel_adsp_ace30_ptl_sim.conf | 4 # waiting. This makes each simulator run too long for CI.
|
/Zephyr-latest/tests/benchmarks/sched/boards/ |
D | intel_adsp_ace15_mtpm_sim.conf | 4 # waiting. This makes each simulator run too long for CI.
|
D | intel_adsp_ace20_lnl_sim.conf | 4 # waiting. This makes each simulator run too long for CI.
|
D | intel_adsp_ace30_ptl_sim.conf | 4 # waiting. This makes each simulator run too long for CI.
|
/Zephyr-latest/scripts/ |
D | requirements-compliance.txt | 3 # used by ci/check_compliance
|
1234567