aboutsummaryrefslogtreecommitdiff
path: root/jenkins/bisect.jpl
AgeCommit message (Expand)Author
2019-11-14bisect.jpl: tweak email subjectGuillaume Tucker
2019-11-14bisect.jpl: use kci_test with test plan variant parameterGuillaume Tucker
2019-11-01build.jpl: use kci_build pull_tarball in the jobMichal Galka
2019-10-30bisect.jpl: Use kci_build get_reference in the bisect jobMichal Galka
2019-08-05bisect.jpl: only keep one kernel build directoryGuillaume Tucker
2019-05-31bisect.jpl: fix comments about parametersGuillaume Tucker
2019-05-24bisect.jpl: add support for generated config fragmentsGuillaume Tucker
2019-05-03bisect.jpl: update to use kci_buildGuillaume Tucker
2019-03-15bisect.jpl: force-fetch git tagsGuillaume Tucker
2019-02-14bisect.jpl: use build environmentGuillaume Tucker
2019-02-13org.kernelci.job: add .cloneKciCore() and clean-upGuillaume Tucker
2019-01-02bisect.jpl: use CC and CC_VERSIONGuillaume Tucker
2018-12-14bisect.jpl: add retries for LAVA infrastructure errorsGuillaume Tucker
2018-12-07bisect.jpl: findMergeBase() to find common git ancestorGuillaume Tucker
2018-12-07bisect.jpl: add setRemote() to set up a git remoteGuillaume Tucker
2018-12-07bisect.jpl: check out BAD_COMMIT rather than branchGuillaume Tucker
2018-12-07org.kernelci.util.Job: add dockerImageName() and use itGuillaume Tucker
2018-12-07bisect.jpl: pull Docker image with retryGuillaume Tucker
2018-12-07bisect.jpl: add comment about ENABLE_CONFIGSGuillaume Tucker
2018-11-22bisect.jpl: fix error propagationGuillaume Tucker
2018-11-14bisect.jpl: use DockerGuillaume Tucker
2018-10-22bisect.jpl: use org.kernelci.build.KernelGuillaume Tucker
2018-10-22bisect.jpl: use kernelci-coreGuillaume Tucker
2018-09-03bisect.jpl: remove Jenkins job number from email subjectGuillaume Tucker
2018-08-10bisect.jpl: call build.py -J to dump meta-data to JSONGuillaume Tucker
2018-07-05bisect.jpl: use quotes when passing recipients list with --toGuillaume Tucker
2018-06-28bisect.jpl: call push-bisection-results.py to push log and resultsGuillaume Tucker
2018-06-28bisect.jpl: add TEST_RUNS parameter to require several LAVA jobsGuillaume Tucker
2018-06-28bisect.jpl: no need for SECRET when reading builds from local JSON fileGuillaume Tucker
2018-05-23bisect.jpl: add white list parameters for labs and treesGuillaume Tucker
2018-05-23bisect.jpl: use lab-<something>-lava-api token namesGuillaume Tucker
2018-02-23bisect.jpl: add verify and revert checksGuillaume Tucker
2018-02-23bisect.jpl: use local JSON file to keep build meta-dataGuillaume Tucker
2018-02-23bisect.jpl: use webhook and lava-v2-callback.pyGuillaume Tucker
2018-02-19bisect.jpl: adjust and document parameter namesGuillaume Tucker
2018-02-19bisect.py: fix TREE environment variable when calling build.pyGuillaume Tucker
2018-02-19bisect.jpl: send email when bisection failsGuillaume Tucker
2018-02-19bisect.jpl: add git user.{name,email}Guillaume Tucker
2018-02-19bisect.jpl: echo kernel repository URLGuillaume Tucker
2018-02-19bisect.jpl: silence some benign git errorsGuillaume Tucker
2018-01-16bisect.jpl: move bisectStart check outside of stage blockGuillaume Tucker
2018-01-16bisect.jpl: refactor with runCheck()Guillaume Tucker
2018-01-16bisect.jpl: move timeout inside stagesGuillaume Tucker
2018-01-16bisect.jpl: minor clean-upGuillaume Tucker
2018-01-16bisect.jpl: refactor with buildRevision()Guillaume Tucker
2018-01-16bisect.jpl: refactor with runTest()Guillaume Tucker
2018-01-16bisect.jpl: add stage to check failing bootGuillaume Tucker
2018-01-16bisect.jpl: add stage to check passing bootGuillaume Tucker
2018-01-16bisect.jpl: catch exceptions outside of buildKernel()Guillaume Tucker
2018-01-16bisect.jpl: create a temporary unique tag for each buildGuillaume Tucker