mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
upgrade testing: temporarily disable CSI test (#25283)
The CSI workload is failing and creating complications for teardown, so I'm reworking it. But this work is taking a while to finish, so while that's in progress let's disable the CSI workload so that we're running the upgrade tests all the way through to the end. I expect to be able to revert this in the next couple days.
This commit is contained in:
@@ -142,19 +142,20 @@ scenario "upgrade" {
|
||||
batch_raw_exec = { job_spec = "jobs/raw-exec-batch.nomad.hcl", alloc_count = 3, type = "batch" }
|
||||
system_raw_exec = { job_spec = "jobs/raw-exec-system.nomad.hcl", alloc_count = 0, type = "system" }
|
||||
|
||||
csi_plugin_efs_node = {
|
||||
job_spec = "jobs/plugin-aws-efs-nodes.nomad.hcl"
|
||||
alloc_count = 0
|
||||
type = "system"
|
||||
post_script = "scripts/wait_for_efs_plugin.sh"
|
||||
}
|
||||
# TODO(tgross): temporarily disabled while this gets redesigned
|
||||
# csi_plugin_efs_node = {
|
||||
# job_spec = "jobs/plugin-aws-efs-nodes.nomad.hcl"
|
||||
# alloc_count = 0
|
||||
# type = "system"
|
||||
# post_script = "scripts/wait_for_efs_plugin.sh"
|
||||
# }
|
||||
|
||||
wants_csi = {
|
||||
job_spec = "jobs/wants-volume.nomad.hcl"
|
||||
alloc_count = 1
|
||||
type = "service"
|
||||
pre_script = "scripts/wait_for_efs_volume.sh"
|
||||
}
|
||||
# wants_csi = {
|
||||
# job_spec = "jobs/wants-volume.nomad.hcl"
|
||||
# alloc_count = 1
|
||||
# type = "service"
|
||||
# pre_script = "scripts/wait_for_efs_volume.sh"
|
||||
# }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user