Commit Graph

4 Commits

Author SHA1 Message Date
argoyle b83d4b870e refactor: remove commented tags from CI config file
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.
2025-10-23 16:29:45 +02:00
argoyle 2d0e058dff feat(ci): remove unused tags in GitLab 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.
2025-10-22 20:19:53 +02:00
argoyle 97700f1654 feat(ci): add codebuild tags to GitLab CI configuration
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.
2025-10-22 20:06:27 +02:00
argoyle 57400b0223 feat(ci): add retry configuration for CI jobs
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.
2025-04-30 16:46:11 +02:00