From e7f9b223709c12685012054e19bd85addb0bb094 Mon Sep 17 00:00:00 2001 From: Emanuele Aina <emanuele.aina@collabora.com> Date: Wed, 27 Mar 2019 22:30:26 +0100 Subject: [PATCH] Submit test results to the LAVA Phab bridge again It got disabled when things were in flux, now it is time to enable it again. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5897f415..a03a7f32 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -214,7 +214,7 @@ def submitTests(architecture, type, board, ostree = false) { -g apertis-tests/templates/profiles.yaml \ --profile ${profile_name} \ --callback-secret ${token} \ - --callback-url HACK-TO-TEMPORARILY-DISABLE-BUG-REPORTING-https://lavaphabbridge.apertis.org/ \ + --callback-url https://lavaphabbridge.apertis.org/ \ -t release:${release} \ -t image_date:${version} \ -t image_name:${image_name} 2>&1 | \ -- GitLab