Remove unneeded roles

We define these in zuul-jobs or openstack-zuul-jobs now.

Change-Id: I19496e372df722efef3a372b4da28a4fd2f79c18
Depends-On: Ic408618ba9d5e5b11c9fe5b614736f80fef1f75e
This commit is contained in:
Monty Taylor 2017-07-06 19:10:06 -05:00
parent aba784ba0b
commit f22040bb86
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
14 changed files with 0 additions and 62 deletions

View File

@ -1,13 +0,0 @@
---
- name: Check if projects tools/test-setup.sh exists.
stat:
path: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}/tools/test-setup.sh"
register: p
- name: Run tools/test-setup.sh.
shell: tools/test-setup.sh
args:
chdir: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}"
when:
- p.stat.exists
- p.stat.executable

View File

@ -1,8 +0,0 @@
- name: Remove sudo access for zuul user.
become: yes
file:
path: /etc/sudoers.d/zuul-sudo
state: absent
- name: Prove that general sudo access is actually revoked.
shell: ! sudo -n true

View File

@ -1,5 +0,0 @@
---
- name: Run install-distro-packages.sh
shell: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
args:
chdir: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}"

View File

@ -1,2 +0,0 @@
---
envlist: cover

View File

@ -1,4 +0,0 @@
- name: Execute run-cover.sh.
shell: "/usr/local/jenkins/slave_scripts/run-cover.sh {{ envlist }}"
args:
chdir: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}"

View File

@ -1,2 +0,0 @@
---
envlist: venv

View File

@ -1,4 +0,0 @@
- name: Execute run-docs.sh.
shell: "/usr/local/jenkins/slave_scripts/run-docs.sh {{ envlist }}"
args:
chdir: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}"

View File

@ -1,2 +0,0 @@
---
envlist: venv

View File

@ -1,4 +0,0 @@
- name: Execute run-tarball.sh.
shell: "/usr/local/jenkins/slave_scripts/run-tarball.sh {{ envlist }}"
args:
chdir: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}"

View File

@ -1,2 +0,0 @@
---
envlist: venv

View File

@ -1,4 +0,0 @@
- name: Run tox
shell: "/usr/local/jenkins/slave_scripts/run-tox.sh {{ envlist }}"
args:
chdir: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}"

View File

@ -1,2 +0,0 @@
---
envlist: venv

View File

@ -1,4 +0,0 @@
- name: Execute run-wheel.sh.
shell: "/usr/local/jenkins/slave_scripts/run-wheel.sh {{ envlist }}"
args:
chdir: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}"

View File

@ -1,6 +0,0 @@
- name: Collect sphinx build html.
synchronize:
dest: "{{ zuul.executor.log_root }}"
mode: pull
src: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}/doc/build/html"
no_log: true