diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-10-07 10:22:40 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-10-22 10:20:12 +0200 |
commit | bc333f38d82097288586d0847d6f8e31738e8575 (patch) | |
tree | 8658e5ceb70ffde4177fb209923c2d809366c63e /changelogs | |
parent | 44a9231d19f88c5551f7184917ddc4bba13e7d00 (diff) | |
download | gitlab-ce-bc333f38d82097288586d0847d6f8e31738e8575.tar.gz |
Support licenses and performancesupport-license-management-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.yml | 5 |
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 |