PaloAltoNetworks / terraform-modules-swfw-ci-workflows

Reusable workflows for Terraform Modules code repositories.
MIT License
4 stars 1 forks source link

feat: introduce apply_timeout to chatops command resuable workflow #72

Closed FoSix closed 1 year ago

FoSix commented 1 year ago

Description

Add possibility to specify apply_timeout property to chatops command workflow.

Motivation and Context

Since our code can sometimes be quite complex, default 30 minutes might not be enough to perform apply or idempotence tests. This gives an option to override this property from the calling workflow level.

How Has This Been Tested?

By running chatops idepomtence tests on Azure.

Screenshots (if appropriate)

Types of changes

Checklist