1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

126 Commits

Author SHA1 Message Date
da95d2c56c
treewide: replace occurrences of tests/periph_ with new path 2023-05-06 15:33:03 +02:00
MrKevinWeiss
ad54213679
.github: Test compile_like_murdock.py 2023-03-24 13:21:30 +01:00
Martine Lenders
40fb7fef32
gh-actions: check-labels: move to upstream fix 2023-01-17 11:51:21 +01:00
d912b25bc2 CI: update check-labels-action, using missing_approvals_label 2023-01-16 13:42:19 +01:00
Martine Lenders
98100704ab
release-tests: fix PASSED chat message 2023-01-14 09:49:52 +01:00
ce543294dc CI: re-add "synchronize" event to check-labels 2023-01-13 08:41:24 +01:00
Martine Lenders
764f7f0bf4
gh-actions: report release-tests result to Matrix 2023-01-12 10:14:22 +01:00
1e29dd3267 CI: seperate check-labels and check-commits workflows 2023-01-10 12:48:21 +01:00
dcc5ca7e83
.github/tools-buildtest: add job to aggregate all jobs results in one 2023-01-05 11:15:26 +01:00
15144fc10b
.github/tools-buildtest: factorize and parallelize using matrix strategy 2023-01-05 11:13:18 +01:00
762c98d78f
.github/tools-buildtest: use latest riot-action version 2023-01-03 10:23:19 +01:00
Martine Lenders
c27ec66629
check-pr.yml: Fail when State: waiting for CI update is set 2022-12-08 18:06:53 +01:00
a32ebac535 CI: make static-tests and tools-build workflows run on bors branches 2022-12-07 15:22:10 +01:00
7c9c06d977 .github/labeler.yml: add bors.toml to CI list 2022-12-07 15:22:10 +01:00
Marian Buschsieweke
fb318c0e9f
Merge pull request #18722 from miri64/test-on-iotlab/fix/several
test-on-iotlab: several fixes to make it runnable again
2022-10-17 09:23:11 +02:00
Martine Lenders
37be7b9420
Revert "release-tests: add capability to run on PR comment" 2022-10-13 18:05:07 +02:00
Martine Lenders
ecf760d7f6
gh-actions: move actions/checkout to main 2022-10-12 17:10:40 +02:00
Martine Lenders
509d251d79
test-on-iotlab: add missing scapy dependency 2022-10-10 15:22:04 +02:00
Martine Lenders
cc32be4fe2
release-tests: add capability to run on PR comment 2022-10-08 13:41:01 +02:00
Martine Lenders
fe5c00ae0c
release-tests: use Ubuntu Jammy runner 2022-10-08 11:24:36 +02:00
Martine Lenders
d7171bfa8e
Merge pull request #18674 from miri64/circleci/cleanup/remove
.circleci: remove directory
2022-09-30 14:32:52 +02:00
3ee3d1b9ac
Merge pull request #18562 from MrKevinWeiss/pr/removemips
cpu/mips: Remove all mips
2022-09-30 10:47:09 +02:00
Martine Lenders
c460c6b056
various: remove CircleCI mention from other locations 2022-09-30 10:38:48 +02:00
Martine Lenders
f4b07a9c92
github-actions: remove Circle CI artifacts redirector job 2022-09-30 10:28:08 +02:00
d229e96467 ci: teach github-labeler about .murdock.yml 2022-09-29 09:07:18 +02:00
MrKevinWeiss
6cad5d2477
cpu/mips: Remove all mips 2022-09-27 13:42:37 +02:00
11dcf71e35
gh_action/test-on-iotlab: update available boards 2022-07-07 16:51:16 +02:00
Teufelchen1
1231807bab Documentation: Renaming OS X to macOS 2022-06-23 17:25:48 +02:00
Martine Lenders
bd2daade8e
release-tests: install libasan as native dependency
See #18099
2022-05-23 11:49:15 +02:00
Benjamin Valentin
341aeece59 gh_actions: add step for benchmark_udp 2022-03-11 17:11:34 +01:00
Karl Fessel
e3f8e379be
workflow/tool-test: update prior install 2022-03-03 14:58:23 +01:00
6371051bc3
Merge pull request #17545 from fjmolinas/pr_iotlab_node_docker_riotci_build
Makefile.include: pass IOTLAB_NODE to docker
2022-01-27 20:20:03 +01:00
Francisco Molina
d2b9b4ce8c Makefile.include: pass IOTLAB_NODE to docker
By default if IoT-LAB Cli Tools V3 is used then BINFILE is used to
flash on IoT-LAB. But BINFILE is not built by default when RIOT_CI_BUILD
is set as a ci optimization.

