Skip to content

Commit 8da5a1b

Browse files
author
Blaise Dias
committed
fix: restore configure e2e-fio tag
e2e-fio image with new tag does not exist restore it a value that exists so that CI will pass Signed-off-by: Blaise Dias <[email protected]>
1 parent 1b6460c commit 8da5a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/e2e_config/e2e_config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ type E2EConfig struct {
208208
InstallLoki bool `yaml:"installLoki" env-default:"true" env:"install_loki"`
209209
InstallHaModeEtcd bool `yaml:"installHaModeEtcd" env-default:"false" env:"e2e_etcd_ha_mode"`
210210
LokiStatefulsetOnControlNode bool `yaml:"lokiOnControlNode" env-default:"true" env:"loki_on_control_node"`
211-
E2eFioImage string `yaml:"e2eFioImage" env-default:"openebs/e2e-fio:v3.38-e2e-1" env:"e2e_fio_image"`
211+
E2eFioImage string `yaml:"e2eFioImage" env-default:"openebs/e2e-fio:v3.38-e2e-0" env:"e2e_fio_image"`
212212
SetSafeMountAlways bool `yaml:"setSafeMountAlways" env-default:"false" env:"safe_mount_always"`
213213
// This is an advisory setting for individual tests
214214
// If set to true - typically during test development - tests with multiple 'It' clauses should defer asserts till after

0 commit comments

Comments
 (0)