aboutsummaryrefslogtreecommitdiff
path: root/qa-test-definitions-sanity-check.yaml
AgeCommit message (Collapse)Author
2016-11-22qa-test-definitions-sanity-check: regression: build-error.txt isn't on the ↵Fathi Boudra
review The base directory for the message file is the workspace. With the workaround for git scm plugin, build-error.txt path has changed to ${WORKSPACE}/test-definitions/build-error.txt. Update the path to the new location. Change-Id: I47e4da5864e964fd9a1312bb22e32e1ee4fc06c5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-08qa-test-definitions-sanity-check: added default shellcheck exclusionMilosz Wasilewski
Shellcheck complains for the SC1091 error (not able to follow the link). In most cases this is not an issue, so disabling the check. Change-Id: I96faec18856178bb67a3411de35b81d1f6edb973 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-05qa-test-definitions-sanity-check: get rid of git scm plugin usageFathi Boudra
Workaround the following error: FATAL: org.eclipse.jgit.revwalk.RevWalk.release()V java.lang.NoSuchMethodError: org.eclipse.jgit.revwalk.RevWalk.release()V Caused by incompatible usage of JGit3/JGit4 in git/git-client/gerrit-trigger plugins. Disable the manual sanity check as the repo is obsolete. Change-Id: Ief787dd7b4e71a8bce7674aef5dd1ed2635c0f29 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-04qa-test-definitions-sanity-check: updated tests with latest codeMilosz Wasilewski
Sanity check is now using the validate.py script from test-definitions.git repository. Change-Id: I2075ba8cdc1247ef7a33c11cda74f3ab9a195b98 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-10-16qa-test-definitions-sanity-check: convert existing job to JJB/yamlFathi Boudra
With JJB 1.3.0, latest issues affecting gerrit trigger and preventing the job to be converted, are fixed. Change-Id: If1b44a6ae3a071c306345ca5e40e71a4d46efd93 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>