tardyp changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-2.10.0 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | logs: https://freenode.irclog.whitequark.org/buildbot
MasterdonX has quit [Remote host closed the connection]
kkleine has quit [Ping timeout: 240 seconds]
jcarl43 has quit [Quit: WeeChat 3.0]
_whitelogger has joined #buildbot
Rh0nda is now known as Rhonda
mirko has quit [Ping timeout: 240 seconds]
kkleine has joined #buildbot
mirko has joined #buildbot
alicef_ has joined #buildbot
<alicef_> test
<alicef_> test
Lekensteyn has quit [Ping timeout: 260 seconds]
Lekensteyn has joined #buildbot
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 240 seconds]
skelly has joined #buildbot
jcarl43 has joined #buildbot
kkleine has quit [Ping timeout: 264 seconds]
Zash has quit [Read error: Connection reset by peer]
kraiskil has joined #buildbot
mirko has quit [Ping timeout: 256 seconds]
mirko has joined #buildbot
kkleine has joined #buildbot
kraiskil has quit [Ping timeout: 246 seconds]
areinking has joined #buildbot
<areinking> Hi all -- I'm trying to write a custom build step that runs CTest and then uploads the contents of a smallish (<100KB) XML file that's produced. I've gotten as far as running CTest and globbing via a remote command for the XML file, but I'm not sure how to get its contents.
<felixfontein> you could copy the file to a determined fixed place, and then use https://docs.buildbot.net/latest/manual/configuration/steps/file_transfer.html#buildbot.steps.transfer.FileUpload to upload it to the controller
<areinking> Is there some way to have a private "sub step"? Ideally I wouldn't pollute the web interface with extra steps
<felixfontein> not that I know off, but then I never needed that and searched for it, so maybe there is
Lekensteyn has quit [Ping timeout: 240 seconds]
Lekensteyn has joined #buildbot
<areinking> Looks like the CompositeMixin's getFileContentFromWorker function is what I need
areinking has quit [Quit: Connection closed]