Codebase list liberasurecode / debian/1.6.1-2 .zuul.yaml
debian/1.6.1-2

Tree @debian/1.6.1-2 (Download .tar.gz)

.zuul.yaml @debian/1.6.1-2raw · 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.

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