[v8.3.x] CI: Run e2e tests in parallel using multiple suites (#41748) (#42215)

* CI: Run e2e tests in parallel using multiple suites (#41748)

* Add missing slash
This commit is contained in:
Dimitris Sotirakis
2021-11-24 15:42:54 +01:00
committed by GitHub
parent 5c3dfaa1bc
commit e8c9179f1a
36 changed files with 711 additions and 97 deletions
+4
View File
@@ -37,6 +37,10 @@ def pipeline(
'trigger': trigger,
'services': services,
'steps': steps,
'volumes': [{
'name': 'cypress_cache',
'temp': {},
}],
'depends_on': depends_on,
}
pipeline.update(platform_conf)