Skip to content

Commit 2e45f2c

Browse files
Ghanshyamjharbott
authored andcommitted
Adding nova-live-migration job in devstack gate
nova-live-migration is legacy job and and rely on devstack-gate + devstack setting so any change in devstack can break it. Example bug: 1860021 We can remove this job once it is migrated to zuulv3 native. Change-Id: Ie34d4dc1ab30ced8161796fe32628db07de86cc9 Related-bug: #1860021
1 parent 5ae6f5e commit 2e45f2c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.zuul.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,15 @@
622622
irrelevant-files:
623623
- ^.*\.rst$
624624
- ^doc/.*$
625+
# NOTE(gmann): Remove this job from devstack pipeline once it is
626+
# migrated to zuulv3 native. This is legacy job and rely on
627+
# devstack-gate + devstack setting so any change in devstack can
628+
# break it.
629+
- nova-live-migration:
630+
voting: false
631+
irrelevant-files:
632+
- ^.*\.rst$
633+
- ^doc/.*$
625634
gate:
626635
jobs:
627636
- devstack

0 commit comments

Comments
 (0)