Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci_templates.yml « known_events « usage_data_counters « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c19c9e8b8cd511dd1df4986e9025c9c01941fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Implicit Auto DevOps pipeline events
- name: p_ci_templates_implicit_auto_devops
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_implicit_auto_devops_build
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_implicit_auto_devops_deploy
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_implicit_security_sast
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_implicit_security_secret_detection
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

# Explicit include:template pipeline events
- name: p_ci_templates_5_min_production_app
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_auto_devops
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_aws_cf_deploy_ec2
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_aws_deploy_ecs
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_auto_devops_build
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_auto_devops_deploy
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_auto_devops_deploy_latest
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_security_sast
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_security_secret_detection
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects

- name: p_ci_templates_terraform_base_latest
  category: ci_templates
  redis_slot: ci_templates
  aggregation: weekly
  feature_flag: usage_data_track_ci_templates_unique_projects