Drone: Add apps directory for backend tests (#100204)

pull/100215/head
Andres Martinez Gotor 5 months ago committed by GitHub
parent 21bfdd445f
commit 05ea450dd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .drone.yml
  2. 2
      scripts/drone/events/pr.star

@ -489,6 +489,7 @@ trigger:
- public/app/plugins/**/plugin.json
- docs/sources/setup-grafana/configure-grafana/feature-toggles/**
- devenv/**
- apps/**
type: docker
volumes:
- host:
@ -598,6 +599,7 @@ trigger:
- public/app/plugins/**/plugin.json
- devenv/**
- .bingo/**
- apps/**
type: docker
volumes:
- host:
@ -5599,6 +5601,6 @@ kind: secret
name: gcr_credentials
---
kind: signature
hmac: abd48dfdec08a719b414fba06b06dfc97560df31d81751cd833b5fdf5b7f9937
hmac: e1f198d994216d163d6a710aef2f6091572eb624081c550a5db42208ef37827b
...

@ -116,6 +116,7 @@ def pr_pipelines():
"public/app/plugins/**/plugin.json",
"docs/sources/setup-grafana/configure-grafana/feature-toggles/**",
"devenv/**",
"apps/**",
],
),
ver_mode,
@ -134,6 +135,7 @@ def pr_pipelines():
"public/app/plugins/**/plugin.json",
"devenv/**",
".bingo/**",
"apps/**",
],
),
ver_mode,

Loading…
Cancel
Save