summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playbooks/legacy/ironic-python-agent-buildimage-coreos/run.yaml8
-rw-r--r--playbooks/legacy/ironic-python-agent-buildimage-tinyipa/run.yaml8
2 files changed, 6 insertions, 10 deletions
diff --git a/playbooks/legacy/ironic-python-agent-buildimage-coreos/run.yaml b/playbooks/legacy/ironic-python-agent-buildimage-coreos/run.yaml
index ee3f0111..98ceea73 100644
--- a/playbooks/legacy/ironic-python-agent-buildimage-coreos/run.yaml
+++ b/playbooks/legacy/ironic-python-agent-buildimage-coreos/run.yaml
@@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-ironic-python-agent-buildimage-coreos from old job
ironic-python-agent-buildimage-coreos-ubuntu-xenial
+ roles:
+ - bindep
+
tasks:
- name: Ensure legacy workspace directory
@@ -38,11 +41,6 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
- cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
- chdir: '{{ ansible_user_dir }}/workspace'
- environment: '{{ zuul | zuul_legacy_vars }}'
-
- - shell:
cmd: |
set -e
set -x
diff --git a/playbooks/legacy/ironic-python-agent-buildimage-tinyipa/run.yaml b/playbooks/legacy/ironic-python-agent-buildimage-tinyipa/run.yaml
index feeb4874..ca9ccf61 100644
--- a/playbooks/legacy/ironic-python-agent-buildimage-tinyipa/run.yaml
+++ b/playbooks/legacy/ironic-python-agent-buildimage-tinyipa/run.yaml
@@ -1,6 +1,9 @@
- hosts: all
name: Autoconverted job legacy-ironic-python-agent-buildimage-tinyipa from old job
ironic-python-agent-buildimage-tinyipa-ubuntu-xenial
+ roles:
+ - bindep
+
tasks:
- name: Ensure legacy workspace directory
@@ -38,11 +41,6 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
- cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
- chdir: '{{ ansible_user_dir }}/workspace'
- environment: '{{ zuul | zuul_legacy_vars }}'
-
- - shell:
cmd: |
set -e
set -x