@@ -507,6 +507,31 @@ steps:
507507 HOST : grafana-server
508508 image : cypress/included:9.5.1-node16.14.0-slim-chrome99-ff97
509509 name : end-to-end-tests-various-suite
510+ - commands :
511+ - cd /
512+ - ./cpp-e2e/scripts/ci-run.sh azure ${DRONE_SOURCE_BRANCH}
513+ depends_on :
514+ - grafana-server
515+ environment :
516+ AZURE_SP_APP_ID :
517+ from_secret : azure_sp_app_id
518+ AZURE_SP_PASSWORD :
519+ from_secret : azure_sp_app_pw
520+ AZURE_TENANT :
521+ from_secret : azure_tenant
522+ CYPRESS_CI : " true"
523+ GITHUB_TOKEN :
524+ from_secret : github_token_pr
525+ HOST : grafana-server
526+ image : us-docker.pkg.dev/grafanalabs-dev/cloud-data-sources/e2e:latest
527+ name : end-to-end-tests-cloud-plugins-suite-azure
528+ when :
529+ paths :
530+ include :
531+ - pkg/tsdb/azuremonitor/**
532+ - public/app/plugins/datasource/grafana-azure-monitor-datasource/**
533+ repo :
534+ - grafana/grafana
510535- commands :
511536 - apt-get update
512537 - apt-get install -yq zip
@@ -1321,6 +1346,31 @@ steps:
13211346 HOST : grafana-server
13221347 image : cypress/included:9.5.1-node16.14.0-slim-chrome99-ff97
13231348 name : end-to-end-tests-various-suite
1349+ - commands :
1350+ - cd /
1351+ - ./cpp-e2e/scripts/ci-run.sh azure ${DRONE_SOURCE_BRANCH}
1352+ depends_on :
1353+ - grafana-server
1354+ environment :
1355+ AZURE_SP_APP_ID :
1356+ from_secret : azure_sp_app_id
1357+ AZURE_SP_PASSWORD :
1358+ from_secret : azure_sp_app_pw
1359+ AZURE_TENANT :
1360+ from_secret : azure_tenant
1361+ CYPRESS_CI : " true"
1362+ GITHUB_TOKEN :
1363+ from_secret : github_token_pr
1364+ HOST : grafana-server
1365+ image : us-docker.pkg.dev/grafanalabs-dev/cloud-data-sources/e2e:latest
1366+ name : end-to-end-tests-cloud-plugins-suite-azure
1367+ when :
1368+ paths :
1369+ include :
1370+ - pkg/tsdb/azuremonitor/**
1371+ - public/app/plugins/datasource/grafana-azure-monitor-datasource/**
1372+ repo :
1373+ - grafana/grafana
13241374- commands :
13251375 - apt-get update
13261376 - apt-get install -yq zip
@@ -5409,6 +5459,24 @@ get:
54095459kind : secret
54105460name : gcp_upload_artifacts_key
54115461---
5462+ get :
5463+ name : application_id
5464+ path : infra/data/ci/datasources/cpp-azure-resourcemanager-credentials
5465+ kind : secret
5466+ name : azure_sp_app_id
5467+ ---
5468+ get :
5469+ name : application_secret
5470+ path : infra/data/ci/datasources/cpp-azure-resourcemanager-credentials
5471+ kind : secret
5472+ name : azure_sp_app_pw
5473+ ---
5474+ get :
5475+ name : tenant_id
5476+ path : infra/data/ci/datasources/cpp-azure-resourcemanager-credentials
5477+ kind : secret
5478+ name : azure_tenant
5479+ ---
54125480get :
54135481 name : public-key
54145482 path : infra/data/ci/packages-publish/gpg
@@ -5446,6 +5514,6 @@ kind: secret
54465514name : packages_secret_access_key
54475515---
54485516kind : signature
5449- hmac : 7a173a96edd8b0495105d526b95121599fe2f7fba715bdf2a96073a2af5eca7d
5517+ hmac : d703e0a1b27d8396587f430f4175ec924dd51baf4e5b89ff49c94560b9452631
54505518
54515519...
0 commit comments