Follow-up from "Rspec for Stop pipelines and jobs when over_storage_limit"
The following discussion from !84471 (merged) should be addressed:
-
@suraj_tripathy started a discussion: (+19 comments) @csouthard @doniquesmit As can be seen in the last screenshot that I have attached on this MR, preventing creation of pipeline hides all ways to create a new pipeline, but it still shows the "Retry"("spinny button") button on the UI.
Clicking on the "Retry"(spinny button on the right of the pipeline) fails if we have "prevented" creating pipeline, but it would look bad to the user. It would have been better if we did not show the Retry("spinny button") button at-all. We might have to create a UI issue for doing that imo ccing: @sheldonled || @aalakkad for context
Attaching the specific screenshot here aswell for reference:
Requirement
- When the pipeline creation fails because of insufficient namespace storage, display the error message
Insufficient storage to create new pipeline.
Edited by Donique Smit
