pass the node.testattr=test to 2.0+ es test instances

This commit is contained in:
spalger
2015-09-10 09:58:17 -07:00
parent 340639162c
commit b811629e03

View File

@ -45,6 +45,12 @@ var versionedOpts = [
'path.repo': process.env.ES_PATH_REPO || fromRoot('.es-snapshot-repos'),
'repositories.url.allowed_urls': 'http://snapshot.*'
}
},
{
version: '>2.0',
config: {
'node.testattr': 'test'
}
}
];
@ -84,4 +90,4 @@ utils.branches.forEach(function (branch) {
exports.ci_env = {
options: v.mergeOpts(versionedOpts, opts)
};
}());
}());