aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/JobRunnerTest.java
Commit message (Expand)AuthorAgeFilesLines
* More controller code to internal repo.gjoranv2023-11-061-581/+0
* Use BFS rather than DFS task order for in-thread test executorjonmv2023-10-191-8/+55
* Exert greater controler over threads, and test only non-racy scenariojonmv2023-10-111-10/+1
* Revert "Merge pull request #28879 from vespa-engine/revert-28869-jonmv/job-ru...jonmv2023-10-111-0/+59
* Revert "Jonmv/job runner thread metrics"Harald Musum2023-10-111-59/+0
* Add metrics for job-runner threadsjonmv2023-10-111-0/+59
* Update copyrightJon Bratseth2023-10-091-1/+1
* Store and show in /app/v4/ the change and dependent prod job triggering testsjonmv2023-09-081-1/+2
* Add submission timestamp for prod packages, and show in detail APIjonmv2023-05-151-6/+11
* When a human cancels a job, do not retry itjonmv2023-04-281-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Convert controller-server to junit5Bjørn Christian Seime2022-07-281-22/+25
* Let deactivateTester step depend on copyVespaLogs stepjonmv2022-05-231-2/+2
* Revert "Merge pull request #22721 from vespa-engine/revert-22720-jonmv/get-te...jonmv2022-05-231-2/+1
* Revert "Jonmv/get tester logs"Jon Marius Venstad2022-05-231-1/+2
* Fetch and merge tester Vespa log with Vespa log for system and staging testsjonmv2022-05-231-2/+1
* Try to stabilise unit testjonmv2022-05-231-4/+8
* Put submission stuff in a separate classjonmv2022-04-271-7/+8
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-4/+2
* Add new run status noTests, which is a success, but not quite as shinyjonmv2022-04-211-0/+1
* Serialise JobType with zone+test, and eliminate last == usagesjonmv2022-04-191-1/+1
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-111-10/+8
* Optimise importsjonmv2022-04-111-1/+1
* Add description and risk to application versionsjonmv2022-04-111-6/+12
* Store non-canonical reasons for runs, and avoid auto-aborting these from dep....Jon Marius Venstad2022-02-281-16/+21
* Log why runs are abortedJon Marius Venstad2022-02-281-1/+1
* Replace 'out of capacity' by 'node allocation failure'Jon Bratseth2022-02-231-1/+1
* Ensure resests runs are not counted as successes when racy double-finishJon Marius Venstad2022-02-171-2/+7
* Let repeated deployments surface as bad requestMartin Polden2022-01-051-1/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Move application package related classes to own packageValerij Fredriksen2021-09-091-1/+1
* Revert "Revert "Deploy tester and real apps in parallell""Jon Marius Venstad2021-07-051-2/+2
* Revert "Deploy tester and real apps in parallell"Martin Polden2021-07-021-2/+2
* Deploy tester and real apps in parallellJon Marius Venstad2021-07-011-2/+2
* Wait for all steps to finish before finishing a runJon Marius Venstad2020-10-271-1/+1
* Remove redundant commit argumentValerij Fredriksen2020-07-211-6/+6
* Use vespajlib maintenance package in controller-serverMartin Polden2020-04-291-14/+7
* Make fields finalMartin Polden2020-03-041-2/+2
* Silence empty catch block warningMartin Polden2020-03-041-2/+2
* SimplifyMartin Polden2020-03-041-2/+3
* fail faster and record when missing endpoint certandreer2020-02-181-0/+1
* Let only successful run expire due to ageJon Marius Venstad2020-02-181-0/+19
* Change deployment metric dimensionsJon Marius Venstad2020-02-061-6/+5
* Emit metrics on job starts and ends, with status as name and job id as dim.Jon Marius Venstad2020-01-201-1/+42
* Make ApplicationVersion id depend on number and commit, and make revision opt...Jon Marius Venstad2020-01-201-5/+5
* Run staging-setup tagged unit tests on initial staging deployment before upgradeJon Marius Venstad2020-01-171-2/+2
* Accept, store and display optional sourceUrl and commitJon Marius Venstad2020-01-091-5/+5
* Reduce history length to 64Jon Marius Venstad2019-12-201-26/+26