From 35470fd7577ffd7092afcd796143cdc566a0ffc9 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Mon, 8 Sep 2014 11:10:21 -0700 Subject: [PATCH] Fix typo causing failure in IPA post job The file we're trying to upload is named "coreos_production_pxe_image-oem.cpio.gz", not "coreos_production_pxe-oem.cpio.gz". Change-Id: I1b517eef17285ec79b36ef9e7f6df683390ee60c --- .../jenkins_job_builder/config/ironic-python-agent-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/ironic-python-agent-jobs.yaml b/modules/openstack_project/files/jenkins_job_builder/config/ironic-python-agent-jobs.yaml index 25185e1f1b..1cbc3bd2c4 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/ironic-python-agent-jobs.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/ironic-python-agent-jobs.yaml @@ -32,7 +32,7 @@ target: 'tarballs/ironic-python-agent/coreos/files' keep-hierarchy: false copy-after-failure: false - - source: 'imagebuild/coreos/UPLOAD/coreos_production_pxe-oem.cpio.gz' + - source: 'imagebuild/coreos/UPLOAD/coreos_production_pxe_image-oem.cpio.gz' target: 'tarballs/ironic-python-agent/coreos/files' keep-hierarchy: false copy-after-failure: false