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

* Split suite1 to multiple e2e test suites

* Update drone yaml

* Add missing arg

* Extract cypress install step

* Change image on e2e tests step

* Sync with main

* Add cypress cache volume

* Try with grafana/ci-e2e:12.19.0-1 image

* Update grabpl version to 2.7.2

* Revert a11y failure back to 'always'
This commit is contained in:
Dimitris Sotirakis
2021-11-24 11:20:11 +01:00
committed by GitHub
parent d624230b5d
commit db122e9b2c
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)