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
Consolidate the existing workflows for multiple IDAs in a single file utilizing the duplicate steps as a single workflow hence reducing redundancy
We can use the same steps and add the config parameters in the matrix at the beginning of the workflow. No need to create a separate config file for this.
The matrix will include:
the name of IDA (to be used in image name and Dockerfile),
the email of the owning team for the notification (skip the step if owning team email is empty)
the platforms list (default will be linux/amd64)
Adding a matrix will enable us to run all jobs in parallel without affecting each other in case of failure. You may need to introduce a flag similar to continue-on-error
The text was updated successfully, but these errors were encountered:
Description
We can use the same steps and add the config parameters in the matrix at the beginning of the workflow. No need to create a separate config file for this.
The matrix will include:
Adding a matrix will enable us to run all jobs in parallel without affecting each other in case of failure. You may need to introduce a flag similar to continue-on-error
The text was updated successfully, but these errors were encountered: