-
Notifications
You must be signed in to change notification settings - Fork 168
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
[Tests-only] Use ocis-phoenix for running tests in drone #3242
Conversation
cc6542d
to
9f63b75
Compare
9f63b75
to
2c22126
Compare
@@ -1046,8 +1047,7 @@ def ocisServices(): | |||
}, | |||
'commands': [ | |||
'cd /var/www/owncloud', | |||
'./ocis devldap &', |
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.
should that be deleted too?
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.
yes, that should not have been there in the first place.
@@ -89,6 +89,7 @@ config = { | |||
}, | |||
'runningOnOCIS': True, | |||
'filterTags': 'not @skip and not @skipOnOCIS', | |||
'screenShots': True, |
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.
debug or do we need the screenshots for longterm?
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.
I think we can leave it for now, will be helpful as soon as tests fail in ocis.
Description
In CI right now we use the ocis binary to run phoenix service for acceptance tests. This PR changes that to ocis-phoenix binary so that we can catch error even earlier.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: