From 64bc04f5788bba285479e5860c4a00a5465e7225 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Mon, 13 Nov 2023 13:42:05 +0900 Subject: [PATCH] ci: Use Zephyr collab-sdk-dev branch for testing The "topic" branches have been superseded by the "collab" branches in the upstream Zephyr repository. This commit updates the Zephyr SDK CI to use the renamed `collab-sdk-dev` branch, complying to the new guidelines. Signed-off-by: Stephanos Ioannidis --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e90ae5..a83edef0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ on: zephyr-ref: description: 'Zephyr Ref (branch, tag, SHA, ...)' required: true - default: topic-sdk-dev + default: collab-sdk-dev host: description: 'Host' type: choice @@ -80,7 +80,7 @@ env: BUG_URL: 'https://github.com/zephyrproject-rtos/sdk-ng/issues' BUNDLE_NAME: Zephyr SDK BUNDLE_PREFIX: zephyr-sdk - ZEPHYR_REF: topic-sdk-dev + ZEPHYR_REF: collab-sdk-dev jobs: # Setup