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
Currently, if we create AWS Codebuild Buildspec for the CI build on scipt-languages-release repository, it also creates the steps for the flavors of the submodules. This is not necessary, as the flavors of the submodule are already tested before.
Also, in other cases we might want to ignore certain flavors in the CI Build (e.g. standard flavors for deprecated db versions)
Acceptance Criteria
Add a config to the repo config file which allows to ignore certain flavors
The text was updated successfully, but these errors were encountered:
tkilias
changed the title
CI-Buildspec should not container submodules flavors
CI-Buildspec should not contain submodules flavors
May 23, 2022
tkilias
changed the title
CI-Buildspec should not contain submodules flavors
CI-BuildSpec generation should not generate BuildSpec for ignored flavors
May 23, 2022
Background
Acceptance Criteria
The text was updated successfully, but these errors were encountered: