Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jenkins: do global mount before running tests #2176

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/news/_preparation_next_release.md
Expand Up @@ -25,6 +25,7 @@ You can also read the news [on our website](https://www.libelektra.org/news/0.9.

## Highlights

- do not merge _(Markus Raab)_
- Code generation
- <<HIGHLIGHT2>>
- <<HIGHLIGHT3>>
Expand Down
6 changes: 6 additions & 0 deletions scripts/jenkins/Jenkinsfile
Expand Up @@ -963,6 +963,12 @@ export PATH=${WORKSPACE}/system/bin:$PATH
export DBUS_SESSION_BUS_ADDRESS=`dbus-daemon --session --fork --print-address`
export LUA_CPATH="${WORKSPACE}/system/lib/lua/5.2/?.so;"

kdb get system/elektra/version/constants/KDB_VERSION
kdb get system/elektra/version/constants/SO_VERSION
export CHECK_VERSION=NO

kdb gmount python script=${WORKSPACE}/src/plugins/python/python/python_filter.py

env

kdb run_all
Expand Down