Chore: move to cypress 13.1 (#74718)

* move to cypress 13.1

* update cloud-data-sources docker image
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Ashley Harrison
2023-09-13 11:08:43 +01:00
committed by GitHub
parent 5cb7eb5884
commit fcdae0ca0b
6 changed files with 79 additions and 34 deletions

View File

@@ -736,7 +736,7 @@ def cloud_plugins_e2e_tests_step(suite, cloud, trigger = None):
branch = "${DRONE_SOURCE_BRANCH}".replace("/", "-")
step = {
"name": "end-to-end-tests-{}-{}".format(suite, cloud),
"image": "us-docker.pkg.dev/grafanalabs-dev/cloud-data-sources/e2e:2.0.0",
"image": "us-docker.pkg.dev/grafanalabs-dev/cloud-data-sources/e2e:3.0.0",
"depends_on": [
"grafana-server",
],