aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/Run.java
Commit message (Expand)AuthorAgeFilesLines
* More controller code to internal repo.gjoranv2023-11-061-353/+0
* Show cloud account used in each runjonmv2023-10-131-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Store and show in /app/v4/ the change and dependent prod job triggering testsjonmv2023-09-081-1/+5
* Store optional dependent job and change for each run (will be used for tests)jonmv2023-09-081-5/+9
* Store cloud account when deploying tester, reuse for initial stagingjonmv2023-08-311-14/+25
* When a human cancels a job, do not retry itjonmv2023-04-281-3/+6
* Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-2/+2
* Compute prerequisite tests for a given prod deploymentjonmv2023-01-031-0/+1
* Use a single last log timestamp, and upper bound with now - 1sjonmv2022-05-241-21/+14
* Revert "Merge pull request #22721 from vespa-engine/revert-22720-jonmv/get-te...jonmv2022-05-231-16/+25
* Revert "Jonmv/get tester logs"Jon Marius Venstad2022-05-231-25/+16
* Fetch and merge tester Vespa log with Vespa log for system and staging testsjonmv2022-05-231-16/+25
* Add new run status noTests, which is a success, but not quite as shinyjonmv2022-04-211-3/+7
* Serialise JobType with zone+test, and eliminate last == usagesjonmv2022-04-191-2/+2
* Store non-canonical reasons for runs, and avoid auto-aborting these from dep....Jon Marius Venstad2022-02-281-14/+21
* Reset test log counter when resetting RunJon Marius Venstad2022-02-161-1/+1
* Let tests lie dormant for a while (1/20 of time since deployment, clamped) af...Jon Marius Venstad2022-02-161-12/+25
* Make it possible to reset runs—they count as failed, so do clean-up, then r...Jon Marius Venstad2022-02-161-0/+8
* Let deployment run for some time before giving up nodes which are downJon Marius Venstad2022-01-191-1/+1
* Less GuavaMartin Polden2021-11-171-17/+16
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Introduce new job profile for dev dry runHarald Musum2021-09-301-2/+2
* Wire in dryRun deployment optionHarald Musum2021-09-281-12/+17
* Upgrade dev at dep-local nightJon Marius Venstad2021-07-051-12/+19
* Let caller decide job profile when creating new runsJon Marius Venstad2020-03-021-2/+2
* Let each Step declare whether it should always be runJon Marius Venstad2020-03-021-2/+2
* Time out when no nodes are suspended, or the same node is suspended, for too ...Jon Marius Venstad2020-01-241-1/+1
* Print convergence summary for unfinished, but started, convergence stepsJon Marius Venstad2020-01-241-2/+2
* Denser convergence log outputJon Marius Venstad2020-01-241-2/+2
* Store summary of convergence of application deployment in runJon Marius Venstad2020-01-241-12/+25
* Store instant since which no nodes were allowed to be down in runJon Marius Venstad2020-01-241-13/+27
* Wipe certificates when writing runs to historyJon Marius Venstad2020-01-241-1/+1
* Keep steps and add new stepDetailsHåkon Hallingstad2019-12-191-4/+8
* Add start timestamp for step, try 2Håkon Hallingstad2019-12-171-21/+57
* Add JobStatus aggregate of run list, and use it in DeploymentTrigger, JobCAHHJon Marius Venstad2019-11-071-1/+0
* Store timestamp of last Vespa log record in RunJon Marius Venstad2019-09-131-1/+14
* Eliminate code duplicationJon Marius Venstad2019-09-131-21/+23
* Must tallow tester deployment retryJon Marius Venstad2019-09-091-2/+0
* Create and store tester certificate when deploying testerJon Marius Venstad2019-09-091-11/+28
* Allow alwaysRun steps to failJon Marius Venstad2019-05-101-4/+4
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Get sub-list of LogEntry from TesterCloudJon Marius Venstad2018-08-231-1/+1
* Replaced LogRecord LogEntry, and use a chunked Curator buffer for logsJon Marius Venstad2018-08-231-0/+7
* Store information about last test log record received in RunJon Marius Venstad2018-08-151-7/+13
* Made `RunStatus status` an explicit, set-once, serialised fieldJon Marius Venstad2018-08-141-27/+19
* Rename RunResult to RunStatus -- it will not imply terminationJon Marius Venstad2018-08-141-3/+3
* Allow step status to be set only onceJon Marius Venstad2018-08-141-3/+6
* Remove TODO which won't be doneJon Marius Venstad2018-08-141-3/+1
* Rename RunStatus to RunJon Marius Venstad2018-08-141-0/+182