summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..2565a73
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,25 @@
+- job:
+ name: liberasurecode-unittests
+ parent: unittests
+ description: |
+ Build and run test and valgrind-test for liberasurecode.
+ run: playbooks/unittests/run.yaml
+
+- job:
+ name: liberasurecode-unittests-centos-7
+ parent: liberasurecode-unittests
+ nodeset: centos-7
+ description: |
+ Build and run test and valgrind-test for liberasurecode.
+ This job runs on CentOS-7.
+
+- project:
+ check:
+ jobs:
+ - liberasurecode-unittests
+ gate:
+ jobs:
+ - liberasurecode-unittests
+ experimental:
+ jobs:
+ - liberasurecode-unittests-centos-7