You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("test configuration overrides %s steps from workflow %q but does not have 'allow_pre_post_step_overrides: true' set. This flag is required to prevent accidental overriding of critical setup and teardown steps that could cause resource leaks", strings.Join(overriddenSections, " and "), *config.Workflow)
455
+
}
456
+
457
+
returnnil
458
+
}
459
+
431
460
func (v*Validator) validateClusterProfile(fieldRootstring, p api.ClusterProfile, metadata*api.Metadata) []error {
432
461
ifv.validClusterProfiles!=nil {
433
462
if_, ok:=v.validClusterProfiles[p]; ok {
@@ -602,6 +631,13 @@ func (v *Validator) validateTestConfigurationType(
0 commit comments