Add statement explaining "tips" job configuration

The configuration of the periodic "tips" jobs in .zuul.yaml may
be confusing, particularly after a stable branch is cut.   Add a
comment explaining what we're doing and why to reduce confusion.

Change-Id: I7bf676ac972af835c7a6b8d04815629752685765
This commit is contained in:
Brian Rosmaita 2018-10-11 12:00:52 -04:00
parent fb5bd5db32
commit ad46c752ef
1 changed files with 12 additions and 0 deletions

View File

@ -184,6 +184,18 @@
- glance_store-dsvm-functional-swift
periodic:
jobs:
# NOTE(rosmaita): we only want the "tips" jobs to be run against
# master, hence the 'branches' qualifiers below. Without them, when
# a stable branch is cut, the tests would be run against the stable
# branch as well, which is pointless because these libraries are
# frozen (more or less) in the stable branches.
#
# The "tips" jobs can be removed from the stable branch .zuul.yaml
# files if someone is so inclined, but that would require manual
# maintenance, so we do not do it by default. Another option is
# to define these jobs in the openstack-infra/project-config repo.
# That would make us less agile in adjusting these tests, so we
# aren't doing that either.
- glance_store-tox-py27-cinder-tips:
branches: master
- glance_store-tox-py35-cinder-tips: