Skip to content

Commit

Permalink
Merge pull request #1102 from owncloud/call-redis-selenium-functions-…
Browse files Browse the repository at this point in the history
…in-drone-star

[tests-only] Call redis() and selenium() functions in .drone.star
  • Loading branch information
wkloucek authored Dec 15, 2020
2 parents d3b4229 + 8824438 commit 80fd135
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -709,27 +709,9 @@ def accountsUITests(ctx, webBranch, webCommit, storage = 'owncloud', accounts_ha
}]
},
],
'services': [
{
'name': 'redis',
'image': 'webhippie/redis',
'pull': 'always',
'environment': {
'REDIS_DATABASES': 1
},
},
{
'name': 'selenium',
'image': 'selenium/standalone-chrome-debug:3.141.59-20200326',
'pull': 'always',
'volumes': [
{
'name': 'uploads',
'path': '/uploads'
}
],
},
],
'services':
redis() +
selenium(),
'volumes':
[stepVolumeOC10Tests] +
[{
Expand Down

0 comments on commit 80fd135

Please sign in to comment.