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

pytest-fw to travis #2415

Merged
merged 2 commits into from Nov 15, 2018
Merged

pytest-fw to travis #2415

merged 2 commits into from Nov 15, 2018

Conversation

mitzkia
Copy link
Collaborator

@mitzkia mitzkia commented Nov 15, 2018

  • run pytest-fw related make targets from Travis CI

 - install pip packages for pytest-fw
 - during the installation of psutil package $CC (which is clang)
will be unavailable (it is on custom PATH), with the help of
`pip install --user` pip can found clang on normal PATH, and the
installation will be successful

Signed-off-by: Andras Mitzki <andras.mitzki@balabit.com>
@kira-syslogng
Copy link
Contributor

Build FAILURE

MrAnno
MrAnno previously approved these changes Nov 15, 2018
.travis.yml Outdated
@@ -88,6 +88,8 @@ script:
. scripts/get-libjvm-path.sh || return $?;
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JNI_LIBDIR";
make func-test V=1;
make VERBOSE=1 pytest-self-check;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could add a separate parallel job for self-check in the future. It does not depend on the compilation of syslog-ng.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. For now is it ok to leave it here?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, it was just a note. :)

@furiel
Copy link
Collaborator

furiel commented Nov 15, 2018

@kira-syslogng retest this please

.travis.yml Outdated Show resolved Hide resolved
@kira-syslogng
Copy link
Contributor

Build SUCCESS

 - cmake and make targets are also used

Signed-off-by: Andras Mitzki <andras.mitzki@balabit.com>
@kira-syslogng
Copy link
Contributor

Build SUCCESS

@MrAnno MrAnno merged commit 47fc7cf into syslog-ng:master Nov 15, 2018
@lbudai lbudai added this to the OSE 3.19 milestone Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants