gplugin/gplugin

50f9d3a551a3
Parents ed83ab9e189b
Children ef60f88bb66d
Always export our builds at least for logging purposes

Testing Done:
Ran some of the plans locally

Reviewed at https://reviews.imfreedom.org/r/998/
  • +32 -10
    convey.yml
  • --- a/convey.yml Mon Oct 04 17:39:36 2021 -0500
    +++ b/convey.yml Tue Oct 05 00:23:49 2021 -0500
    @@ -80,7 +80,9 @@
    alpine-edge-amd64:
    environment: TARGET=alpine-edge-amd64
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    clang-format:
    environment: TARGET=clang-format
    @@ -90,20 +92,28 @@
    debian-bookworm-amd64:
    environment: TARGET=debian-bookworm-amd64
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    debian-bookworm-arm64:
    environment: TARGET=debian-bookworm-arm64
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    debian-bookworm-armhf:
    environment: TARGET=debian-bookworm-armhf
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    dist:
    environment: TARGET=dist
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    docs:
    stages:
    @@ -112,21 +122,29 @@
    fedora-34-amd64:
    environment: TARGET=fedora-34-amd64
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    fedora-rawhide-amd64:
    environment: TARGET=fedora-rawhide-amd64
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    i18n:
    environment: TARGET=i18n
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    opensuse-tumbleweed-amd64:
    environment: TARGET=opensuse-tumbleweed-amd64
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    scanbuild:
    environment: TARGET=scanbuild
    @@ -139,11 +157,15 @@
    environment: TARGET=simple
    stages:
    - tasks: [import, build]
    + - tasks: [export]
    + run: always
    ubuntu-hirsute-amd64:
    environment: TARGET=ubuntu-hirsute-amd64
    stages:
    - - tasks: [import, build, export]
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    valgrind:
    environment: TARGET=valgrind