diff options
author | Suzanne Goldlust <sgoldlust@isc.org> | 2023-06-21 20:56:30 +0200 |
---|---|---|
committer | Piotrek Zadroga <piotrek@isc.org> | 2023-06-27 17:32:48 +0200 |
commit | 89d9938e122f17d62ea71bb155b0496d126d761f (patch) | |
tree | 756828c26ebffcf86866bd25a1b3ce4b97cc6f38 /.gitlab/issue_templates | |
parent | [#2833] Removed old broken link from comments (diff) | |
download | kea-89d9938e122f17d62ea71bb155b0496d126d761f.tar.xz kea-89d9938e122f17d62ea71bb155b0496d126d761f.zip |
[#2833] Fix broken link
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r-- | .gitlab/issue_templates/release_checklist.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/release_checklist.md b/.gitlab/issue_templates/release_checklist.md index 1fa8d70cc1..d6a0df5cd2 100644 --- a/.gitlab/issue_templates/release_checklist.md +++ b/.gitlab/issue_templates/release_checklist.md @@ -16,7 +16,7 @@ For new stable releases or maintenance releases, please don't use `kea-dev` buil 1. [ ] Check Jenkins jobs for failures: [distcheck](https://jenkins.aws.isc.org/job/kea-dev/job/distcheck/), etc... 1. [ ] Check [Jenkins Tests Report](https://jenkins.aws.isc.org/job/kea-dev/job/jenkins-tests-report/). 1. [ ] Check [tarball check report](https://jenkins.aws.isc.org/job/kea-dev/job/build-tarball/Kea_20Build_20Checks/) -1. [ ] Check [Performance Test Results](https://jenkins.isc.org/job/kea-dev/job/performance/KeaPerformanceReport/) in Jenkins for drops in performance. +1. [ ] Check [Performance Test Results](https://jenkins.aws.isc.org/job/kea-dev/job/performance/) in Jenkins for drops in performance. 1. Check versioning, ask the development team if: - the library versions are being updated - `KEA_HOOKS_VERSION` is being updated |