diff options
author | Shinya Maeda <shinya@gitlab.com> | 2019-01-18 19:15:00 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2019-01-18 19:29:43 +0900 |
commit | 91c1dc578eba70417b05ef0edd961f0717e10c43 (patch) | |
tree | fee045a72d0978b1de4e0afb786e327fa950a1de /changelogs | |
parent | 35c3cb7c480e812d3c6dcd8f8e2eb6c6a2da83b1 (diff) | |
download | gitlab-ce-91c1dc578eba70417b05ef0edd961f0717e10c43.tar.gz |
Fix runner eternal loop when update job result
Add spec
Add changelog
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fix-runner-eternal-loop-when-update-job-result.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-runner-eternal-loop-when-update-job-result.yml b/changelogs/unreleased/fix-runner-eternal-loop-when-update-job-result.yml new file mode 100644 index 00000000000..5a6c36e6f5f --- /dev/null +++ b/changelogs/unreleased/fix-runner-eternal-loop-when-update-job-result.yml @@ -0,0 +1,5 @@ +--- +title: Fix runner eternal loop when update job result +merge_request: 24481 +author: +type: fixed |