Azure: Update E2E image (#105420)

Update image and trigger build
This commit is contained in:
Andreas Christou
2025-05-14 18:57:43 +01:00
committed by GitHub
parent 39e7804557
commit 404eff947c
3 changed files with 5 additions and 5 deletions

View File

@ -890,7 +890,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-13.10.0:1.0.0",
"image": "us-docker.pkg.dev/grafanalabs-dev/docker-oss-plugin-partnerships-dev/e2e-14.3.2:1.0.0",
"depends_on": [
"grafana-server",
github_app_generate_token_step()["name"],