Change-Id: I800b5373eeaf6a317e0c84eba39135d694d87167
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
--- /dev/null
+[Documentation]
+bears = WriteGoodLintBear
+files = *.md
+allow_so_beginning = False
+allow_there_is = False
+allow_cliche_phrases = False
+
+[GitCommit]
+bears = GitCommitBear
+ignore_length_regex = Signed-off-by,
+ Also-by,
+ Co-authored-by,
+ http://,
+ https://
+
+[JSON]
+bears = JSONFormatBear
+files = packer/**.json
+indent_size = 2
+
+[ShellCheck]
+bears = ShellCheckBear,
+ SpaceConsistencyBear
+files = jjb/**.sh,
+ packer/**.sh
+shell = bash
+indent_size = 4
+use_spaces = yeah
+
+[YAML]
+bears = YAMLLintBear
+files = jjb/**/*.yaml
+document_start = True
+yamllint_config = .yamllint.conf
--- /dev/null
+.tox/
+archives/
+jenkins.ini
+
+# Packer
+.galaxy/
+*.retry
+cloud-env.json
+
+# Maven
+target/
--- /dev/null
+[gerrit]
+host=gerrit.akraino.org
+port=29418
+project=ci-management.git
+defaultbranch=master
--- /dev/null
+extends: default
+
+rules:
+ empty-lines:
+ max-end: 1
+ line-length:
+ max: 120
--- /dev/null
+# ci-management
+
+This repo contains configuration files for Jenkins jobs for the Akraino project.
--- /dev/null
+[tox]
+minversion = 1.6
+envlist = coala
+skipsdist = true
+
+[testenv:coala]
+basepython = python3
+deps =
+ coala==0.11
+ coala-bears==0.11
+ nodeenv~=1.3.0
+commands =
+ nodeenv -p
+ npm install --global write-good
+ python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
+ coala --non-interactive