mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Revert "Destroy test VMs on clean (#28818)"
This reverts commit f66234bdd5abdcb98bef6aa1c74bd2c69396aa79.
This commit is contained in:
parent
f66234bdd5
commit
57225652b3
@ -258,9 +258,6 @@ class VagrantTestPlugin implements Plugin<Project> {
|
||||
private static void createVagrantBoxesTasks(Project project) {
|
||||
assert project.extensions.esvagrant.boxes != null
|
||||
|
||||
final Task clean = project.tasks.clean
|
||||
assert clean != null
|
||||
|
||||
assert project.tasks.stop != null
|
||||
Task stop = project.tasks.stop
|
||||
|
||||
@ -337,7 +334,6 @@ class VagrantTestPlugin implements Plugin<Project> {
|
||||
}
|
||||
destroy.onlyIf { vagrantDestroy }
|
||||
update.mustRunAfter(destroy)
|
||||
clean.dependsOn(destroy)
|
||||
|
||||
Task up = project.tasks.create("vagrant${boxTask}#up", VagrantCommandTask) {
|
||||
command 'up'
|
||||
|
Loading…
x
Reference in New Issue
Block a user