[Tests-Only] allow acceptance testing against fed server from PR branch#37838
Merged
phil-davis merged 1 commit intomasterfrom Aug 24, 2020
Merged
Conversation
3baee44 to
4dacc61
Compare
Codecov Report
@@ Coverage Diff @@
## master #37838 +/- ##
=============================================
+ Coverage 47.74% 64.75% +17.01%
- Complexity 0 19392 +19392
=============================================
Files 111 1284 +1173
Lines 10971 75755 +64784
Branches 1333 1333
=============================================
+ Hits 5238 49057 +43819
- Misses 5341 26306 +20965
Partials 392 392
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
758a98d to
b89f799
Compare
11 tasks
b89f799 to
5ff7e7d
Compare
This was referenced Aug 24, 2020
80c965c to
f74d089
Compare
Contributor
Author
|
https://drone.owncloud.com/owncloud/core/26514/87/11 Looks good - it pulls the PR branch in then installs ownCloud in the federated server. |
individual-it
approved these changes
Aug 24, 2020
f74d089 to
3b692fd
Compare
This was referenced Aug 25, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We currently use the
daily-master-qatarball to install a federated server for acceptance tests. But it sometimes happens that the PR being tested has fixes that are needed on both the "local" and "remote" (federated) servers.Adjust
.drone.starso that both the "local" and "remote" servers-under-test can run the code from the PR. An entry "git" infederatedServerVersionsmeans to install the federated server from git (rather than from some existing release tarball), and to use the branch of the current PR.In drone starlark,
ctx.build.sourcehas the branch of the current PR.How Has This Been Tested?
CI
Types of changes
Checklist: