Add "copy" button to Google Cloud runner provisioning
What does this MR do and why?
Add "copy" button to Google Cloud runner provisioning
Similar to other commands in the runner area, this change allows users to copy the scripts and terraform commands to their clipboard.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Simulate a SaaS instance in your GDK
- Enable the feature flag
echo "Feature.enable(:google_cloud_support_feature_flag)" | rails c
- Visit project runner creation Project -> Settings -> CI/CD -> Runners -> New project Runner
- Select google cloud radio option (for platform)
- Create a runner
- Input values into the form fields (they don't have to be real values)
- Select "Setup instructions"
- Confirm you can copy the commands shown in the modal
Related to #450981 (closed)
Edited by Miguel Rincon