Run API tests in multiple pipelines

This commit is contained in:
Phil Davis
2020-07-31 21:15:17 +05:45
parent 0b75e25d74
commit 75995aa50b
2 changed files with 108 additions and 49 deletions

View File

@@ -106,9 +106,15 @@ Have a look into the [documentation](https://doc.owncloud.com/server/developer_m
If you want to work on a specific issue
1. adjust the core commit id to the latest commit in core so that CI will run the latest test code and scenarios from core.
For that change this line in the `main` function:
For that change `coreCommit` in the `config` section:
apiTests(ctx, 'master', 'a3cac3dad60348fc962d1d8743b202bc5f79596b')
config = {
'apiTests': {
'coreBranch': 'master',
'coreCommit': 'a06b1bd5ba8e5244bfaf7fa04f441961e6fb0daa',
'numberOfParts': 2
}
}
2. locally run each of the tests marked with that issue in the expected failures file