Skip to content

Commit def18cb

Browse files
authored
Merge pull request #123 from mlabonte-rh/aeg_new_branch
Add 'v1.4' branch to CI trigger
2 parents 82206db + b816e4e commit def18cb

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

ci-triggers/ansible-edge-gitops.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,37 @@ owners:
66
- martjack
77
triggers:
88
branches:
9-
- name: main
9+
- name: 'v1.4'
1010
versions:
1111
- '4.16'
1212
- '4.15'
1313
- '4.14'
14-
- name: 'v1.3'
15-
versions:
1614
- '4.13'
1715
- '4.12'
1816

1917
openshift:
2018
- version: '4.16'
21-
branch: main
19+
branch: 'v1.4'
2220
platforms:
2321
- aws
2422
buildType: stable
2523
- version: '4.15'
26-
branch: main
24+
branch: 'v1.4'
2725
platforms:
2826
- aws
2927
buildType: stable
3028
- version: '4.14'
31-
branch: main
29+
branch: 'v1.4'
3230
platforms:
3331
- aws
3432
buildType: stable
3533
- version: '4.13'
36-
branch: 'v1.3'
34+
branch: 'v1.4'
3735
platforms:
3836
- aws
3937
buildType: stable
4038
- version: '4.12'
41-
branch: 'v1.3'
39+
branch: 'v1.4'
4240
platforms:
4341
- aws
4442
buildType: stable

0 commit comments

Comments
 (0)