gplugin/gplugin

Add fedora-25-amd64 and some other cleans up convey.yml
feature/convey
2017-09-26, Gary Kramlich
52c24c1f30c5
Parents 3ec68408044a
Children 356999b051e2
Add fedora-25-amd64 and some other cleans up convey.yml
  • +23 -9
    convey.yml
  • --- a/convey.yml Tue Sep 26 21:49:24 2017 -0500
    +++ b/convey.yml Tue Sep 26 21:49:44 2017 -0500
    @@ -8,27 +8,29 @@
    image: gplugin/builders:debian-jessie-amd64
    export-debian-oldstable-amd64:
    type: export
    - files:
    - - debian-oldstable-amd64:artifacts/
    + files: debian-oldstable-amd64:artifacts/
    build-debian-stable-amd64:
    image: gplugin/builders:debian-stretch-amd64
    export-debian-stable-amd64:
    type: export
    - files:
    - - debian-stable-amd64:artifacts/
    + files: debian-stable-amd64:artifacts/
    build-debian-testing-amd64:
    image: gplugin/builders:debian-buster-amd64
    export-debian-testing-amd64:
    type: export
    - files:
    - - debian-testing-amd64:artifacts/
    + files: debian-testing-amd64:artifacts/
    +
    + build-fedora-25-amd64:
    + image: gplugin/builders:fedora-25-amd64
    + export-fedora-25-amd64:
    + type: export
    + files: fedora-25-amd64:artifacts/
    build-coverity:
    image: gplugin/builders:coverity
    export-coverity:
    type: export
    - files:
    - - coverity:artifacts/coverity
    + files: coverity:artifacts/coverity
    plans:
    debian-oldstable-amd64:
    @@ -50,6 +52,13 @@
    - build-debian-testing-amd64
    - export-debian-testing-amd64
    + fedora-25-amd64:
    + stages:
    + - tasks:
    + - import
    + - build-fedora-25-amd64
    + - export-fedora-25-amd64
    +
    coverity:
    stages:
    - tasks:
    @@ -59,6 +68,11 @@
    meta-plans:
    debian:
    plans:
    + # old stable has a bunch of issues with
    + # old meson that need to be sorted out.
    + # - debian-oldstable-amd64
    - debian-stable-amd64
    - debian-testing-amd64
    -
    + fedora:
    + plans:
    + - fedora-25-amd64