Skip to content

Commit 91a38a0

Browse files
committed
CI: remove unit-template from CI
This code has been merged into `bosh-director` and is tested there.
1 parent 4ccd99d commit 91a38a0

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

ci/pipeline.yml

-23
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ groups:
99
- unit-common
1010
- unit-monitor
1111
- unit-nats-sync
12-
- unit-template
1312
- unit-release
1413
- unit-director-sqlite
1514
- unit-director-mysql-8
@@ -66,7 +65,6 @@ jobs:
6665
- unit-common
6766
- unit-monitor
6867
- unit-nats-sync
69-
- unit-template
7068
- unit-release
7169
- unit-director-sqlite
7270
- unit-director-mysql-8
@@ -137,26 +135,6 @@ jobs:
137135
DB: sqlite
138136
RAKE_TASK: spec:unit:nats_sync
139137

140-
- name: unit-template
141-
public: true
142-
serial: true
143-
serial_groups: [unit-template]
144-
build_logs_to_retain: 250
145-
plan:
146-
- in_parallel:
147-
- get: bosh-ci
148-
- get: bosh
149-
trigger: true
150-
passed: [gate]
151-
- get: integration-image
152-
- task: test-rake-task
153-
timeout: 2h
154-
file: bosh-ci/ci/tasks/test-rake-task.yml
155-
image: integration-image
156-
params:
157-
DB: sqlite
158-
RAKE_TASK: spec:unit:template
159-
160138
- name: unit-release
161139
public: true
162140
serial: true
@@ -391,7 +369,6 @@ jobs:
391369
- unit-common
392370
- unit-monitor
393371
- unit-nats-sync
394-
- unit-template
395372
- unit-release
396373
- unit-director-sqlite
397374
- unit-director-mysql-8

0 commit comments

Comments
 (0)