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
returnnil, fmt.Errorf("cannot explicitly enable StatusCheck in one pipeline and explicitly disable it in another pipeline, see https://skaffold.dev/docs/workflows/ci-cd/#waiting-for-skaffold-deployments-using-healthcheck")
126
-
}
127
-
}
128
-
}
129
-
// set the group status check to disabled if any pipeline has StatusCheck
130
-
// set to false.
131
-
ifdisabled {
132
-
returnutil.BoolPtr(false), nil
133
-
}
134
-
returnutil.BoolPtr(true), nil
135
-
}
136
-
137
115
func (psPipelines) StatusCheckDeadlineSeconds() int {
138
116
c:=0
139
117
// set the group status check deadline to maximum of any individually specified value
0 commit comments