Skip to content

Add internal tracker for run keyword usage

Rajendra Kadam requested to merge 467245-run-keyword-instrumentation into master

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

  1. Have a runner setup locally with the GDK.
  2. From within the gitlab repository run rails runner scripts/internal_events/monitor.rb use_run_keyword_in_cicd_yaml
  3. Use the sample CI yaml config -
successful_job_1:
  stage: test
  run:
    - name: 'Test run'
      script: echo run five
  1. Run a pipeline in any project with the above config and see the counter being updated.

Related to #467245 (closed)

Edited by Rajendra Kadam

Merge request reports

Loading