Skip to content

Commit

Permalink
[Tests-Only] Run acceptance tests with php7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpakach committed Apr 23, 2020
1 parent f3e4586 commit 79b9793
Showing 1 changed file with 41 additions and 6 deletions.
47 changes: 41 additions & 6 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ config = {

'acceptance': {
'cli-masterkey': {
'phpVersions': [
'7.4',
],
'suites': [
'cliEncryption',
],
Expand Down Expand Up @@ -96,6 +99,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'webUI-userkeys': {
'suites': {
Expand All @@ -122,6 +128,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'api-core-masterkey': {
'suites': [
Expand Down Expand Up @@ -154,6 +163,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'api-core-latest-masterkey': {
'suites': [
Expand All @@ -170,7 +182,6 @@ config = {
'numberOfParts': 28,
'emailNeeded': True,
'federatedServerNeeded': True,
'cron': 'nightly',
'extraEnvironment': {
'ENCRYPTION_TYPE': 'masterkey',
},
Expand All @@ -187,6 +198,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'api-core-userkeys': {
'suites': [
Expand Down Expand Up @@ -219,6 +233,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'api-core-latest-userkeys': {
'suites': [
Expand All @@ -235,7 +252,6 @@ config = {
'numberOfParts': 28,
'emailNeeded': True,
'federatedServerNeeded': True,
'cron': 'nightly',
'extraEnvironment': {
'ENCRYPTION_TYPE': 'user-keys',
},
Expand All @@ -252,6 +268,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'cli-core-masterkey': {
'suites': [
Expand Down Expand Up @@ -283,6 +302,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'cli-core-userkeys': {
'suites': [
Expand Down Expand Up @@ -314,6 +336,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'webUI-core-masterkey': {
'suites': [
Expand Down Expand Up @@ -346,6 +371,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'webUI-core-latest-masterkey': {
'suites': [
Expand All @@ -362,7 +390,6 @@ config = {
'numberOfParts': 27,
'emailNeeded': True,
'federatedServerNeeded': True,
'cron': 'nightly',
'extraEnvironment': {
'ENCRYPTION_TYPE': 'masterkey',
},
Expand All @@ -379,6 +406,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'webUI-core-userkeys': {
'suites': [
Expand Down Expand Up @@ -411,6 +441,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
'webUI-core-latest-userkeys': {
'suites': [
Expand All @@ -427,7 +460,6 @@ config = {
'numberOfParts': 27,
'emailNeeded': True,
'federatedServerNeeded': True,
'cron': 'nightly',
'extraEnvironment': {
'ENCRYPTION_TYPE': 'user-keys',
},
Expand All @@ -444,6 +476,9 @@ config = {
]
}
],
'phpVersions': [
'7.4',
],
},
}
}
Expand Down Expand Up @@ -1568,7 +1603,7 @@ def installCore(version, db, useBundledApp):
'image': 'owncloudci/core',
'pull': 'always',
'settings': {
'version': version,
'git_reference': 'php7.4-20200310',
'core_path': '/var/www/owncloud/server',
'db_type': dbType,
'db_name': database,
Expand Down Expand Up @@ -1755,7 +1790,7 @@ def installFederated(federatedServerVersion, phpVersion, logLevel, db, dbSuffix
'image': 'owncloudci/core',
'pull': 'always',
'settings': {
'version': federatedServerVersion,
'git_reference': 'php7.4-20200310',
'core_path': '/var/www/owncloud/federated',
'db_type': 'mysql',
'db_name': database,
Expand Down

0 comments on commit 79b9793

Please sign in to comment.