[us...@bb.net] Display scheduler next trigger

2018-06-01 Thread Martin Liška
Hi. I remember from older web UI of Buildbot that it showed when Nighly builds will be triggered next time. Would it be hard to add it back to the new UI? I would appreciate. Thanks, Martin ___ users mailing list users@buildbot.net

[us...@bb.net] How to interpolate a Property with dictionary value

2018-01-02 Thread Martin Liška
Hi. I have following Property from 'Force Build Form': NameValue Source options {"spec_options":"-O2 -march=native","spec_version":"2006"} Force Build Form My question is how to interpolate 'spec_options' subkey? %(prop:options:spec_version)s selector does not work. Thanks, Martin

[us...@bb.net] warningPattern: scope of the search

2018-08-15 Thread Martin Liška
Hello. I've got a build step where I do a grepping: ``` find gcc/testsuite -name "*.log" | xargs cat | grep -v "Fortran runtime error:" | grep -v "fortran/simplify.c:" | grep -B10 -A10 "runtime error:" || true in dir /home/marxin/BIG/buildbot/buildworker/marxinbox-gcc-ubsan/objdir (timeout

[us...@bb.net] How to make a step failing from LineConsumerLogObserver

2018-03-01 Thread Martin Liška
Hi. I would consider it handy to run a command and make an output analysis in LineConsumerLogObserver. Doing that I would like to fail a build step, is it somehow possible? Thanks, Martin ___ users mailing list users@buildbot.net