Skip to content

Commit

Permalink
[not-for-merge] check public action api scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranparajuli589 committed Nov 16, 2021
1 parent c185930 commit 62b4613
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,240 deletions.
111 changes: 2 additions & 109 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,9 @@ config = {
"branches": [
"master",
],
"codestyle": True,
"javascript": True,
"phpunit": {
"allDatabases": {
"phpVersions": [
"7.3",
],
},
"reducedDatabases": {
"phpVersions": [
"7.4",
],
"databases": [
"sqlite",
"mariadb:10.2",
],
"coverage": False,
},
},
"codestyle": False,
"javascript": False,
"acceptance": {
"webUI": {
"suites": {
"webUIActivityComments": "webUIComments",
"webUIActivityCreateUpdate": "webUICreateUpdat",
"webUIActivityDeleteRestore": "webUIDelRestore",
"webUIActivitySharingInternal": "webUISharingInt",
"webUIActivityTags": "webUITags",
},
"browsers": [
"chrome",
"firefox",
],
"servers": [
"daily-master-qa",
],
},
"federatedSuites": {
"suites": {
"webUIActivitySharingExternal": "webUISharingExt",
},
"browsers": [
"chrome",
"firefox",
],
"servers": [
"daily-master-qa",
],
"federatedServerNeeded": True,
},
"api": {
"suites": [
"apiActivity",
Expand All @@ -70,67 +24,6 @@ config = {
"daily-master-qa",
],
},
"core-api-acceptance": {
"suites": {
"apiAll": "core-apiAll",
},
"databases": [
"mysql:8.0",
],
"servers": [
"daily-master-qa",
],
"phpVersions": [
"7.4",
],
"runCoreTests": True,
"federatedServerNeeded": True,
"cron": "nightly",
"runAllSuites": True,
"numberOfParts": 35,
"filterTags": "~@skip&&~@app-required",
},
"core-cli-acceptance": {
"suites": {
"cliAll": "core-cliAll",
},
"databases": [
"mysql:8.0",
],
"servers": [
"daily-master-qa",
],
"phpVersions": [
"7.4",
],
"runCoreTests": True,
"cron": "nightly",
"runAllSuites": True,
"numberOfParts": 3,
"emailNeeded": True,
"filterTags": "~@skip&&~@app-required",
},
"core-webui-acceptance": {
"suites": {
"webUIall": "core-webUI",
},
"databases": [
"mysql:8.0",
],
"servers": [
"daily-master-qa",
],
"phpVersions": [
"7.4",
],
"emailNeeded": True,
"runCoreTests": True,
"federatedServerNeeded": True,
"cron": "nightly",
"runAllSuites": True,
"numberOfParts": 5,
"filterTags": "@smokeTest&&~@skip&&~@app-required",
},
},
}

Expand Down
Loading

0 comments on commit 62b4613

Please sign in to comment.