But since before IOTLAB_NODE was not passed to docker when building it
did not know that it should BUILD BINFILE as well, which led to failures
if doing:

$ IOTLAB_NODE=iotlab-m3.grenoble.iot-lab.info BOARD=iotlab-m3 \
  RIOT_CI_BUILD=1 BUILD_IN_DOCKER=1 make -C examples/hello-world/ flash

But if IOTLAB_NODE is passed at is checks for IoT-LAB cli Tools also
happen in the docker container which leads to a make error since those
are not present in docker.

Therefore add BINFILE to BUILD_FILES if RIOT_CI_BUILD is set, but unset
IOTLAB_NODE once INSIDE_DOCKER.
2022-01-27 14:56:00 +01:00
8a869217f3
gh_action/test-on-iotlab: add nucleo-wl55jc and samr34-xpro 2022-01-27 11:47:06 +01:00
541b23ce03
gh_action/test-on-iotlab: fix alphabetical order in boards list 2022-01-27 11:45:51 +01:00
Francisco Molina
7ce6b06367 .github/workflows/test-on-iotlab: add dwm1001 2022-01-24 15:00:13 +01:00
benpicco
120e840b42
Merge pull request #16889 from benpicco/tools/zep_dispatch-topogen
tools/zep_dispatch: add topology generator
2022-01-05 13:47:23 +01:00
Benjamin Valentin
958cc12c99 gh_actions: add step for zep_dispatch 2022-01-05 13:34:31 +01:00
Martine Lenders
b4193be4dd
.github/ISSUE_TEMPLATE: remove security_bug.md
We have a [security policy](./SECURITY.md) now, so this template might confuse people more than it helps.
2021-11-09 16:48:42 +01:00
Jens Wetterich
c7b2e351aa github/pr: Fix link to coding conventions 2021-10-27 16:33:35 +02:00
Francisco
3a62c8a4f4
Merge pull request #17038 from fjmolinas/pr_gha_release_python_38
gha/workflows/release-test: set python version to 3.8
2021-10-23 11:31:09 +02:00
Francisco Molina
acc85bb0af gha/workflows/release-test: set python version to 3.8 2021-10-22 14:36:39 +02:00
Martine Lenders
e14cbc1c31
github-labeler: add *.cff files to 'Area: doc' 2021-10-22 10:21:57 +02:00
Francisco Molina
d55b67326b gh/workflows/release-tests: update LoRaWAN parameters to ttnv3 2021-10-19 10:57:07 +02:00
Benjamin Valentin
414c24d2ed gh_actions: add step for riotboot_serial 2021-07-20 22:51:59 +02:00
Martine Lenders
08671255be
Merge pull request #16581 from miri64/gh-actions/fix/release-tests-export-QUIETER
gh-actions/release-tests: export QUIETER to docker
2021-06-23 16:30:17 +02:00
Martine Lenders
efba5cd14f
gh-actions/release-tests: export QUIETER to docker 2021-06-23 13:52:37 +02:00
Martine Lenders
3dee380fe8
release-test: fetch host key for lille site
Tasks 4.5 and 4.6 use the firefly nodes at the lille site, so we need to
verify the host key for that side as well.
2021-06-21 13:41:27 +02:00
82b286989b
.github/labeler: quote rules 2021-06-02 17:42:31 +02:00
Leandro Lanzieri
05aaefee48
.github/labeler: match Kconfig files in subfolders 2021-06-01 11:03:16 +02:00