Skip to content

Commit

Permalink
rebased and conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Aug 5, 2021
1 parent bdeb504 commit 05d67e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ config = {
"servers": [
"daily-master-qa",
],
"skip": True,
},
"webUI-icap": {
"suites": {
Expand Down Expand Up @@ -92,6 +93,7 @@ config = {
"pull": "always",
},
],
"skip": True,
},
"api": {
"suites": [
Expand Down Expand Up @@ -132,6 +134,7 @@ config = {
"pull": "always",
},
],
"skip": True,
},
"api-scality": {
"suites": {
Expand Down Expand Up @@ -166,6 +169,7 @@ config = {
"pull": "always",
},
],
"skip": True,
},
"api-ceph": {
"suites": {
Expand Down Expand Up @@ -200,6 +204,7 @@ config = {
"pull": "always",
},
],
"skip": True,
},
"core-api-acceptance": {
"suites": {
Expand All @@ -220,6 +225,7 @@ config = {
"runAllSuites": True,
"numberOfParts": 35,
"filterTags": "~@skip&&~@app-required",
"skip": True,
},
"core-cli-acceptance": {
"suites": {
Expand All @@ -240,6 +246,7 @@ config = {
"numberOfParts": 3,
"emailNeeded": True,
"filterTags": "~@skip&&~@app-required",
"skip": True,
},
"core-webui-acceptance": {
"suites": {
Expand All @@ -261,6 +268,7 @@ config = {
"runAllSuites": True,
"numberOfParts": 5,
"filterTags": "@smokeTest&&~@skip&&~@app-required",
"skip": True,
},
},
"defaults": {
Expand Down

0 comments on commit 05d67e7

Please sign in to comment.