Followup opendev cleanup and test jobs
Depends-On: https://review.opendev.org/#/c/653964/ Change-Id: Icdd50ca6f1d4b982ca260ea43aafe95ea1e7d117 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
parent
3cbee7c788
commit
4a0dc9e70e
@ -30,7 +30,7 @@
|
||||
Base job for StarlingX Flock components DevStack tests
|
||||
nodeset: openstack-single-node-bionic
|
||||
roles:
|
||||
- zuul: openstack-infra/devstack
|
||||
- zuul: openstack/devstack
|
||||
timeout: 9000
|
||||
required-projects:
|
||||
- name: openstack/devstack
|
||||
@ -107,8 +107,8 @@
|
||||
# StarlingX services
|
||||
platform-util: true
|
||||
devstack_plugins:
|
||||
stx-integ: https://git.starlingx.io/stx-integ
|
||||
stx-update: https://git.starlingx.io/stx-update
|
||||
integ: https://opendev.org/starlingx/integ
|
||||
update: https://opendev.org/starlingx/update
|
||||
|
||||
- job:
|
||||
name: stx-integ-pylint
|
||||
|
@ -1,5 +1,5 @@
|
||||
=========
|
||||
stx-integ
|
||||
=========
|
||||
=====
|
||||
integ
|
||||
=====
|
||||
|
||||
StarlingX Integration
|
||||
|
@ -6,7 +6,7 @@
|
||||
echo_summary "stx-integ devstack plugin.sh called: $1/$2"
|
||||
|
||||
# check for service enabled
|
||||
if is_service_enabled stx-integ; then
|
||||
if is_service_enabled integ; then
|
||||
if [[ "$1" == "stack" && "$2" == "install" ]]; then
|
||||
# Perform installation of source
|
||||
echo_summary "Install stx-integ"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Devstack settings
|
||||
|
||||
# This plugin enables StarlingX stx-integ services and follows the
|
||||
# This plugin enables StarlingX integ services and follows the
|
||||
# DevStack plugin contract:
|
||||
# https://docs.openstack.org/devstack/latest/plugins.html#plugin-sh-contract
|
||||
|
||||
@ -11,15 +11,15 @@
|
||||
# Defaults
|
||||
# --------
|
||||
|
||||
STX_INTEG_NAME=stx-integ
|
||||
STX_INTEG_NAME=integ
|
||||
|
||||
######### Plugin Specific ##########
|
||||
enable_service $STX_INTEG_NAME
|
||||
|
||||
# This must not use any variables to work properly in OpenStack's DevStack playbook
|
||||
define_plugin stx-integ
|
||||
define_plugin integ
|
||||
# This works for Zuul jobs using OpenStack's DevStack roles
|
||||
plugin_requires stx-integ stx-update
|
||||
plugin_requires integ update
|
||||
|
||||
# Initial source of lib script
|
||||
source $DEST/stx-integ/devstack/lib/stx-integ
|
||||
source $DEST/integ/devstack/lib/integ
|
||||
|
8
tox.ini
8
tox.ini
@ -86,10 +86,10 @@ commands =
|
||||
[testenv:pylint]
|
||||
basepython = python2.7
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
-e{[tox]stxdir}/stx-update/tsconfig/tsconfig
|
||||
-e{[tox]stxdir}/stx-fault/fm-api
|
||||
-e{[tox]stxdir}/stx-config/sysinv/sysinv/sysinv
|
||||
-e{[tox]stxdir}/stx-config/sysinv/cgts-client/cgts-client
|
||||
-e{[tox]stxdir}/update/tsconfig/tsconfig
|
||||
-e{[tox]stxdir}/fault/fm-api
|
||||
-e{[tox]stxdir}/config/sysinv/sysinv/sysinv
|
||||
-e{[tox]stxdir}/config/sysinv/cgts-client/cgts-client
|
||||
docutils
|
||||
keyring
|
||||
libvirt-python
|
||||
|
Loading…
Reference in New Issue
Block a user