cb9f3da854
All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: Ib227f875beba5f8bb7cd41e8bef56c3f2486d534
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- nodejs4-jobs
|
|
- openstack-cover-jobs-horizon
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs-horizon
|
|
- openstack-python36-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- murano-dashboard-sanity-check
|
|
- horizon-openstack-tox-python3-django111
|
|
gate:
|
|
jobs:
|
|
- horizon-openstack-tox-python3-django111
|
|
|
|
- job:
|
|
name: murano-dashboard-sanity-check
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/murano-dashboard-sanity-check/run.yaml
|
|
post-run: playbooks/legacy/murano-dashboard-sanity-check/post.yaml
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
- ^doc/.*$
|
|
- ^.*\.rst$
|
|
- ^releasenotes/.*$
|
|
- ^muranodashboard/locale/.*$
|
|
- ^muranodashboard/tests/unit/.*$
|
|
voting: false
|
|
timeout: 10800
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/heat
|
|
- openstack/murano
|
|
- openstack/murano-dashboard
|
|
- openstack/python-heatclient
|
|
- openstack/python-muranoclient
|
|
- openstack/horizon
|
|
- openstack/heat-dashboard
|