Skip to content

Commit

Permalink
Merge pull request #527 from owncloud/split-webUICore-pipelines
Browse files Browse the repository at this point in the history
Split webUICore pipelines into more parts
  • Loading branch information
phil-davis authored Feb 28, 2020
2 parents 9c0aab8 + 6ae2fb7 commit ce34cd5
Show file tree
Hide file tree
Showing 3 changed files with 2,234 additions and 512 deletions.
8 changes: 8 additions & 0 deletions .drone.starlark
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,8 @@ config = {
'suites': [
'webUICore1',
'webUICore2',
'webUICore3',
'webUICore4',
],
'databases': [
'mysql:5.7',
Expand Down Expand Up @@ -573,6 +575,8 @@ config = {
'suites': [
'webUICore1',
'webUICore2',
'webUICore3',
'webUICore4',
],
'databases': [
'mysql:5.7',
Expand Down Expand Up @@ -804,6 +808,8 @@ config = {
'suites': {
'webUICore1': 'webUICore1-enc-UK',
'webUICore2': 'webUICore2-enc-UK',
'webUICore3': 'webUICore3-enc-UK',
'webUICore4': 'webUICore4-enc-UK',
},
'databases': [
'mysql:5.7',
Expand Down Expand Up @@ -1050,6 +1056,8 @@ config = {
'suites': {
'webUICore1': 'webUICore1-enc-MK',
'webUICore2': 'webUICore2-enc-MK',
'webUICore3': 'webUICore3-enc-MK',
'webUICore4': 'webUICore4-enc-MK',
},
'databases': [
'mysql:5.7',
Expand Down
Loading

0 comments on commit ce34cd5

Please sign in to comment.