Remove legacy-hacking-integration-nova
The job is in-tree now, remove it. Change-Id: I53a528a7f0ec71cbfc3a7698d82fa6f933f85400 Depends-On: https://review.openstack.org/564786
This commit is contained in:
parent
cbecc4bb38
commit
149bdab3da
@ -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 }}'
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user