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

[Tests-only] Use ocis-phoenix for running tests in drone #3242

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

dpakach
Copy link
Contributor

@dpakach dpakach commented Mar 23, 2020

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

  • Fixes <issue_link>

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Open tasks:

  • ...

@dpakach dpakach requested a review from DeepDiver1975 as a code owner March 23, 2020 07:49
@dpakach dpakach force-pushed the use-ocis-phoenix-service branch 3 times, most recently from cc6542d to 9f63b75 Compare March 23, 2020 08:52
@dpakach dpakach force-pushed the use-ocis-phoenix-service branch from 9f63b75 to 2c22126 Compare March 25, 2020 09:20
@dpakach dpakach self-assigned this Mar 25, 2020
@dpakach dpakach added Status:Needs-Review Needs review from a maintainer Type:CI Related to our Continouus Integration Solution QA:team labels Mar 25, 2020
@@ -1046,8 +1047,7 @@ def ocisServices():
},
'commands': [
'cd /var/www/owncloud',
'./ocis devldap &',
Copy link
Contributor

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?

Copy link
Contributor Author

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,
Copy link
Member

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?

Copy link
Contributor Author

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.

@individual-it individual-it merged commit 408357e into master Mar 25, 2020
@delete-merged-branch delete-merged-branch bot deleted the use-ocis-phoenix-service branch March 25, 2020 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA:team Status:Needs-Review Needs review from a maintainer Type:CI Related to our Continouus Integration Solution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants