summaryrefslogtreecommitdiffstats
path: root/templates/callback
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06Add lavabox lab callbackLoys Ollivier1-0/+4
Add lavabox lab callback to releng. Now the tool can submit results to the lavabox (only available locally). Change-Id: I806c26a3d260a8d777c8fce5da90ec6f3bf64ecd Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
2017-10-04templates/callback: fix lab-baylibre-legacyKevin Hilman1-1/+1
Fix wrong lab name: should be lab-baylibre-legacy instead of lab-baylibre-dev (and rename file accordingly.) Change-Id: I48d788b32b4527aaa8b665a368aaa8ecec70690f Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2017-10-03templates/callback: add config for lab-agl-coreKevin Hilman1-0/+4
Change-Id: I7ca635bbdbfca4630f3e9e5a3f9d0c9cdd4eac0e Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2017-10-03templates/callback: add config for lab-baylibre-devKevin Hilman1-0/+4
Change-Id: Idc991f4208b75f37a957a3301537f1c4dacf7c11 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2017-09-08Add callback option to command lineLoys Ollivier1-0/+19
The callback option takes one argument. It is the name of the file located in ./templates/callback/ that contains all the "secret" information such as the callback FQDN, lab name and token. A readme is provided: ./templates/callback/callback_readme.txt Change-Id: Id457d90eba0d1312e43246ca607289ad829fd55f Signed-off-by: Loys Ollivier <lollivier@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>