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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-10-07 11:22:40 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-10-22 11:20:12 +0300
commitbc333f38d82097288586d0847d6f8e31738e8575 (patch)
tree8658e5ceb70ffde4177fb209923c2d809366c63e /changelogs
parent44a9231d19f88c5551f7184917ddc4bba13e7d00 (diff)
Support licenses and performance
This introduces a new syntax for all licenses and performance jobs: ```yaml job: reports: performance: performance.json license_management: gl-license-management-report.json ```
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/support-license-management-and-performance.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/support-license-management-and-performance.yml b/changelogs/unreleased/support-license-management-and-performance.yml
new file mode 100644
index 00000000000..2e65dba5e76
--- /dev/null
+++ b/changelogs/unreleased/support-license-management-and-performance.yml
@@ -0,0 +1,5 @@
+---
+title: Support licenses and performance
+merge_request:
+author:
+type: added