Description
When creating the IntegrationScenario and using the Environment dropdown (as added in HAC-4171), the IntegrationTestScenario that is created is missing the mandatory spec.environment.configuration.env field, causing issues when creating the ephemeral environment.
Steps to reproduce:
- Create an RHTAP Application with a single example component
- Create an IntegrationTestScenario and select the development environment from the Environment dropdown
- Run a component build
- The Integration service runs into an issue processing the IntegrationTestScenario and doesn't create an environment copy
- The component does not get deployed to the development environment because of pending tests
Actual results:
The created IntegrationTestScenario spec does not have all of the required environment configuration fields.
Expected results:
The spec.environment.configuration.env field being present. It can be an empty list and be expanded in the future.
- relates to
-
HAC-4171 Add ability to select static environment in integration test form
-
- Closed
-
- links to