Change Packer version back to 1.4.2 42/61842/2
authorEric Ball <eball@linuxfoundation.org>
Wed, 25 Sep 2019 22:00:27 +0000 (15:00 -0700)
committerEric Ball <eball@linuxfoundation.org>
Wed, 25 Sep 2019 22:19:04 +0000 (15:19 -0700)
Packer 1.4.3 frequently has issues setting metadata after a build
completes.
There is a WIP change[0] to upgrade to 1.4.4, but per notes there,
it will not be available until October. Until then, the version
should be downgraded instead, as all Packer builds with 1.4.3 are
failing.

0: https://gerrit.linuxfoundation.org/infra/c/releng/global-jjb/+/61742

Change-Id: Ideb5aa607a9fccbd319e4638413414c5cb4c8a23
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jjb/lf-ci-jobs.yaml
releasenotes/notes/reduce-packer-version-7d20feceef25b8a6.yaml [new file with mode: 0644]

index 981e84d..559e8e6 100644 (file)
@@ -29,7 +29,7 @@
     submodule-timeout: 10
     submodule-disable: false
     packer-cloud-settings: packer-cloud-env
-    packer-version: 1.4.3
+    packer-version: 1.4.2
 
     #####################
     # Job Configuration #
diff --git a/releasenotes/notes/reduce-packer-version-7d20feceef25b8a6.yaml b/releasenotes/notes/reduce-packer-version-7d20feceef25b8a6.yaml
new file mode 100644 (file)
index 0000000..5a431fd
--- /dev/null
@@ -0,0 +1,6 @@
+---
+fixes:
+  - |
+    Change Packer version back to 1.4.2. Packer 1.4.3 frequently has issues
+    setting metadata after a build completes. Packer 1.4.4 is not expected
+    until October, so this change is needed now to fix the broken builds.