summaryrefslogtreecommitdiff
path: root/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml')
-rw-r--r--playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml b/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
deleted file mode 100644
index 8c645b0..0000000
--- a/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-- hosts: all
- name: Autoconverted job legacy-libec-pyeclib-unit-centos-7 from old job gate-libec-pyeclib-unit-centos-7
- roles:
- - bindep
-
- tasks:
-
- - name: Ensure legacy workspace directory
- file:
- path: '{{ ansible_user_dir }}/workspace'
- state: directory
-
- - shell:
- cmd: |
- set -e
- set -x
- cd $WORKSPACE
- /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
- https://opendev.org \
- openstack/liberasurecode \
- openstack/pyeclib
- # build libec
- cd openstack/liberasurecode
- ./autogen.sh
- ./configure
- make
- sudo make install
- sudo bash -c "echo /usr/local/lib >> /etc/ld.so.conf"
- sudo ldconfig
- # test pyeclib
- cd $WORKSPACE/openstack/pyeclib
- tox -e py27
- executable: /bin/bash
- chdir: '{{ ansible_user_dir }}/workspace'
- environment: '{{ zuul | zuul_legacy_vars }}'