Add internal tracker for run keyword usage
What does this MR do and why?
Add internal tracker for run keyword usage
Add monthly and weekly usage yaml files
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
NA
How to set up and validate locally
- Have a runner setup locally with the GDK.
- From within the gitlab repository run
rails runner scripts/internal_events/monitor.rb use_run_keyword_in_cicd_yaml
- Use the sample CI yaml config -
successful_job_1:
stage: test
run:
- name: 'Test run'
script: echo run five
- Run a pipeline in any project with the above config and see the counter being updated.
Related to #467245 (closed)
Edited by Rajendra Kadam