Skip to content

Commit 4f8271d

Browse files
committed
workaround
Signed-off-by: Anas Nashif <[email protected]>
1 parent 916b1b1 commit 4f8271d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Analyze (${{ matrix.language }})
1414
#runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
1515
runs-on:
16-
group: zephyr-runner-v2-linux-x64-4xlarge
16+
group: test-runner-v2-linux-x64-4xlarge
1717
container:
1818
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
1919
options: '--entrypoint /bin/bash'

scripts/pylib/twister/twisterlib/testplan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ def add_testsuites(self, testsuite_filter=None):
576576
raise TwisterRuntimeError(msg)
577577
else:
578578
self.testsuites[suite.name] = suite
579+
break
579580

580581
except Exception as e:
581582
logger.error(f"{suite_path}: can't load (skipping): {e!r}")

0 commit comments

Comments
 (0)