diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-09-08 19:38:02 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-09-08 19:38:02 +0200 |
commit | 5c6f40ab6e825e8d31e3bfc362e9bcce80a14dba (patch) | |
tree | a45dc55aab2c2510611d5e480e8c31828515fdf8 /spec | |
parent | dc46863cda29f19a5f403ebaaded92ba17faee2f (diff) | |
download | gitlab-ce-5c6f40ab6e825e8d31e3bfc362e9bcce80a14dba.tar.gz |
Add usage ping for Auto DevOps
Fixes gitlab-org/gitlab-ce#37648
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/gitlab/usage_data_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/lib/gitlab/usage_data_spec.rb b/spec/lib/gitlab/usage_data_spec.rb index 68429d792f2..daca5c73415 100644 --- a/spec/lib/gitlab/usage_data_spec.rb +++ b/spec/lib/gitlab/usage_data_spec.rb @@ -40,6 +40,8 @@ describe Gitlab::UsageData do ci_builds ci_internal_pipelines ci_external_pipelines + ci_pipeline_config_auto_devops + ci_pipeline_config_repository ci_runners ci_triggers ci_pipeline_schedules |