@@ -68,10 +68,13 @@ resources:
68
68
type : bosh-io-stemcell
69
69
source :
70
70
name : bosh-google-kvm-ubuntu-trusty-go_agent
71
- - name : centos-stemcell
72
- type : bosh-io-stemcell
73
- source :
74
- name : bosh-google-kvm-centos-7-go_agent
71
+ # Only necessary to run syslog acceptance tests with CentOS,
72
+ # but such tests don't currently work,
73
+ # due to rsyslogd not being on the path in the centos stemcell.
74
+ # - name: centos-stemcell
75
+ # type: bosh-io-stemcell
76
+ # source:
77
+ # name: bosh-google-kvm-centos-7-go_agent
75
78
76
79
77
80
# ENV
@@ -131,19 +134,12 @@ resources:
131
134
branch : master
132
135
uri : https://github.com/cloudfoundry/cf-deployment-concourse-tasks.git
133
136
tag_filter : v7.*
134
-
135
137
- name : syslog-ci
136
138
type : git
137
139
source :
138
140
branch : develop
139
141
uri : https://github.com/cloudfoundry/syslog-release.git
140
142
141
- - name : runtime-ci
142
- type : git
143
- source :
144
- branch : master
145
- uri : https://github.com/cloudfoundry/runtime-ci.git
146
-
147
143
jobs :
148
144
- name : setup-infrastructure
149
145
serial_groups : [tycho]
@@ -228,7 +224,7 @@ jobs:
228
224
- get : tycho-env-bbl-state
229
225
- get : ubuntu-trusty-stemcell
230
226
- get : ubuntu-xenial-stemcell
231
- - get : centos-stemcell
227
+ # - get: centos-stemcell
232
228
- task : upload-all-linux-stemcells
233
229
config :
234
230
platform : linux
@@ -262,12 +258,12 @@ jobs:
262
258
263
259
bosh upload-stemcell ubuntu-trusty-stemcell/*.tgz
264
260
bosh upload-stemcell ubuntu-xenial-stemcell/*.tgz
265
- bosh upload-stemcell centos-stemcell/*.tgz
261
+ # bosh upload-stemcell centos-stemcell/*.tgz
266
262
inputs :
267
263
- name : tycho-env-bbl-state
268
264
- name : ubuntu-trusty-stemcell
269
265
- name : ubuntu-xenial-stemcell
270
- - name : centos-stemcell
266
+ # - name: centos-stemcell
271
267
- task : syslog-acceptance-xenial
272
268
config :
273
269
platform : linux
@@ -400,7 +396,6 @@ jobs:
400
396
plan :
401
397
- aggregate :
402
398
- get : cf-deployment-concourse-tasks
403
- - get : runtime-ci
404
399
- get : cf-deployment-master
405
400
trigger : true
406
401
- get : tycho-env-bbl-state
@@ -463,13 +458,9 @@ jobs:
463
458
plan :
464
459
- aggregate :
465
460
- get : cf-acceptance-tests
466
- - get : cf-deployment-master
467
- passed : [deploy-cf-with-created-syslog]
468
461
- get : tycho-env-bbl-state
469
462
trigger : true
470
463
passed : [deploy-cf-with-created-syslog]
471
- - get : tycho-env-vars-store
472
- passed : [deploy-cf-with-created-syslog]
473
464
- get : tycho-env-integration-configs
474
465
- get : cf-deployment-concourse-tasks
475
466
- get : syslog-release
0 commit comments