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

Update Jenkins pipeline #173

Open
VincentVerelst opened this issue Oct 21, 2024 · 1 comment
Open

Update Jenkins pipeline #173

VincentVerelst opened this issue Oct 21, 2024 · 1 comment
Assignees

Comments

@VincentVerelst
Copy link
Collaborator

The unit- and integrationtests have been split in the repo, but not on Jenkins. Currently both are run after each push to each feature branch. Tests take about 35 min to run. We want to change this to:

  • run unit tests after each push on each feature branch
  • run integrationtests before each push/PR to main branch
@HansVRP
Copy link
Collaborator

HansVRP commented Oct 29, 2024

currently the unit tests are also integrated by github actions.

TODO: refine the jenkins pipeline for integration tests on PR to main

@HansVRP HansVRP self-assigned this Oct 29, 2024
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

No branches or pull requests

2 participants