<kkleine>
LePhilousophe, sorry for not getting back to you earlier. Weekends are reserved for family :). I haven't looked at it but will do shortly.
<LePhilousophe>
no problem
mpbridge has quit [Remote host closed the connection]
felixfontein has quit [Ping timeout: 260 seconds]
mpbridge has joined #buildbot
felixfontein has joined #buildbot
ewong has quit [*.net *.split]
sknebel has quit [*.net *.split]
infobob has quit [*.net *.split]
ewong has joined #buildbot
infobob has joined #buildbot
sknebel has joined #buildbot
<kkleine>
LePhilousophe, I've seen the pullrequest_filter and I will try it now. But considering my idea on how to use buildbot try with github, this might now work as expected. For example, the filter function only allows to return True or False depending if you want to build the PR or not. But what I want is to control which builder it will be build on. To break down my idea: Consider having a C application that needs to run on x86_64
<kkleine>
all the time and you have good performing machines to build each PR every time it changes. But what if you occasionally (based on a user request) build on Solaris or some other fancy architecture or OS for which you don't have a machines that can run all the time? That's what I mostly want this workflow for. To be able to have PR reviewers control on which builder they might want to try out a patch.
nbjoerg has left #buildbot [#buildbot]
<kkleine>
LePhilousophe, make sense?
<kkleine>
I would really like to have the GitHubCommentPush working when working with buildbot try.
<kkleine>
" this might now work as expected" -> "this might NOT work as expected"
<kkleine>
LePhilousophe, this is the error: <class 'buildbot.steps.http_oldstyle.POST'>.__init__ got unexpected keyword argument(s) ['hide_request_headers']
troubled has joined #buildbot
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 240 seconds]
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 265 seconds]
Zash has joined #buildbot
kraiskil has joined #buildbot
<LePhilousophe>
kkleine: use POSTNewStyle it seems
kraiskil has quit [Ping timeout: 265 seconds]
kraiskil has joined #buildbot
kkleine has quit [Remote host closed the connection]
kkleine has joined #buildbot
kraiskil has quit [Ping timeout: 256 seconds]
<kkleine>
LePhilousophe, phantasic. Now that I brought our daughter to bed I was able to try out POSTNewStyle and it works. Thank you.