GoogleCloudPlatform / kube-jenkins-imager

Apache License 2.0
258 stars 82 forks source link

Build Failing #9

Closed jedi132000 closed 8 years ago

jedi132000 commented 8 years ago

https://www.dropbox.com/s/0kffz6oi0ysv0g3/jenkins_kube_packer.PNG?dl=0

Please share some insight, It seems like Chef is holding up the build.

evandbrown commented 8 years ago

Woah, thanks for catching that! Pushed the fix in the related project (was using Ubuntu 14.10, and should have been using 14.04 LTS).

The e2e tests should have caught this. I'm going to leave the issue open while I fix the tests.

evandbrown commented 8 years ago

OK, this should be caught in future e2e tests (https://github.com/GoogleCloudPlatform/scalable-resilient-web-app/commit/496378c04c8754c7e2a3254c6d25cd05bfd2e6b3)

Thanks, @jedi132000!

jedi132000 commented 8 years ago

Build still failing with the same error.

On Sat, Oct 31, 2015 at 12:10 AM, Evan Brown notifications@github.com wrote:

Closed #9 https://github.com/GoogleCloudPlatform/kube-jenkins-imager/issues/9.

— Reply to this email directly or view it on GitHub https://github.com/GoogleCloudPlatform/kube-jenkins-imager/issues/9#event-451003995 .

evandbrown commented 8 years ago

Hi,

I just walked through the lab again and verified that the changes did fix the problem. In the Replicate a Repo part of the instructions, make sure you pull the latest from https://github.com/GoogleCloudPlatform/scalable-resilient-web-app.git (either by adding a remote, then pulling and merging, or just by re-forking and re-pulling the entire thing). The changes were made to that repository to fix this.