Codebase list liberasurecode / run/ec4f201b-3687-47f9-bb4e-f13fca95b509/main .zuul.yaml
run/ec4f201b-3687-47f9-bb4e-f13fca95b509/main

Tree @run/ec4f201b-3687-47f9-bb4e-f13fca95b509/main (Download .tar.gz)

.zuul.yaml @run/ec4f201b-3687-47f9-bb4e-f13fca95b509/mainraw · history · blame

- 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.

- job:
    name: liberasurecode-unittests-centos-8
    parent: liberasurecode-unittests
    nodeset: centos-8
    description: |
      Build and run test and valgrind-test for liberasurecode.
      This job runs on CentOS-8.

- project:
    check:
      jobs:
        - liberasurecode-unittests
        - liberasurecode-unittests-centos-7
        - liberasurecode-unittests-centos-8
    gate:
      jobs:
        - liberasurecode-unittests
        - liberasurecode-unittests-centos-7
        - liberasurecode-unittests-centos-8