This commit removes unused commented-out tags in the
Defaults.gitlab-ci.yml file to clean up the code
and improve readability, ensuring clarity in the CI
configuration.
Removes commented out tags from the GitLab CI configuration to
clean up the file and reduce confusion. The tags are not currently
used and their removal helps streamline the CI setup.
Enhance the GitLab CI configuration by adding tags for codebuild. This
includes a unique identifier that incorporates the project ID, pipeline
IID, and job name to improve build tracking and organization.
Adds a default retry configuration for CI jobs to handle
various failure scenarios. This improves the robustness of
the pipeline by allowing automatic retries for jobs that
fail due to temporary issues.