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
* first review for parallel deploymnets
* deprecate pkg_resources package
* include parallel deployment option
* added new functionalities
* update for package release
* update test python version and changelog
---------
Co-authored-by: Duarte Castaño <duarte.castañ[email protected]>
print("The deployment manifest is stale. The Application {} needs to be deployed with version {} but then environment {} has the version {}.\nReason: VersionTag is inferior to the VersionTag already deployed.\nAborting the pipeline.".format(app["Name"], app["Version"], env_name, app_in_env_data["Version"]), flush=True)
print("Skipping application {} with version {}, since it's already deployed in {} environment.\nReason: VersionTag is equal.".format(app["Name"], app["Version"], env_name), flush=True)
113
113
else:
114
114
# Generated app_keys for deployment plan based on the running version
raiseNotImplementedError("Please make sure the API version is compatible with the module.")
168
168
print("Creating deployment plan from {} to {} including applications: {} ({}).".format(source_env, dest_env, to_deploy_app_names, to_deploy_app_info), flush=True)
print("Skipping application {} with version {}, since it's already deployed in {} environment.\nReason: VersionTag is equal.".format(app["Name"], app["Version"], env_name), flush=True)
102
102
else:
103
103
# Generated app_keys for deployment plan based on the target version
0 commit comments