Merge "Remove legacy-hacking-integration-nova"

This commit is contained in:
Zuul 2018-05-24 04:41:11 +00:00 committed by Gerrit Code Review
commit ab4b62987c
2 changed files with 0 additions and 45 deletions

View File

@ -1,39 +0,0 @@
- hosts: all
name: Autoconverted job legacy-hacking-integration-nova from old job gate-hacking-integration-nova
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
file:
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: |
set -x
sudo rm -f /etc/sudoers.d/zuul
# Prove that general sudo access is actually revoked
! sudo -n true
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: |
set -u
set -e
set -x
cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
git://git.openstack.org \
openstack-dev/hacking \
openstack/nova
cd openstack-dev/hacking
tox -e integration openstack nova \
$WORKSPACE/openstack/nova
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'

View File

@ -530,12 +530,6 @@
post-run: playbooks/legacy/groups-unittests/post.yaml
timeout: 1800
- job:
name: legacy-hacking-integration-nova
parent: legacy-base
run: playbooks/legacy/hacking-integration-nova/run.yaml
timeout: 1800
- job:
name: legacy-js-generator-openstack-nodejs6-npm-docs
parent: legacy-base