aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/JobList.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* When a human cancels a job, do not retry itjonmv2023-04-281-1/+2
* Test jobs have no permanent runtime versionsjonmv2023-01-021-0/+5
* Reset failure duration on new revisions, for cancellation by upgraderjonmv2022-07-041-1/+8
* Revert "Merge pull request #23247 from vespa-engine/revert-23218-jonmv/multip...jonmv2022-06-281-2/+6
* Revert "Jonmv/multiple test and staging zones"Jon Marius Venstad2022-06-271-6/+2
* Support multiple system/staging test cloud combinationsjonmv2022-06-231-2/+6
* Add new run status noTests, which is a success, but not quite as shinyjonmv2022-04-211-1/+1
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-111-3/+4
* Detect test failure when considering change splitting for prod deploymentsJon Marius Venstad2022-03-011-0/+10
* Replace 'out of capacity' by 'node allocation failure'Jon Bratseth2022-02-231-1/+1
* Use aborted status only when error is not indicated, and let this reflect els...Jon Marius Venstad2022-02-161-0/+7
* Special-case OOC only in test zones, and catch all dependent jobs for a revis...Jon Marius Venstad2022-02-021-0/+4
* Decouple deployment of revisoin and upgrade within each instanceJon Marius Venstad2022-01-311-2/+8
* Differentiate between wanting to (re-)run prod jobs, and them having been com...Jon Marius Venstad2022-01-201-2/+2
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Doc nitsJon Marius Venstad2020-02-171-7/+7
* Production tests must start after a successful deploymentJon Marius Venstad2020-02-171-18/+3
* Count incomplete upgrades in VersionStatusMartin Polden2019-12-201-3/+0
* Fixing broken things, more to comeJon Marius Venstad2019-12-111-0/+11
* First draft of deployment orchestration state graphJon Marius Venstad2019-12-111-4/+5
* More new JobList and coJon Marius Venstad2019-12-021-0/+6
* Replace more JobStatus usagesJon Marius Venstad2019-11-111-2/+18
* Consider all known runs when checking whether versions are verifiedJon Marius Venstad2019-11-111-1/+20
* Wrap Application and its JobStatuses in DeploymentStatusJon Marius Venstad2019-11-081-3/+4
* Add AbstractFilteringList as a super for such listsJon Marius Venstad2019-11-081-0/+140