Skip to content

Commit

Permalink
Adjust more .drone.star for user-keys tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Mar 22, 2022
1 parent e9685cf commit 74d42ad
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -70,34 +70,9 @@ config = {
},
},
"acceptance": {
"cli-userkeys": {
"suites": [
"cliEncryption",
],
"databases": [
"mysql:8.0",
"postgres:9.4",
],
"servers": [
"daily-master-qa",
"latest",
],
"extraSetup": [
{
"name": "configure-app",
"image": OC_CI_PHP % DEFAULT_PHP_VERSION,
"commands": [
"cd /var/www/owncloud/server",
"php occ encryption:enable",
"php occ encryption:select-encryption-type user-keys --yes",
"php occ config:list",
],
},
],
},
"api-core-userkeys": {
"suites": [
"apiCoreMKey",
"apiCoreUKey",
],
"databases": [
"mysql:8.0",
Expand Down Expand Up @@ -131,7 +106,7 @@ config = {
},
"api-core-latest-userkeys": {
"suites": [
"apiCoreMKey",
"apiCoreUKey",
],
"databases": [
"mysql:8.0",
Expand Down Expand Up @@ -165,7 +140,7 @@ config = {
},
"cli-core-userkeys": {
"suites": [
"cliCoreMKey",
"cliCoreUKey",
],
"databases": [
"mysql:8.0",
Expand Down Expand Up @@ -200,7 +175,7 @@ config = {
},
"webUI-core-userkeys": {
"suites": [
"webUIcoreMKey",
"webUIcoreUKey",
],
"databases": [
"mysql:8.0",
Expand Down Expand Up @@ -235,7 +210,7 @@ config = {
},
"webUI-core-latest-userkeys": {
"suites": [
"webUIcoreMKey",
"webUIcoreUKey",
],
"databases": [
"mysql:8.0",
Expand Down

0 comments on commit 74d42ad

Please sign in to comment.