Merge "Upgrade packer version to 1.4.0"
authorThanh Ha (zxiiro) <zxiiro@gmail.com>
Mon, 22 Apr 2019 11:15:16 +0000 (11:15 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Mon, 22 Apr 2019 11:15:16 +0000 (11:15 +0000)
jjb/lf-ci-jobs.yaml
releasenotes/notes/fix-packer-merge-b35289c55408f671.yaml [new file with mode: 0644]

index 73ab2b0..5019cb9 100644 (file)
           branch: '$GERRIT_BRANCH'
           submodule-recursive: '{submodule-recursive}'
           submodule-timeout: '{submodule-timeout}'
-          choosing-strategy: gerrit
+          choosing-strategy: default
           jenkins-ssh-credential: '{jenkins-ssh-credential}'
 
     triggers:
diff --git a/releasenotes/notes/fix-packer-merge-b35289c55408f671.yaml b/releasenotes/notes/fix-packer-merge-b35289c55408f671.yaml
new file mode 100644 (file)
index 0000000..efd2ebf
--- /dev/null
@@ -0,0 +1,7 @@
+---
+fixes:
+  - |
+    The packer-merge job for Gerrit systems was improperly configured to use the
+    Gerrit Trigger choosing strategy and not default. This caused issues
+    unexpected issues with retriggering merged changes when the expectation was
+    that it would pick up the lastest change as per normal.