Skip to content

Get only archived and successfully deployed instances for redeploy.

Uman Shahzad requested to merge uman/successfully-provisioned into master

We will be running a mass redeployment, and want to make sure to only include those successfully provisioned. This PR inverts the logic a bit to filter out those not archived rather than call exclude for those that are, and then also to filter those that are only successfully provisioned.

Testing not explicitly needed due to the simplicity of the change and because the tests should build plenty of confidence. And because we'll be running the command right now anyway.

Merge request reports