summaryrefslogtreecommitdiffstats
path: root/templates/callback
AgeCommit message (Collapse)AuthorFilesLines
2018-02-14templates/callback: switch default to AGL backendKevin Hilman2-2/+2
Change-Id: I39bf3c24d66bb9b48370fa79a7b7162ee3d02949 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2018-02-14templates/callback: use new HTTPS URL for AGL backendKevin Hilman2-2/+2
Change-Id: I4767be1c87b25ecf4b526da24a2846acc658fc27 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2018-01-29templates/callback: baylibre: default to BayLibre backendKevin Hilman2-2/+2
While AGL backend is under development and transitioning to kernelci-docker, use baylibre backend. Change-Id: I2b4a56fe0c63c878dbdcfa781c08a87740efca54 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2018-01-29templates/callback: agl: update backend URLsKevin Hilman1-3/+3
Both AGL and BayLibre backend URL have changed due to migration to kernelci-docker. Change-Id: Ic0daca56f7442943089a7741d92f6326be200baf Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2018-01-29templates/callback: update BayLibre URLKevin Hilman1-2/+2
URL for main backend changed. Is now using kernelci-docker Change-Id: I6c9f976c8e26d6bfe0939c1cb78f43553283a257 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2017-11-08Callback procedure updateLoys Ollivier5-25/+55
New callback procedure. Now the arguments are: - '--callback-from' LAVA lab - '--callback-to' kCI instance This new procedure helps differentiating the lab and the kCI target. Callback config files updated accordingly. Documentation on callback updated. Change-Id: I41b9dc86e33783f1d6a8164fc783557c81678c7f Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
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>