summaryrefslogtreecommitdiff
path: root/playbooks/legacy/libec-pyeclib-unit/run.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-09-23 21:03:47 -0700
committerTim Burke <tim.burke@gmail.com>2020-09-24 11:46:42 -0700
commitf784efde006559655916b4c27a25d9dcee2b2a93 (patch)
treebd6f82c0607886c88039935a2cd87213bf0768b3 /playbooks/legacy/libec-pyeclib-unit/run.yaml
parentf2f83215b67749579c6d49f57b395c2e7928c499 (diff)
downloadpyeclib-f784efde006559655916b4c27a25d9dcee2b2a93.tar.gz
Move liberasurecode-git behavior into all tox envs with compilelibs marker
This should let us use that to test against master libec in the gate, rather than relying on legacy job cruft. It may complicate cross-project dependencies, but I don't know that we did that much anyways. Add a job to test against master libec on centos8, as well. Change-Id: I33553d9a3432d97a28e4ea685ffc7bc4fb92a340
Diffstat (limited to 'playbooks/legacy/libec-pyeclib-unit/run.yaml')
-rw-r--r--playbooks/legacy/libec-pyeclib-unit/run.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/playbooks/legacy/libec-pyeclib-unit/run.yaml b/playbooks/legacy/libec-pyeclib-unit/run.yaml
deleted file mode 100644
index 473a16b..0000000
--- a/playbooks/legacy/libec-pyeclib-unit/run.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-- hosts: all
- name: Autoconverted job legacy-libec-pyeclib-unit from old job gate-libec-pyeclib-unit-ubuntu-xenial
- 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 }}'