Merge "Add native grenade zuul v3 jobs" into stable/train

This commit is contained in:
Zuul 2021-04-22 15:41:16 +00:00 committed by Gerrit Code Review
commit 437c43d452
3 changed files with 17 additions and 89 deletions

View File

@ -64,38 +64,30 @@
- job: - job:
name: grenade-heat name: grenade-heat
parent: legacy-dsvm-base parent: grenade
run: playbooks/devstack/grenade/run.yaml
post-run: playbooks/devstack/functional/post.yaml
timeout: 7800
required-projects: required-projects:
- openstack/grenade - opendev.org/openstack/heat
- openstack/devstack-gate - opendev.org/openstack/heat-tempest-plugin
- openstack/heat - opendev.org/openstack/python-heatclient
- openstack/heat-tempest-plugin
irrelevant-files:
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^heat/locale/.*$
- ^heat/tests/.*$
- ^releasenotes/.*$
- ^setup.cfg$
vars: vars:
configure_swap_size: 8192 configure_swap_size: 8192
topology: aio devstack_services:
branch_override: default h-api: true
h-api-cfn: true
h-eng: true
heat: true
# We do run a list of tests after upgrade. This is just to bypass the req from parent.
tempest_test_regex: ^heat_tempest_plugin\.tests\.functional\.test_nova_server_networks
tox_envlist: all
devstack_plugins:
heat: https://opendev.org/openstack/heat
tempest_plugins:
- heat-tempest-plugin
- job: - job:
name: grenade-heat-multinode name: grenade-heat-multinode
parent: grenade-heat parent: grenade-heat
nodeset: ubuntu-bionic-2-node nodeset: openstack-two-node-bionic
roles:
- zuul: zuul/zuul-jobs
pre-run: playbooks/devstack/multinode-networking/pre.yaml
vars:
topology: multinode
- project: - project:
templates: templates:

View File

@ -1,61 +0,0 @@
- hosts: primary
name: job for grenade-heat
tasks:
- name: Ensure legacy workspace directory
file:
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: |
set -e
set -x
cat > clonemap.yaml << EOF
clonemap:
- name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://opendev.org \
openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin heat https://opendev.org/openstack/heat
TEMPEST_PLUGINS+=' ../heat-tempest-plugin'
NOVA_ALLOW_MOVE_TO_SAME_HOST=True
EOF
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -e
set -x
export PROJECTS="openstack/grenade $PROJECTS"
export PROJECTS="openstack/heat-tempest-plugin $PROJECTS"
export PYTHONUNBUFFERED=true
export GRENADE_PLUGINRC="enable_grenade_plugin heat https://opendev.org/openstack/heat"
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
export DEVSTACK_GATE_GRENADE=pullup
if [ "{{ branch_override }}" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export DEVSTACK_GATE_TOPOLOGY="{{ topology }}"
export DEVSTACK_LOCAL_CONFIG=$'\n'"HOST_TOPOLOGY={{ topology }}"
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'

View File

@ -1,3 +0,0 @@
- hosts: all
roles:
- multi-node-firewall