Skip to content

Commit

Permalink
Enable parallel Jenkins builds.
Browse files Browse the repository at this point in the history
Avoid ElasticSearch resource collisions by separating indexes for
each job.
  • Loading branch information
James Socol committed Apr 19, 2012
1 parent a9a32d2 commit e316704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jenkins.sh
Expand Up @@ -86,7 +86,7 @@ DEBUG = TEMPLATE_DEBUG = True
# ElasticSearch
ES_DISABLED = False
ES_HOSTS = ['127.0.0.1:9200']
ES_INDEXES = dict(default='mozillians_dev')
ES_INDEXES = dict(default='test_${JOB_NAME}')
SETTINGS

echo "Creating database if we need it..."
Expand Down

0 comments on commit e316704

Please sign in to comment.