[Feature Flag] Remove ci_enable_live_trace
What does this MR do and why?
This MR is the final step in converting :ci_enable_live_trace to an application setting. Previous MRs introduced the new setting, backfilled existing feature flag values, updated code to use new setting, ensured CNG deployment script used new setting vs flag.
Removes any reference to the feature flag, and the flag yml file, updates specs.
References
Related Merged MRs:
How to set up and validate locally
- run your gdk locally
- log in as a user with admin role (the root user will work)
- Navigate to CI/CD settings --> http://gdk.test:3000/admin/application_settings/ci_cd
- Observe the new setting drop down at the bottom
Note: You will not be able to enable the setting without error unless you have local storage enabed, I am unsure how to do that locally, but the tests do cover this scenario
Related to #350883 (closed)
Edited by Vlad Wolanyk