summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunnerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsMartin Polden2021-01-061-4/+0
* Construct only the relevant application packageMartin Polden2020-12-151-6/+5
* Remove "allowed" from config change actions (+ wiring) — allowed if not th...Jon Marius Venstad2020-11-201-28/+1
* ConfigChangeActions now includes ReindexActions as wellJon Marius Venstad2020-11-061-16/+33
* Reduce version status readsMartin Polden2020-10-281-2/+2
* Use new OSGi based tester runtime in tester appBjørn Christian Seime2020-07-021-6/+19
* Measure platform and OS change duration per hostMartin Polden2020-04-221-3/+3
* Rename methodsMartin Polden2020-04-221-2/+2
* Remove RoutingGeneratorMartin Polden2020-04-061-3/+0
* Use system-dependent timeouts in deployment jobsJon Marius Venstad2020-03-201-5/+5
* Revert "Remove RoutingGenerator"Martin Polden2020-03-161-0/+3
* Remove RoutingGeneratorMartin Polden2020-03-131-3/+0
* Restrict directly routed zone endpoints to qualified deploymentsMartin Polden2020-03-121-2/+14
* Allow no progress for 2 hours while redistributing docsJon Marius Venstad2020-03-091-3/+3
* Validate CNAMEs and IP lookup after deploymentJon Marius Venstad2020-03-051-3/+5
* Remove "endpoints" from test-config responsesJon Marius Venstad2020-03-051-2/+2
* Remove unused importsMartin Polden2020-03-041-1/+0
* SimplifyMartin Polden2020-03-041-2/+2
* Allow unknown packages in manual prod deployment jobs in CDJon Marius Venstad2020-03-031-8/+2
* Determine endpoints from routing policies for all routing methodsMartin Polden2020-02-271-18/+14
* Remove http setup for tester app, just use standard setupHarald Musum2020-02-071-5/+5
* Merge branch 'master' into hmusum/remove-support-for-using-tester-endpointHarald Musum2020-02-061-1/+34
|\
| * Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
| * Use correct zone for determining tester flavourJon Marius Venstad2020-02-041-0/+33
* | Remove support for using tester endpointHarald Musum2020-02-031-3/+0
|/
* Query routing generator when zone explicitly supports shared routingMartin Polden2020-01-301-4/+8
* Extract RoutingControllerMartin Polden2020-01-291-0/+3
* Do not run tests in production deployment jobsJon Marius Venstad2020-01-271-4/+2
* Test adaptive timeout, and fix comparison >_<Jon Marius Venstad2020-01-241-0/+48
* Remove duplicate (but half?) unit testJon Marius Venstad2020-01-241-13/+0
* Denser convergence log outputJon Marius Venstad2020-01-241-1/+7
* Retry select deployment failures for up to one hourJon Marius Venstad2020-01-221-0/+24
* Simplify test code using routing policiesMartin Polden2020-01-201-21/+2
* Extract StatusMartin Polden2020-01-201-2/+3
* Group routing policies by RoutingPolicyIdMartin Polden2020-01-201-13/+15
* Extract RoutingPolicyIdMartin Polden2020-01-201-9/+10
* Move RoutingPolicy to routing packageMartin Polden2020-01-201-1/+1
* Run staging-setup tagged unit tests on initial staging deployment before upgradeJon Marius Venstad2020-01-171-13/+6
* Add start timestamp for step, try 2Håkon Hallingstad2019-12-171-22/+22
* Preserve DNS records for inactive load balancersMartin Polden2019-11-291-2/+2
* Test storage-typeBjorn Meland2019-11-271-1/+1
* Add tester instance to generated deployment.xml for testerJon Marius Venstad2019-11-051-0/+1
* No more deprecated athenz domain or service usagesJon Marius Venstad2019-11-051-2/+1
* Use DeploymentContext instead of DeploymentTester directlyJon Marius Venstad2019-11-041-80/+81
* Rename deploymentContext() to newDeploymentContext()Jon Marius Venstad2019-11-041-0/+1
* Remove DeploymentTester and rename InternalDeploymentTesterJon Marius Venstad2019-10-311-6/+5
* Take care of DeploymentTester stragglersJon Marius Venstad2019-10-311-40/+8
* Extract DeploymentContext from InternalDeploymentTesterMartin Polden2019-10-281-5/+5
* Support arbitrary application in InternalDeploymentTesterJon Marius Venstad2019-10-091-2/+6
* Add and use completeRollout() instead of hard coded jobsJon Marius Venstad2019-10-091-3/+3