Skip to content

Commit

Permalink
Merge pull request #252 from owncloud/jnweiger-min170
Browse files Browse the repository at this point in the history
Require 1.7.0
  • Loading branch information
phil-davis authored Mar 15, 2021
2 parents 2460992 + 3f84a18 commit 32feef4
Show file tree
Hide file tree
Showing 3 changed files with 1,391 additions and 22,917 deletions.
137 changes: 0 additions & 137 deletions .drone.starlark
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ config = {
],
'servers': [
'daily-master-qa',
'latest'
],
'extraSetup': [
{
Expand All @@ -85,7 +84,6 @@ config = {
],
'servers': [
'daily-master-qa',
'latest'
],
'extraSetup': [
{
Expand All @@ -110,7 +108,6 @@ config = {
],
'servers': [
'daily-master-qa',
'latest'
],
'emailNeeded': True,
'extraSetup': [
Expand All @@ -137,7 +134,6 @@ config = {
],
'servers': [
'daily-master-qa',
'latest'
],
'extraSetup': [
{
Expand All @@ -162,7 +158,6 @@ config = {
],
'servers': [
'daily-master-qa',
'latest'
],
'emailNeeded': True,
'extraSetup': [
Expand Down Expand Up @@ -211,39 +206,6 @@ config = {
}
],
},
'api-core-latest-masterkey': {
'suites': [
'apiCoreMKey',
],
'databases': [
'mysql:8.0',
],
'servers': [
'latest',
],
'runCoreTests': True,
'runAllSuites': True,
'numberOfParts': 39,
'emailNeeded': True,
'federatedServerNeeded': True,
'cron': 'nightly',
'extraEnvironment': {
'ENCRYPTION_TYPE': 'masterkey',
},
'extraSetup': [
{
'name': 'configure-app',
'image': 'owncloudci/php:7.2',
'pull': 'always',
'commands': [
'cd /var/www/owncloud/server',
'php occ encryption:enable',
'php occ encryption:select-encryption-type masterkey --yes',
'php occ config:list',
]
}
],
},
'api-core-userkeys': {
'suites': [
'apiCoreUKey',
Expand Down Expand Up @@ -276,39 +238,6 @@ config = {
}
],
},
'api-core-latest-userkeys': {
'suites': [
'apiCoreUKey',
],
'databases': [
'mysql:8.0',
],
'servers': [
'latest',
],
'runCoreTests': True,
'runAllSuites': True,
'numberOfParts': 39,
'emailNeeded': True,
'federatedServerNeeded': True,
'cron': 'nightly',
'extraEnvironment': {
'ENCRYPTION_TYPE': 'user-keys',
},
'extraSetup': [
{
'name': 'configure-app',
'image': 'owncloudci/php:7.2',
'pull': 'always',
'commands': [
'cd /var/www/owncloud/server',
'php occ encryption:enable',
'php occ encryption:select-encryption-type user-keys --yes',
'php occ config:list',
]
}
],
},
'cli-core-masterkey': {
'suites': [
'cliCoreMKey',
Expand Down Expand Up @@ -403,39 +332,6 @@ config = {
}
],
},
'webUI-core-latest-masterkey': {
'suites': [
'webUIcoreMKey',
],
'databases': [
'mysql:8.0',
],
'servers': [
'latest',
],
'runCoreTests': True,
'runAllSuites': True,
'numberOfParts': 19,
'emailNeeded': True,
'federatedServerNeeded': True,
'cron': 'nightly',
'extraEnvironment': {
'ENCRYPTION_TYPE': 'masterkey',
},
'extraSetup': [
{
'name': 'configure-app',
'image': 'owncloudci/php:7.2',
'pull': 'always',
'commands': [
'cd /var/www/owncloud/server',
'php occ encryption:enable',
'php occ encryption:select-encryption-type masterkey --yes',
'php occ config:list',
]
}
],
},
'webUI-core-userkeys': {
'suites': [
'webUIcoreUKey',
Expand Down Expand Up @@ -468,39 +364,6 @@ config = {
}
],
},
'webUI-core-latest-userkeys': {
'suites': [
'webUIcoreUKey',
],
'databases': [
'mysql:8.0',
],
'servers': [
'latest',
],
'runCoreTests': True,
'runAllSuites': True,
'numberOfParts': 19,
'emailNeeded': True,
'federatedServerNeeded': True,
'cron': 'nightly',
'extraEnvironment': {
'ENCRYPTION_TYPE': 'user-keys',
},
'extraSetup': [
{
'name': 'configure-app',
'image': 'owncloudci/php:7.2',
'pull': 'always',
'commands': [
'cd /var/www/owncloud/server',
'php occ encryption:enable',
'php occ encryption:select-encryption-type user-keys --yes',
'php occ config:list',
]
}
],
},
}
}

Expand Down
Loading

0 comments on commit 32feef4

Please sign in to comment.