diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-12-05 15:16:18 -0800 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-12-05 23:18:21 +0000 |
commit | ed1ca1fa9255d7f934e8ec21d078ab57196c09ff (patch) | |
tree | 38e4175c2e50d7e117efc2d9c33c1c2ae33dd12d | |
parent | 054523569896178e4939766bbd70b34472945441 (diff) |
tempalates/callback: send to both backends
Now that we support multiple callbacks, change the default so that
callbacks are sent to both AGL and BayLibre kernelCI backends.
Change-Id: I56777d3ffc21c7df57d0d8cca8f532ab920450a1
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | templates/callback/lab-agl-core.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/callback/lab-agl-core.cfg b/templates/callback/lab-agl-core.cfg index 72126ad..b5e88b8 100644 --- a/templates/callback/lab-agl-core.cfg +++ b/templates/callback/lab-agl-core.cfg @@ -1,5 +1,5 @@ [default] -section = AGL +section = AGL,Baylibre [AGL] backend_fqdn = https://kernelci.automotivelinux.org:8081 |