mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Azure: Update e2e image (#88778)
* Update e2e image * Comment for testing
This commit is contained in:
parent
41e0430f83
commit
d6a259f110
@ -642,7 +642,7 @@ steps:
|
|||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
HOST: grafana-server
|
HOST: grafana-server
|
||||||
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
|
||||||
name: end-to-end-tests-cloud-plugins-suite-azure
|
name: end-to-end-tests-cloud-plugins-suite-azure
|
||||||
when:
|
when:
|
||||||
paths:
|
paths:
|
||||||
@ -1966,7 +1966,7 @@ steps:
|
|||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
HOST: grafana-server
|
HOST: grafana-server
|
||||||
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
|
||||||
name: end-to-end-tests-cloud-plugins-suite-azure
|
name: end-to-end-tests-cloud-plugins-suite-azure
|
||||||
when:
|
when:
|
||||||
paths:
|
paths:
|
||||||
@ -4911,6 +4911,6 @@ kind: secret
|
|||||||
name: gcr_credentials
|
name: gcr_credentials
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: a42d3a98c82801fb2f38dfe5fb18d9c0637a57130dc5c171a3701dde4c6bbe9a
|
hmac: 08b57187429b046e3d98cbb010ce0b632b678e9b6964beb11005e22184e0232c
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -68,6 +68,7 @@ function provisionAzureMonitorDatasources(datasources: AzureMonitorProvision[])
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Helper function to add template variables
|
||||||
const addAzureMonitorVariable = (
|
const addAzureMonitorVariable = (
|
||||||
name: string,
|
name: string,
|
||||||
type: AzureQueryType,
|
type: AzureQueryType,
|
||||||
|
@ -831,7 +831,7 @@ def cloud_plugins_e2e_tests_step(suite, cloud, trigger = None):
|
|||||||
branch = "${DRONE_SOURCE_BRANCH}".replace("/", "-")
|
branch = "${DRONE_SOURCE_BRANCH}".replace("/", "-")
|
||||||
step = {
|
step = {
|
||||||
"name": "end-to-end-tests-{}-{}".format(suite, cloud),
|
"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": [
|
"depends_on": [
|
||||||
"grafana-server",
|
"grafana-server",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user