Skip to content

Commit 895503c

Browse files
committed
Remove unused resources and unnecessary constraints
1 parent 875b326 commit 895503c

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

.concourse/pipeline.yml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,13 @@ resources:
6868
type: bosh-io-stemcell
6969
source:
7070
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
7578

7679

7780
# ENV
@@ -131,19 +134,12 @@ resources:
131134
branch: master
132135
uri: https://github.com/cloudfoundry/cf-deployment-concourse-tasks.git
133136
tag_filter: v7.*
134-
135137
- name: syslog-ci
136138
type: git
137139
source:
138140
branch: develop
139141
uri: https://github.com/cloudfoundry/syslog-release.git
140142

141-
- name: runtime-ci
142-
type: git
143-
source:
144-
branch: master
145-
uri: https://github.com/cloudfoundry/runtime-ci.git
146-
147143
jobs:
148144
- name: setup-infrastructure
149145
serial_groups: [tycho]
@@ -228,7 +224,7 @@ jobs:
228224
- get: tycho-env-bbl-state
229225
- get: ubuntu-trusty-stemcell
230226
- get: ubuntu-xenial-stemcell
231-
- get: centos-stemcell
227+
# - get: centos-stemcell
232228
- task: upload-all-linux-stemcells
233229
config:
234230
platform: linux
@@ -262,12 +258,12 @@ jobs:
262258
263259
bosh upload-stemcell ubuntu-trusty-stemcell/*.tgz
264260
bosh upload-stemcell ubuntu-xenial-stemcell/*.tgz
265-
bosh upload-stemcell centos-stemcell/*.tgz
261+
# bosh upload-stemcell centos-stemcell/*.tgz
266262
inputs:
267263
- name: tycho-env-bbl-state
268264
- name: ubuntu-trusty-stemcell
269265
- name: ubuntu-xenial-stemcell
270-
- name: centos-stemcell
266+
# - name: centos-stemcell
271267
- task: syslog-acceptance-xenial
272268
config:
273269
platform: linux
@@ -400,7 +396,6 @@ jobs:
400396
plan:
401397
- aggregate:
402398
- get: cf-deployment-concourse-tasks
403-
- get: runtime-ci
404399
- get: cf-deployment-master
405400
trigger: true
406401
- get: tycho-env-bbl-state
@@ -463,13 +458,9 @@ jobs:
463458
plan:
464459
- aggregate:
465460
- get: cf-acceptance-tests
466-
- get: cf-deployment-master
467-
passed: [deploy-cf-with-created-syslog]
468461
- get: tycho-env-bbl-state
469462
trigger: true
470463
passed: [deploy-cf-with-created-syslog]
471-
- get: tycho-env-vars-store
472-
passed: [deploy-cf-with-created-syslog]
473464
- get: tycho-env-integration-configs
474465
- get: cf-deployment-concourse-tasks
475466
- get: syslog-release

0 commit comments

Comments
 (0)