Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ name: CI
on:
pull_request:
branches:
- master
- b_3.x
push:
branches:
- master
- b_3.x
tags:
- v*
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tests:
format:
tox -e format

LYPY_COMMIT_RANGE ?= origin/master..
LYPY_COMMIT_RANGE ?= origin/b_3.x..

check-commits:
./check-commits.sh $(LYPY_COMMIT_RANGE)
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ install_command = {toxinidir}/tox-install.sh {envdir} {opts} {packages}
allowlist_externals =
{toxinidir}/tox-install.sh
commands = python -Wd -m unittest discover -c
setenv =
LIBYANG_BRANCH=v3.13.6 # On v3 branch test using last libyang v3 release

[testenv:lydevel]
setenv =
Expand Down