mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:03:01 +08:00
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:

committed by
GitHub

parent
017078913a
commit
f93d7f81a3
@ -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",
|
||||
],
|
||||
|
@ -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",
|
||||
}
|
||||
|
Reference in New Issue
Block a user