[PATCH] D78955: [zorg] Add polly test-suite builder.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 27 12:55:47 PDT 2020
Meinersbur created this revision.
Meinersbur added reviewers: gkistanova, efriedma, eli.friedman.
Herald added a reviewer: bollu.
Meinersbur added a comment.
Note that I also changed some step in the current Polly builders:
- clean-dir: RemoveDirectory
- compile: WarningCountingShellCommand
- check: LitTestCommand
These more specific step commands parse the output to display on buildbot's build overview page.
Add a polly build for compiling and running the test-suite. AFAIK, this will be the only builder running the test-suite. I had to fix a few problems to make the test-suite run smoothly again.
An experimental version is current running at http://meinersbur.de:8011/builders/polly-x86_64-linux-test-suite
Repository:
rZORG LLVM Github Zorg
https://reviews.llvm.org/D78955
Files:
buildbot/osuosl/master/config/builders.py
zorg/buildbot/builders/PollyBuilder.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78955.260409.patch
Type: text/x-patch
Size: 11136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200427/daee4cf0/attachment.bin>
More information about the llvm-commits
mailing list