Qarik-Group / bucc

The fastest way to get a BUCC (BOSH, UAA Credhub and Concourse)
Apache License 2.0
135 stars 46 forks source link

develop branch failed to deploy - concourse jobs renamed? #142

Closed drnic closed 6 years ago

drnic commented 6 years ago
git clone -b develop https://github.com/starkandwayne/bucc ~/workspace/bucc
source <(~/workspace/bucc/bin/bucc env)
bucc up

The output fails with:

...
Validating deployment jobs refer to jobs in release:
  - jobs[0].templates[13] must refer to a job in 'concourse', but there is no job named 'worker'
  - jobs[0].templates[21] must refer to a job in 'concourse', but there is no job named 'bbr-atcdb'
rkoster commented 6 years ago

@drnic ci is currently broken since we are moving from ci.starkandwayne.com to ci2. The move donwgraded some of the compiled releases which we are using. And compiling new releases is not possible because the latest concourse release is broken because of the need for a windows worker.

rkoster commented 6 years ago

develop is now on concourse 4.1, and ci is green so this should work again.