diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml new file mode 100644 index 0000000..06422b8 --- /dev/null +++ b/.buildkite/pipeline.yml @@ -0,0 +1,20 @@ +--- +steps: + - label: "Clean patch-dir" + command: \[ -d /tmp/yetus-out ] && rm -rf /tmp/yetus-out/* + - command: > + /home/aw/Src/buretoolbox/precommit/src/main/shell/test-patch.sh + --patch-dir=/tmp/yetus-out + --plugins=all + --docker + --docker-cache-from=apache/yetus:main + --html-report-file=/tmp/yetus-out/report.html + --console-report-file=/tmp/yetus-out/console.txt + --brief-report-file=/tmp/yetus-out/brief.txt + --bugcomments=briefreport,htmlout,buildkiteannotate + --tests-filter=checkstyle,test4tests + label: "Apache Yetus" + - label: 'Buildkite Recovery' + command: > + /home/aw/Src/buretoolbox/precommit/src/main/shell/buildkite-recovery.sh + --patch-dir=/tmp/yetus-out