Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/watcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/watcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2025.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 15, 2025

  1. Update .gitreview for stable/2025.2

    Change-Id: I0daf401ec3ff968d21b54979a16cc0e821cce630
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    eb7ad60 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2025.2

    Update the URL to the upper-constraints file to point to the redirect
    rule on releases.openstack.org so that anyone working on this branch
    will switch to the correct upper-constraints list automatically when
    the requirements repository branches.
    
    Until the requirements repository has as stable/2025.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I2d56a75436026bfc745714473bba7a9a4075ef2e
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    6f1f8f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. use the correct package name for microversion-parse

    As of Ib97eea1037fac541c8ebadc526ae9c3bb160f685 the
    requirements check job nolonger uses pkg_resources
    to normalise the package names, this highlighted that
    we are not using the actuall name and were relying on
    that normalization for microversion-parse.
    
    This change fixes that by using the correct name.
    
    Change-Id: I5fb1717b6ce3662edf35a1ced10bc5fcbcd8fa07
    Signed-off-by: Sean Mooney <work@seanmooney.info>
    (cherry picked from commit f258537)
    SeanMooney committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e2ea34e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Consolidate and improve Zuul CI job definitions

    This commit reorganizes and enhances the Zuul CI job configuration
    to improve clarity, consistency, and coverage.
    
    1. Rename and restructure jobs:
       - Rename watcher-tempest-base-ipv6 to watcher-tempest-api-ipv6-only
       - Create a new multinode watcher-tempest base job
       - Rename watcher-tempest-strategies to watcher-tempest-gnocchi and
         use a standard base job
       - Remove actuator job and add actuator tests into other jobs
       - Rename ipv6 job
       - Rename prometheus and aetos jobs to follow a pattern
       - Maintains watcher-tempest-functional for now for compatibility with
         other repos, but should be removed soon.
    
    2. Enhance test coverage:
       - Add multiples jobs running in check to the gate pipelines
       - API tests, datamodel tests and actuator strategy tests now runs on
         multinode jobs, for different datasources.
    
    Depends-On: https://review.opendev.org/c/openstack/watcher-tempest-plugin/+/970472
    
    Change-Id: I25ae53a8b981db4fef6019915c1b249d74ce1452
    Signed-off-by: Douglas Viroel <viroel@gmail.com>
    (cherry picked from commit f01da48)
    viroel committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    eb65e77 View commit details
    Browse the repository at this point in the history
Loading