Skip to content

Commit 789a4bb

Browse files
make all group the default view
1 parent e4a8708 commit 789a4bb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pipeline.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test-jobs: &test-jobs
4343
- validation-tests
4444

4545
groups:
46-
- name: develop
46+
- name: all
4747
jobs:
4848
- build
4949
- app-tests
@@ -56,8 +56,6 @@ groups:
5656
- service-tests
5757
- user-tests
5858
- validation-tests
59-
- name: cf7
60-
jobs:
6159
- app-tests-cf7
6260
- auth-tests-cf7
6361
- buildpack-tests-cf7
@@ -68,17 +66,13 @@ groups:
6866
- service-tests-cf7
6967
- user-tests-cf7
7068
- validation-tests-cf7
71-
- name: setup
72-
jobs:
7369
- setup
7470
- cleanup-failed-tests
75-
- name: publish
76-
jobs:
7771
- shipit
7872
- patch
7973
- major
8074
- minor
81-
- name: all
75+
- name: develop
8276
jobs:
8377
- build
8478
- app-tests
@@ -91,6 +85,8 @@ groups:
9185
- service-tests
9286
- user-tests
9387
- validation-tests
88+
- name: cf7
89+
jobs:
9490
- app-tests-cf7
9591
- auth-tests-cf7
9692
- buildpack-tests-cf7
@@ -101,8 +97,12 @@ groups:
10197
- service-tests-cf7
10298
- user-tests-cf7
10399
- validation-tests-cf7
100+
- name: setup
101+
jobs:
104102
- setup
105103
- cleanup-failed-tests
104+
- name: publish
105+
jobs:
106106
- shipit
107107
- patch
108108
- major

0 commit comments

Comments
 (0)