|
485 | 485 | # only from master(or the branch it was meant to run). |
486 | 486 | check: |
487 | 487 | jobs: |
488 | | - # NOTE(gmann): These template are generic and used on stable branch |
489 | | - # as well as master testing. So grenade-skip-level on stable/2023.1 |
490 | | - # which test stable/yoga to stable/2023.1 upgrade is non-voting. |
491 | | - - grenade-skip-level: |
492 | | - voting: false |
493 | | - branches: |
494 | | - - stable/2023.1 |
495 | 488 | # NOTE(gmann): Nova decided to run grenade skip level testing always |
496 | 489 | # (on SLURP as well as non SLURP release) so we are adding grenade-skip-level-always |
497 | 490 | # job in integrated gate and we do not need to update skip level job |
498 | 491 | # here until Nova change the decision. |
499 | | - # This is added from 2023.2 release cycle onwards so we need to use branch variant |
500 | | - # to make sure we do not run this job on older than 2023.2 gate. |
501 | 492 | - grenade-skip-level-always: |
502 | 493 | branches: |
503 | 494 | - ^.*/2024.1 |
|
543 | 534 | run on Placement gate only. |
544 | 535 | check: |
545 | 536 | jobs: |
546 | | - - grenade |
547 | | - # NOTE(gmann): These template are generic and used on stable branch |
548 | | - # as well as master testing. So grenade-skip-level on stable/2023.1 |
549 | | - # which test stable/yoga to stable/2023.1 upgrade is non-voting. |
550 | | - - grenade-skip-level: |
551 | | - voting: false |
| 537 | + - grenade: |
552 | 538 | branches: |
553 | | - - stable/2023.1 |
| 539 | + - ^.*/2025.2 |
| 540 | + - ^.*/2026.1 |
| 541 | + - master |
554 | 542 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
555 | 543 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
556 | 544 | # SLURP release only. |
|
577 | 565 | negate: true |
578 | 566 | gate: |
579 | 567 | jobs: |
580 | | - - grenade |
| 568 | + - grenade: |
| 569 | + branches: |
| 570 | + - ^.*/2025.2 |
| 571 | + - ^.*/2026.1 |
| 572 | + - master |
581 | 573 | - tempest-integrated-placement |
582 | 574 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
583 | 575 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
|
612 | 604 | run on Cinder and Glance gate only. |
613 | 605 | check: |
614 | 606 | jobs: |
615 | | - - grenade |
616 | | - # NOTE(gmann): These template are generic and used on stable branch |
617 | | - # as well as master testing. So grenade-skip-level on stable/2023.1 |
618 | | - # which test stable/yoga to stable/2023.1 upgrade is non-voting. |
619 | | - - grenade-skip-level: |
620 | | - voting: false |
| 607 | + - grenade: |
621 | 608 | branches: |
622 | | - - stable/2023.1 |
| 609 | + - ^.*/2025.2 |
| 610 | + - ^.*/2026.1 |
| 611 | + - master |
623 | 612 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
624 | 613 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
625 | 614 | # SLURP release only. |
|
646 | 635 | negate: true |
647 | 636 | gate: |
648 | 637 | jobs: |
649 | | - - grenade |
| 638 | + - grenade: |
| 639 | + branches: |
| 640 | + - ^.*/2025.2 |
| 641 | + - ^.*/2026.1 |
| 642 | + - master |
650 | 643 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
651 | 644 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
652 | 645 | # SLURP release only. |
|
681 | 674 | run on swift gate only. |
682 | 675 | check: |
683 | 676 | jobs: |
684 | | - - grenade |
| 677 | + - grenade: |
| 678 | + branches: |
| 679 | + - ^.*/2025.2 |
| 680 | + - ^.*/2026.1 |
| 681 | + - master |
685 | 682 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
686 | 683 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
687 | 684 | # SLURP release only. |
|
708 | 705 | negate: true |
709 | 706 | gate: |
710 | 707 | jobs: |
711 | | - - grenade |
| 708 | + - grenade: |
| 709 | + branches: |
| 710 | + - ^.*/2025.2 |
| 711 | + - ^.*/2026.1 |
| 712 | + - master |
712 | 713 | # on stable/2024.1(SLURP) grenade-skip-level is voting which test |
713 | 714 | # stable/2023.1 to stable/2024.1 upgrade. This is supposed to run on |
714 | 715 | # SLURP release only. |
|
0 commit comments