Enable AWS stages to run on feature branches
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record) in Title (using number of issue)
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
Core -
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
-
Breaking change
What is the current behavior?
This MR reverts the custom overriding that 47L stages that were supposed to be temporary.
The way Gitlab CI is setup, it was preventing from running AWS stages when a branch is pushed.
47L stages have been failing for a long time and it seems no one is maintaining it at the moment. The CI should never have stopped deploying to AWS on feature branches.
To add 47L stages to the pipeline, it should be configured here:
https://community.opengroup.org/osdu/platform/ci-cd-pipelines
What is the new/expected behavior?
Have you added/updated Unit Tests and Integration Tests and documentation?
-
Unit tests -
Integration tests -
Documentation