-
Notifications
You must be signed in to change notification settings - Fork 43
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
chore(makefile): create check makefile target #530
Conversation
/build |
@@ -101,5 +101,4 @@ install-snap-dependencies: check-snap-package | |||
install-dependencies: install-snap-dependencies | |||
## install-dependencies: Install all the dependencies | |||
|
|||
|
|||
|
|||
check: juju-unit-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hmlanigan juju-unit-test
seems to be quite a lightweight test suite.
Shall we put something else here? Or is this good for now? What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imo best option should be to keep it light in Jenkins, and make more github actions required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This set of tests will get bigger over time, but okay for now.
/merge |
@@ -101,5 +101,4 @@ install-snap-dependencies: check-snap-package | |||
install-dependencies: install-snap-dependencies | |||
## install-dependencies: Install all the dependencies | |||
|
|||
|
|||
|
|||
check: juju-unit-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This set of tests will get bigger over time, but okay for now.
/merge |
The check target is a special target used in our CI. This should allow our default Jenkins jobs to correctly run our unit tests and merge
f3495d6
to
01a4dd9
Compare
Need a signed commit to merge, and unblock other PRs which now need the check make target. |
/merge |
Description
The check target is a special target used in our CI.
This should allow our default Jenkins jobs to correctly run our unit tests and merge
Type of change
QA steps
commenting
/build
or/merge
correctly trigger jenkins jobs