Skip to content

Commit

Permalink
Run PHP tests with 7.4-ubuntu20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed May 5, 2022
1 parent 6fb0a04 commit 55862c2
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ THEGEEKLAB_DRONE_GITHUB_COMMENT = "thegeeklab/drone-github-comment:1"
TOOLHIPPIE_CALENS = "toolhippie/calens:latest"
WEBHIPPIE_REDIS = "webhippie/redis:latest"

DEFAULT_PHP_VERSION = "7.4"
DEFAULT_PHP_VERSION = "7.4-ubuntu20.04"
DEFAULT_NODEJS_VERSION = "14"

dir = {
Expand Down Expand Up @@ -64,18 +64,10 @@ config = {
"databases": [
"sqlite",
"mariadb:10.2",
"mariadb:10.3",
"mariadb:10.4",
"mariadb:10.5",
"mariadb:10.6",
"mysql:5.5",
"mysql:5.7",
"mysql:8.0",
"postgres:9.4",
"postgres:10.20",
],
},
"slowDatabases": {
"skip": True,
"phpVersions": [
DEFAULT_PHP_VERSION,
],
Expand All @@ -88,6 +80,7 @@ config = {
],
},
"external-samba-windows": {
"skip": True,
"phpVersions": [
DEFAULT_PHP_VERSION,
],
Expand All @@ -107,6 +100,7 @@ config = {
],
},
"external-other": {
"skip": True,
"phpVersions": [
DEFAULT_PHP_VERSION,
],
Expand All @@ -124,6 +118,7 @@ config = {
},
"acceptance": {
"api": {
"skip": True,
"suites": [
"apiAuth",
"apiAuthOcs",
Expand Down Expand Up @@ -184,6 +179,7 @@ config = {
"filterTags": "~@local_storage&&~@files_external-app-required",
},
"apiFilesExternal": {
"skip": True,
"suites": {
"apiFilesExternal": "apiFilesExt",
},
Expand All @@ -195,6 +191,7 @@ config = {
},
},
"apiNotifications": {
"skip": True,
"suites": [
"apiSharingNotificationsToRoot",
"apiSharingNotificationsToShares",
Expand All @@ -204,6 +201,7 @@ config = {
},
},
"apiFederation": {
"skip": True,
"suites": [
"apiFederationToRoot1",
"apiFederationToRoot2",
Expand All @@ -214,6 +212,7 @@ config = {
"federatedServerVersions": ["git", "latest", "10.8.0"],
},
"cli": {
"skip": True,
"suites": [
"cliCreateLocalStorage",
"cliBackground",
Expand All @@ -226,6 +225,7 @@ config = {
"emailNeeded": True,
},
"cliFilesExternal": {
"skip": True,
"suites": {
"cliFilesExternal": "cliFilesExt",
},
Expand All @@ -237,12 +237,14 @@ config = {
},
},
"cliManageApps": {
"skip": True,
"suites": [
"cliManageApps",
],
"testingRemoteSystem": False,
},
"cliEncryption": {
"skip": True,
"suites": [
"cliEncryption",
],
Expand All @@ -269,6 +271,7 @@ config = {
],
},
"cliDbConversion": {
"skip": True,
"suites": [
"cliDbConversion",
],
Expand All @@ -282,6 +285,7 @@ config = {
],
},
"cliExternalStorage": {
"skip": True,
"suites": [
"cliExternalStorage",
],
Expand All @@ -292,6 +296,7 @@ config = {
},
},
"webUI": {
"skip": True,
"suites": {
"webUIAddUsers": "",
"webUIAdminSettings": "",
Expand Down Expand Up @@ -329,6 +334,7 @@ config = {
"selUserNeeded": True,
},
"webUIFilesExternal": {
"skip": True,
"suites": {
"webUIFilesExternal": "webUIFilesExt",
},
Expand All @@ -340,6 +346,7 @@ config = {
},
},
"webUINotifications": {
"skip": True,
"suites": {
"webUISharingNotifications": "webUISharingNotify",
},
Expand All @@ -350,6 +357,7 @@ config = {
},
},
"webUIFileActionsMenu": {
"skip": True,
"suites": {
"webUIFileActionsMenu": "",
},
Expand All @@ -360,6 +368,7 @@ config = {
},
},
"webUIFederation": {
"skip": True,
"suites": {
"webUISharingExternal1": "webUISharingExt1",
"webUISharingExternal2": "webUISharingExt2",
Expand All @@ -368,6 +377,7 @@ config = {
"federatedServerVersions": ["git", "latest", "10.8.0"],
},
"webUIFirefox": {
"skip": True,
"suites": {
"webUIFirefoxSmoketest": "webUIFfSmoke",
},
Expand All @@ -381,6 +391,7 @@ config = {
"numberOfParts": 3,
},
"webUIProxy": {
"skip": True,
"suites": {
"webUIProxySmoketest": "webUIProxySmoke",
},
Expand All @@ -395,6 +406,7 @@ config = {
"numberOfParts": 3,
},
"webUIMobileSize": {
"skip": True,
"suites": {
"webUIMobileSize": "",
},
Expand All @@ -412,6 +424,7 @@ config = {
},
},
"apiProxy": {
"skip": True,
"suites": {
"apiProxySmoketest": "apiProxySmoke",
},
Expand All @@ -422,6 +435,7 @@ config = {
"numberOfParts": 8,
},
"apiOnSqlite": {
"skip": True,
"suites": {
"apiOnSqlite": "apiOnSqlite",
},
Expand Down

0 comments on commit 55862c2

Please sign in to comment.