gplugin/gplugin

Add a fedora-39-amd64 plan

5 months ago, Gary Kramlich
f33df04d83ac
Parents 74033ca9b480
Children 68dd73ba5ba8
Add a fedora-39-amd64 plan

Testing Done:
Ran the plan locally and verified its artifacts were cleaned properly.

Reviewed at https://reviews.imfreedom.org/r/2793/
  • +8 -0
    convey.yml
  • --- a/convey.yml Wed Nov 08 04:16:47 2023 -0600
    +++ b/convey.yml Wed Nov 08 05:16:43 2023 -0600
    @@ -18,6 +18,7 @@
    - debian-trixie-riscv64
    - dist
    - fedora-38-amd64
    + - fedora-39-amd64
    - fedora-rawhide-amd64
    - i18n
    - opensuse-tumbleweed-amd64
    @@ -150,6 +151,12 @@
    - tasks: [import, build]
    - tasks: [export]
    run: always
    + fedora-39-amd64:
    + environment: TARGET=fedora-39-amd64
    + stages:
    + - tasks: [import, build]
    + - tasks: [export]
    + run: always
    fedora-rawhide-amd64:
    environment: TARGET=fedora-rawhide-amd64
    stages:
    @@ -200,6 +207,7 @@
    - debian-trixie-amd64
    - dist
    - fedora-38-amd64
    + - fedora-39-amd64
    - fedora-rawhide-amd64
    - opensuse-tumbleweed-amd64
    - ubuntu-mantic-amd64