Nightly scans: Remove cloud_datasources_e2e_image from images to scan (#74313)

Remove cloud_datasources_e2e_image from images to scan
This commit is contained in:
Dimitris Sotirakis
2023-09-04 10:55:26 +03:00
committed by GitHub
parent 017078913a
commit f93d7f81a3
3 changed files with 2 additions and 5 deletions

View File

@ -892,7 +892,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": images["cloud_datasources_e2e_image"],
"image": "us-docker.pkg.dev/grafanalabs-dev/cloud-data-sources/e2e:latest",
"depends_on": [
"grafana-server",
],

View File

@ -21,5 +21,4 @@ images = {
"docker_puppeteer_image": "grafana/docker-puppeteer:1.1.0",
"docs_image": "grafana/docs-base:dbd975af06",
"cypress_image": "cypress/included:9.5.1-node16.14.0-slim-chrome99-ff97",
"cloud_datasources_e2e_image": "us-docker.pkg.dev/grafanalabs-dev/cloud-data-sources/e2e:latest",
}