Skip to content

Commit de3ed64

Browse files
Merge pull request #615 from tosky/remove-downstream-removed-job
Remove references to downstream-* trigger jobs The two downstream-* jobs had been removed here: openstack-k8s-operators/ci-framework#2703 A few references were later removed here: #495 But it seems zuul started to complain very recently (today?) about the missing definitions. Reviewed-by: Andrew Bays <[email protected]> Reviewed-by: John Fulton <[email protected]>
2 parents dc137f1 + 50b8cfe commit de3ed64

File tree

3 files changed

+1
-33
lines changed

3 files changed

+1
-33
lines changed

create-zuul-jobs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ def create_job(name, data):
5353
_PROJECTS.sort()
5454
with open('./zuul.d/projects.yaml', 'w+') as zuul_projects:
5555
struct = [{'project': {'github-check': {'jobs': _PROJECTS},
56-
'github-gate': {'jobs': _PROJECTS},
57-
'github-experimental-trigger': {'jobs': ['architecture-downstream-va-hci-trigger-job']}
56+
'github-gate': {'jobs': _PROJECTS}
5857
}
5958
}
6059
]

zuul.d/projects.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,5 @@
3737
- rhoso-architecture-validate-uni06zeta-adoption
3838
- rhoso-architecture-validate-uni07eta
3939
- rhoso-architecture-validate-uni07eta-adoption
40-
github-experimental-trigger:
41-
jobs:
42-
- architecture-downstream-va-hci-trigger-job
4340
github-gate:
4441
jobs: *id001

zuul.d/trigger-jobs.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)