Remove openstack-helm-single-node nodeset

Change-Id: I85a1a27e851d1dd0c1e98478c54452ee4d1d3d91
This commit is contained in:
Sergiy Markin 2024-02-14 14:36:57 +00:00
parent afc7ee07bb
commit e57da23d42
1 changed files with 36 additions and 7 deletions

View File

@ -11,11 +11,11 @@
# limitations under the License.
- project:
templates:
- openstack-cover-jobs
- docs-on-readthedocs
- openstack-python38-jobs
- openstack-python36-jobs
# templates:
# - openstack-cover-jobs
# - docs-on-readthedocs
# - openstack-python38-jobs
# - openstack-python36-jobs
vars:
rtd_webhook_id: '38572'
rtd_project_name: 'airship-deckhand'
@ -38,6 +38,10 @@
- openstack-tox-pep8
- deckhand-airskiff-deployment-focal
- deckhand-airskiff-deployment-bionic
- deckhand-openstack-tox-docs
- deckhand-openstack-tox-cover
- deckhand-openstack-tox-py38
- deckhand-openstack-tox-py36
gate:
jobs:
- deckhand-tox-py36-postgresql
@ -56,6 +60,10 @@
- openstack-tox-pep8
- deckhand-airskiff-deployment-focal
- deckhand-airskiff-deployment-bionic
- deckhand-openstack-tox-docs
- deckhand-openstack-tox-cover
- deckhand-openstack-tox-py38
- deckhand-openstack-tox-py36
post:
jobs:
- deckhand-upload-git-mirror
@ -89,6 +97,27 @@
- name: primary
label: ubuntu-focal
- job:
name: deckhand-openstack-tox-docs
parent: openstack-tox-docs
nodeset: deckhand-single-node-focal
- job:
name: deckhand-openstack-tox-cover
parent: openstack-tox-cover
nodeset: deckhand-single-node-focal
- job:
name: deckhand-openstack-tox-py38
parent: openstack-tox-py38
nodeset: deckhand-single-node-focal
- job:
name: deckhand-openstack-tox-py36
parent: openstack-tox-py36
nodeset: deckhand-single-node
- job:
name: deckhand-tox-py38-postgresql
parent: openstack-tox-py38
@ -268,7 +297,7 @@
Run tox-based integration tests for the Airship Deckhand project under
cPython version 3.8. Builds ubuntu (focal) deckhand image.
parent: deckhand-integration-docker-base
nodeset: openstack-helm-single-node
nodeset: deckhand-single-node-focal
vars:
disable_keystone: false
distro: ubuntu_focal
@ -279,7 +308,7 @@
Run tox-based integration tests for the Airship Deckhand project under
cPython version 3.6. Builds ubuntu (focal) deckhand image.
parent: deckhand-integration-docker-base
nodeset: openstack-helm-single-node
nodeset: deckhand-single-node-focal
vars:
disable_keystone: false
distro: ubuntu_focal