Skip to content

Commit

Permalink
Merge pull request #645 from owncloud/bump-core-commit-20201005
Browse files Browse the repository at this point in the history
[Tests-Only] Bump core test commit id as at 20201006
  • Loading branch information
individual-it authored Oct 7, 2020
2 parents f10950d + 578de5a commit e71f1d2
Show file tree
Hide file tree
Showing 3 changed files with 873 additions and 355 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config = {
},
'apiTests': {
'coreBranch': 'master',
'coreCommit': '2c5bb68fc689d7e9dd912125680c0fad99528fa9',
'coreCommit': '7ecd714b227288b6f90ad9ac7f39421ea4d55738',
'numberOfParts': 4
},
'uiTests': {
Expand Down Expand Up @@ -384,7 +384,7 @@ def coreApiTests(ctx, coreBranch = 'master', coreCommit = '', part_number = 1, n
'DELETE_USER_DATA_CMD': '%s' % ('rm -rf /srv/app/tmp/ocis/owncloud/*' if storage == 'owncloud' else 'rm -rf /srv/app/tmp/ocis/storage/users/nodes/root/*'),
'SKELETON_DIR': '/srv/app/tmp/testing/data/apiSkeleton',
'TEST_OCIS':'true',
'BEHAT_FILTER_TAGS': '~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@local_storage',
'BEHAT_FILTER_TAGS': '~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@local_storage&&~@skipOnOcis-%s-Storage' % ('OC' if storage == 'owncloud' else 'OCIS'),
'DIVIDE_INTO_NUM_PARTS': number_of_parts,
'RUN_PART': part_number,
'EXPECTED_FAILURES_FILE': '/drone/src/ocis/tests/acceptance/expected-failures-on-%s-storage.txt' % (storage.upper())
Expand Down
Loading

0 comments on commit e71f1d2

Please sign in to comment.