Autodesk/shore

Multiple stage status or ignore status

Opened this issue · 0 comments

Summary

Original Author: @dkirillov

It would be great to have a way to specify either multiple expected stage statuses or a way to ignore the stage status in an E2E test assertion.

This can be handy when dealing with stages that are influenced by external factors.

Motivation

We have a lot of terraform plan, terraform apply (skippable) and terraform output modules.

The apply can either succeed or be skipped; depending on the changes in the terraform module. We have to retry it all the time because of this.

Describe alternatives you've considered

Additional context