Skip to content

Commit 32e15b3

Browse files
committed
Nightly builds
* Trigger builds nightly to drive out failures * Add an 'all' group to the pipeline view to provide an overview # 449
1 parent b97d77e commit 32e15b3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

ci/pipeline.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
serial: true
3131
public: true
3232
plan:
33+
- get: nightly
34+
trigger: true
3335
- get: git-repo
3436
trigger: true
3537
- task: build-project
@@ -51,6 +53,9 @@ jobs:
5153
serial: true
5254
plan:
5355
- in_parallel:
56+
- get: nightly
57+
passed: [build]
58+
trigger: true
5459
- get: git-repo
5560
passed: [build]
5661
trigger: true
@@ -204,6 +209,20 @@ resource_types:
204209
repository: ((dockerhub-mirror-registry))/cftoolsmiths/toolsmiths-envs-resource
205210

206211
resources:
212+
- name: nightly
213+
type: time
214+
icon: calendar-clock
215+
source:
216+
start: 12:00 AM
217+
stop: 1:00 AM
218+
days:
219+
- Monday
220+
- Tuesday
221+
- Wednesday
222+
- Thursday
223+
- Friday
224+
location: America/New_York
225+
207226
- name: git-repo
208227
type: git
209228
source:
@@ -279,3 +298,15 @@ groups:
279298
- name: "ci-images"
280299
jobs:
281300
- build-ci-images
301+
- name: "all"
302+
jobs:
303+
- build
304+
- run-acceptance-tests
305+
- stage-milestone
306+
- promote-milestone
307+
- stage-rc
308+
- promote-rc
309+
- stage-release
310+
- promote-release
311+
- sync-to-maven-central
312+
- build-ci-images

0 commit comments

Comments
 (0)