summaryrefslogtreecommitdiffstats
path: root/jjb/toolchain_test/include-raw-toolchain_test-build.sh
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-10 15:59:15 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-10 15:59:15 -0800
commitaac3b0386b6c1c1b7a0155f5a79277fd26f7ac4b (patch)
treef3c30f9f31b07225b86c6ede1ef80ccab36a60a2 /jjb/toolchain_test/include-raw-toolchain_test-build.sh
parent2aef4871acd774532163ebe2a485bdb323c08ada (diff)
Remove the toolchain_test jobs
Toolchain test is no longer needed and the repo is currently admin access / visible only until we can clean gerrit. Change-Id: I891755a0411be350249a1e3966c5d66abf8165a6 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/toolchain_test/include-raw-toolchain_test-build.sh')
-rw-r--r--jjb/toolchain_test/include-raw-toolchain_test-build.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/jjb/toolchain_test/include-raw-toolchain_test-build.sh b/jjb/toolchain_test/include-raw-toolchain_test-build.sh
deleted file mode 100644
index 2c5a41b24..000000000
--- a/jjb/toolchain_test/include-raw-toolchain_test-build.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# basic build script example
-
-# do nothing but print the current slave hostname
-hostname
-autoreconf --install
-./configure
-make