Azure: Update e2e image (#88778)

* Update e2e image

* Comment for testing
This commit is contained in:
Andreas Christou
2024-06-05 15:35:09 +01:00
committed by GitHub
parent 41e0430f83
commit d6a259f110
3 changed files with 5 additions and 4 deletions

View File

@@ -831,7 +831,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:3.0.0",
"image": "us-docker.pkg.dev/grafanalabs-dev/cloud-data-sources/e2e-13.10.0:1.0.0",
"depends_on": [
"grafana-server",
],