We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c03846 commit 44f51daCopy full SHA for 44f51da
.github/workflows/twister.yaml
@@ -72,11 +72,6 @@ jobs:
72
run: |
73
export ZEPHYR_BASE=${PWD}
74
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
75
- # temporary until we have all PRs rebased on top of this commit.
76
- git log -n 500 --oneline | grep -q "run twister using github action" || (
77
- echo "Your branch is not up to date, you need to rebase on top of latest HEAD of main branch"
78
- exit 1
79
- )
80
python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request -t $TESTS_PER_BUILDER
81
if [ -s .testplan ]; then
82
cat .testplan >> $GITHUB_ENV
0 commit comments