aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/JobRunnerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove DeploymentTester and rename InternalDeploymentTesterJon Marius Venstad2019-10-311-6/+6
* Update JobRunnerTestJon Marius Venstad2019-10-251-12/+11
* Remove instance dimension where it should not beJon Marius Venstad2019-10-081-11/+16
* Split instance and application and creation and deletion, but let REST API do...Jon Marius Venstad2019-10-031-1/+1
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-281-6/+7
* Delete 0 or 1 instances on app level, or a single on instance levelJon Marius Venstad2019-09-111-2/+2
* Let deployments of real depend on deployment of testerJon Marius Venstad2019-09-091-6/+6
* Add new copyVespaLogs step for test jobsJon Marius Venstad2019-04-111-0/+5
* Allow for different tenants (with auth things)Jon Marius Venstad2019-03-171-1/+1
* Replace mutable lists with List.ofMartin Polden2019-01-251-11/+10
* Expose build meta in ApplicationPackage and store it in ApplicationVersionJon Marius Venstad2019-01-111-5/+7
* Add author email to ApplicationVersion, and store it with submissionsJon Marius Venstad2018-12-191-5/+5
* Move SourceRevision and ApplicationVersion to controller-apiJon Marius Venstad2018-11-081-2/+2
* Merge pull request #7436 from vespa-engine/bjorncs/athenz-okta-tenancyMorten Tokle2018-10-251-3/+3
|\
| * Create Athenz tenancy using OktaBjørn Christian Seime2018-10-241-3/+3
* | Accept optional project id for new pipeline submissionsJon Marius Venstad2018-10-231-5/+5
|/
* Fix test instead :)Jon Marius Venstad2018-10-081-16/+18
* Ignore unstable test for nowJon Marius Venstad2018-10-081-0/+2
* Add unit testJon Marius Venstad2018-10-051-0/+27
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Make assertions before other threads may have violated themJon Marius Venstad2018-09-101-2/+2
* Made `RunStatus status` an explicit, set-once, serialised fieldJon Marius Venstad2018-08-141-20/+25
* Allow step status to be set only onceJon Marius Venstad2018-08-141-6/+2
* Rename RunStatus to RunJon Marius Venstad2018-08-141-2/+2
* Add abortion after 1 day, on job levleJon Marius Venstad2018-08-131-0/+17
* Handle deployment spec, and mock itJon Marius Venstad2018-08-101-7/+7
* CleanupJon Marius Venstad2018-08-091-1/+1
* Store version information in run statusJon Marius Venstad2018-08-081-11/+21
* Interface with tester and almost done InternalStepRunnerJon Marius Venstad2018-07-051-10/+19
* Append, rather than set, logs, and fix unstable unit testJon Marius Venstad2018-07-041-2/+2
* More thorough step and GC tests and some more wiringJon Marius Venstad2018-07-021-1/+62
* endTests is not run-always, and avoid Thread.sleep in unit testJon Marius Venstad2018-07-021-21/+15
* Thorough GC of job resourcesJon Marius Venstad2018-07-021-5/+5
* Collect garbage on controller restartJon Marius Venstad2018-07-021-2/+8
* Support aborting runs, and some JobRunner testsJon Marius Venstad2018-07-021-5/+158
* Maybe a finished job run engine?Jon Marius Venstad2018-07-021-0/+39