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

[full-ci][tests-only] pin owncloud 10 to 10.10.0 for tests #7020

Merged
merged 2 commits into from
May 23, 2022

Conversation

individual-it
Copy link
Member

@individual-it individual-it commented May 20, 2022

Description

use owncloud 10.10.0 for running tests, enable dav.propfind.depth_infinity for oc10 tests

Related Issue

fixed #7019
follow up in #7029

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:

  • ...

@ownclouders
Copy link
Contributor

ownclouders commented May 20, 2022

Results for oC10SharingAndTrashbin https://drone.owncloud.com/owncloud/web/25758/34/1

💥 The acceptance tests failed on retry. Please find the screenshots inside ...

webUITrashbinFilesFolders-trashbinFilesFolders_feature-L23.png

webUITrashbinFilesFolders-trashbinFilesFolders_feature-L23.png

webUITrashbinFilesFolders-trashbinFilesFolders_feature-L82.png

webUITrashbinFilesFolders-trashbinFilesFolders_feature-L82.png

webUITrashbinFilesFolders-trashbinFilesFolders_feature-L97.png

webUITrashbinFilesFolders-trashbinFilesFolders_feature-L97.png

webUITrashbinRestore-trashbinRestore_feature-L138.png

webUITrashbinRestore-trashbinRestore_feature-L138.png

webUITrashbinRestore-trashbinRestore_feature-L181.png

webUITrashbinRestore-trashbinRestore_feature-L181.png

webUITrashbinRestore-trashbinRestore_feature-L260.png

webUITrashbinRestore-trashbinRestore_feature-L260.png

@individual-it individual-it changed the title [full-ci] pin owncloud 10 to 10.10.1 for tests [full-ci][tests-only] pin owncloud 10 to 10.10.1 for tests May 20, 2022
@individual-it individual-it removed their assignment May 23, 2022
@phil-davis phil-davis changed the title [full-ci][tests-only] pin owncloud 10 to 10.10.1 for tests [full-ci][tests-only] pin owncloud 10 to 10.10.0 for tests May 23, 2022
Copy link
Contributor

@phil-davis phil-davis left a comment

Choose a reason for hiding this comment

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

Do you want to leave "skip false"?
It does not hurt.

@sonarcloud
Copy link

sonarcloud bot commented May 23, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@phil-davis phil-davis merged commit 0c45e0e into master May 23, 2022
@delete-merged-branch delete-merged-branch bot deleted the runTestWithOc10.10 branch May 23, 2022 05:52
@@ -35,7 +35,7 @@ SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:latest"
THEGEEKLAB_DRONE_GITHUB_COMMENT = "thegeeklab/drone-github-comment:1"
TOOLHIPPIE_CALENS = "toolhippie/calens:latest"

OC10_VERSION = "10.9.1"
OC10_VERSION = "10.10.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

@individual-it can we switch this back to the formerly used "latest" string (so we get a "free" upgrade and compatibility check and don't forget after the next OC10 release)?

Copy link
Member Author

Choose a reason for hiding this comment

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

sure: #7031

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make CI work with owncloud 10.10
4 participants