From 4332515c73e490052fe0c2eeee9af8f56aaa8b20 Mon Sep 17 00:00:00 2001
From: Lukas Stadler <lukas.stadler@oracle.com>
Date: Thu, 20 Oct 2016 16:54:04 +0200
Subject: [PATCH] include results.json in ci.hocon

---
 ci.hocon | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/ci.hocon b/ci.hocon
index 8ce0fce685..71380c9604 100644
--- a/ci.hocon
+++ b/ci.hocon
@@ -19,6 +19,7 @@ java8Downloads : {
 
 logfiles : [
     "fastr_errors.log"
+    "results.json"
     "com.oracle.truffle.r.native/gnur/R-*/gnur_configure.log"
     "com.oracle.truffle.r.native/gnur/R-*/gnur_make.log"
     "com.oracle.truffle.r.native/gnur/R-*/Makeconf"
@@ -135,9 +136,9 @@ rbcheck : ${common} {
 # The standard set of gate builds. N.B. the style/builtin checks are only run on Linux as they are not OS-dependent.
 
 builds = [
-  ${gateTestLinux}       {capabilities : [linux, amd64],  targets : [gate, post-merge],  name: "gate-test-linux-amd64"}
-  ${gateTestNoSpecialsLinux}       {capabilities : [linux, amd64],  targets : [gate, post-merge],  name: "gate-test-linux-amd64-nospecials"}
-  ${gateTestDarwin} {capabilities : [darwin, amd64],   targets : [gate, post-merge],  name: "gate-test-darwin-amd64"}
-  ${gateStyle}      {capabilities : [linux, amd64],   targets : [gate, post-merge],  name: "gate-style-linux-amd64"}
-  ${rbcheck}        {capabilities : [linux, amd64],   targets : [gate, post-merge],  name: "gate-rbcheck-linux-amd64"}
+  ${gateTestLinux}            {capabilities : [linux, amd64],  targets : [gate, post-merge], name: "gate-test-linux-amd64"}
+  ${gateTestNoSpecialsLinux}  {capabilities : [linux, amd64],  targets : [gate, post-merge], name: "gate-test-linux-amd64-nospecials"}
+  ${gateTestDarwin}           {capabilities : [darwin, amd64], targets : [gate, post-merge], name: "gate-test-darwin-amd64"}
+  ${gateStyle}                {capabilities : [linux, amd64],  targets : [gate, post-merge], name: "gate-style-linux-amd64"}
+  ${rbcheck}                  {capabilities : [linux, amd64],  targets : [gate, post-merge], name: "gate-rbcheck-linux-amd64"}
 ]
-- 
GitLab