aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/syz-ci.go
Commit message (Expand)AuthorAgeFilesLines
...
* dashboard/dashapi: return error from dashapi.NewGreg Steuck2021-07-121-1/+4
* syz-ci: reduce cyclomatic complexity of loadConfigDmitry Vyukov2021-02-041-48/+54
* syz-ci: allow moving managers between ci instancesDmitry Vyukov2021-02-041-5/+44
* syz-ci: don't make compiler/ccache paths absoluteDmitry Vyukov2021-01-291-2/+2
* syz-ci: allow to use relative paths in configDmitry Vyukov2021-01-281-0/+11
* syz-ci: allow 3-letter manager namesDmitry Vyukov2020-12-021-1/+1
* syz-ci: support HTTP PUT method to upload coverage reportsAlexander Egorenkov2020-10-301-1/+2
* syz-ci: make polling times configurableAndrew Donnellan2020-10-121-4/+10
* syz-ci: add flag to enable debug mode for testingAlexander Egorenkov2020-10-011-1/+2
* pkg/bisect: add ccache optionJouni Hogander2020-09-211-0/+2
* syz-ci: fix seeds copyingDmitry Vyukov2020-09-141-2/+1
* syz-manager: add test file as corpusJiaheng Hu2020-09-141-1/+2
* all: fix comments formatDmitry Vyukov2020-07-121-1/+1
* Pass baseline config aroundJukka Kaartinen2020-07-021-0/+2
* .golangci.yml: enable godot checkerDmitry Vyukov2020-06-051-1/+1
* syz-ci: add Manager.Disabled config parameterDmitry Vyukov2019-12-041-3/+9
* syz-ci: allow enabling bisect cause and fix jobs separatelyDmitry Vyukov2019-11-271-22/+21
* syz-ci: TODODmitry Vyukov2019-11-271-3/+10
* syz-ci: stricter verification of instance namesDmitry Vyukov2019-04-101-2/+5
* dashboard/app: properly handle build failuresDmitry Vyukov2019-03-251-1/+0
* dashboard/app: request test/bisect jobs separatelyDmitry Vyukov2019-03-201-2/+4
* dashboard/app, syz-ci: bisection supportDmitry Vyukov2019-03-171-2/+6
* syz-ci: add flag that allows to not start managersDmitry Vyukov2019-03-171-8/+11
* syz-ci: ignore job errors on shutdownDmitry Vyukov2019-03-171-1/+1
* syz-ci: move GOPATH/GOROOT setup to mainDmitry Vyukov2019-03-171-0/+7
* syz-ci: enhance autoupdate=0 modeDmitry Vyukov2019-02-261-5/+3
* syz-ci: make some manager creation errors non-fatalDmitry Vyukov2019-02-231-3/+11
* syz-ci: add a flag to disable auto-updateDmitry Vyukov2019-02-221-8/+15
* dashboard/app: poll commits infoDmitry Vyukov2019-02-171-8/+14
* syz-ci: upload syzkaller build errors to dashboardDmitry Vyukov2018-12-181-2/+11
* syz-ci: default kernel branch to masterDmitry Vyukov2018-11-211-2/+5
* syz-ci: fix manager http addrDmitry Vyukov2018-09-201-0/+1
* syz-ci: upload coverage reports to GCSDmitry Vyukov2018-09-201-0/+13
* syz-ci: enable net/http/pprofDmitry Vyukov2018-09-201-0/+17
* syz-ci: allow manager http address auto-assignmentDmitry Vyukov2018-09-061-2/+4
* syz-ci: wait for current builds before stopping managersDmitry Vyukov2018-09-041-2/+3
* pkg/mgrconfig: move from syz-manager/mgrconfigDmitry Vyukov2018-08-021-1/+1
* all: get rid of underscores in identifiersDmitry Vyukov2018-05-071-30/+35
* gometalinter: check dot importsDmitry Vyukov2018-05-031-3/+3
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-2/+2
* syz-ci: add config parameter that enables jobsDmitry Vyukov2018-03-081-6/+9
* syz-ci: test images before using themDmitry Vyukov2017-11-301-0/+1
* syz-ci: add support for patch testingDmitry Vyukov2017-11-161-3/+15
* syz-ci: add global dashboard clientDmitry Vyukov2017-11-151-0/+2
* syz-ci: support additional syscall descriptionsDmitry Vyukov2017-08-011-9/+10
* syz-ci: allow to specify cmdline/sysctlsDmitry Vyukov2017-07-171-4/+6
* syz-ci: specify dashboard client per managerDmitry Vyukov2017-07-171-15/+10
* syz-ci: switch to the new dashboardDmitry Vyukov2017-06-301-6/+3
* syz-dash/dashboard: move from dashboardDmitry Vyukov2017-06-231-1/+1
* syz-ci: add continuous integration systemDmitry Vyukov2017-06-201-0/+177