aboutsummaryrefslogtreecommitdiff
path: root/bigtop-ci
diff options
context:
space:
mode:
authoriveselovskiy <iveselovskiy@gridgain.com>2015-08-07 12:32:43 -0700
committerKonstantin Boudnik <cos@apache.org>2015-08-07 13:32:39 -0700
commit171c2b8fd71efcf48725446a311882e04070d520 (patch)
tree10b321e1baeb467aa0bb133ad75d602a84170770 /bigtop-ci
parent924913011b0a1f6dc6bf7d222b812546d7bea7e3 (diff)
BIGTOP-1809. Remove gridgain-hadoop component once ignite-hadoop gets added
Signed-off-by: Konstantin Boudnik <cos@apache.org>
Diffstat (limited to 'bigtop-ci')
-rw-r--r--bigtop-ci/jenkins/jobsCreator.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-ci/jenkins/jobsCreator.groovy b/bigtop-ci/jenkins/jobsCreator.groovy
index 0f18e81e..80ea0171 100644
--- a/bigtop-ci/jenkins/jobsCreator.groovy
+++ b/bigtop-ci/jenkins/jobsCreator.groovy
@@ -18,7 +18,7 @@
// FIXME: it would be nice to extract the following from bigtop.mk on the fly
def bigtopComponents = ["bigtop-groovy", "bigtop-jsvc", "bigtop-tomcat", "bigtop-utils",
"zookeeper", "hadoop", "hbase", "hive", "pig", "crunch", "datafu",
- "flume", "giraph", "gridgain-hadoop", "mahout", "oozie", "phoenix",
+ "flume", "giraph", "ignite-hadoop", "mahout", "oozie", "phoenix",
"solr", "spark", "sqoop", "tachyon", "whirr"]
// FIXME: it would be nice to extract the following from some static configuration file
def targetOS = ["fedora-20", "opensuse-12.3", "ubuntu-14.04"]