mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-30 17:29:27 +08:00
Added error check for canary promote actions (#432)
* Added checkForErrors so canary promote action fails when there is an error * Added tests for checkForErrors * Probable integration error fix * Probable integration error fix * Revert changes back * Added checkForErrors unit tests * Fixed multiple tests issue --------- Co-authored-by: Suneha Bose <123775811+bosesuneha@users.noreply.github.com>
This commit is contained in:
@@ -296,5 +296,6 @@ export async function deployObjects(
|
||||
timeout
|
||||
)
|
||||
|
||||
checkForErrors([execResult])
|
||||
return {execResult, manifestFiles}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user