As Migration to bionic is completed or nodejs10 job running.
So we not required nodejs4 job anymore.
Change-Id: I404f0376f16bd57e46db1dc93411f1a2de9eeea2
Add file to the reno documentation build to show release notes for
stable/stein.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.
Change-Id: Ic5833c8e6182724fccde7095e82746f56e233449
Sem-Ver: feature
We need to switch these jobs to xenial. But while we're doing that,
let's shift to consuming a template managed in the horizon repo.
Depends-On: https://review.openstack.org/643198
Change-Id: I9c83b8a07f4b69c72dad619ac0130222c5e14e98
This patch adds basic tests to verify that vitrage-dashboard is
installed and could be opened.
Also it removes oslotest which is not used.
vitrage-dashboard-integration-tests job is added in a non-voting mode.
Change-Id: I03c6a28014a73605b72441a0241e1dc1cd3f908c
Commit I33eda3d4cbb0911143deedafb1bce4ee7101e06f refactored static files
but didn't include release notes. This patch adds it.
Change-Id: I3b34e06c9346f360dbdb53883d8643d2f65df32d
Since Horizon doesn't build static files using npm, we don't need
to keep npm-relade configs.
Also this patch removes minified JavaScript files which are not
used directly by Horizon and lead to some issues with licenses
during packaging.
This commit prepares vitrage-dashboard to switch to use XStatic-*
packages instead of vendorized scripts by removing all unnecessary
files from the repo.
Change-Id: I33eda3d4cbb0911143deedafb1bce4ee7101e06f
Story: 2004051
Task: 27057
The following alarm properties should not be visible in the UI:
vitrage_cached_id, vitrage_resource_type, vitrage_resource_id
Change-Id: I006e7b6a04056a541a9524a24ae0fe4c3a80a618
The commands used by constraints need at least tox 2.0. Update to
reflect reality, which should help with local running of constraints
targets.
Change-Id: Ib398f205e0558e1212fda63f4c22fd7e6edf9418
Using "python setup.py check -r -s" method of checking the package has
been deprecated with the new recommendation to build the sdist and
wheel, then running "twine check" against the output.
Luckily, there is already a job that covers this that only runs when the
README, setup.py, or setup.cfg files change, making running this in the
pep8 job redundant. This is covered by the test-release-openstack-python3
that is defined in the publish-to-pypi-python3 template.
More details can be found in this mailing list post:
http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html
Change-Id: Ic940cee100f4fe00521ba0559107b89ed82a25a0
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>