summaryrefslogtreecommitdiff
path: root/convey.yaml
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-12-20 05:45:55 -0600
committerGary Kramlich <grim@reaperworld.com>2021-12-20 05:45:55 -0600
commit343a945356f44d02df9b2e2797a1e2d87eaaebe9 (patch)
tree90d0f7149b60dad10462120d7ea8140d39e835a4 /convey.yaml
parentaa291c88dc771a6eb053e4e0d0100ef9e6b05c3a (diff)
downloadpidgin-343a945356f44d02df9b2e2797a1e2d87eaaebe9.tar.gz
Convey plan updates
* Replace fedora-34-amd64 with fedora-35-amd64 * Replace ubuntu-hirsute-amd64 with ubuntu-jammy-amd64 Testing Done: Ran both new plans and the clean plan to verify everything was running as expected. Reviewed at https://reviews.imfreedom.org/r/1191/
Diffstat (limited to 'convey.yaml')
-rw-r--r--convey.yaml13
1 files changed, 6 insertions, 7 deletions
diff --git a/convey.yaml b/convey.yaml
index c6b043a71d..c05ce16997 100644
--- a/convey.yaml
+++ b/convey.yaml
@@ -19,11 +19,10 @@ tasks:
files:
- appimage-x86_64
- clang
- - debian-bullseye-amd64
- debian-bookworm-amd64
- - fedora-34-amd64
+ - fedora-35-amd64
- scanbuild
- - ubuntu-hirsute-amd64
+ - ubuntu-jammy-amd64
docs-clean:
type: convey/clean
@@ -95,8 +94,8 @@ plans:
stages:
- tasks: [docs-clean, import, docs-build, docs-export]
- fedora-34-amd64:
- environment: [TARGET=fedora-34-amd64]
+ fedora-35-amd64:
+ environment: [TARGET=fedora-35-amd64]
stages:
- tasks: [import, build]
- tasks: [export]
@@ -109,8 +108,8 @@ plans:
- tasks: [export]
run: always
- ubuntu-hirsute-amd64:
- environment: [TARGET=ubuntu-hirsute-amd64]
+ ubuntu-jammy-amd64:
+ environment: [TARGET=ubuntu-jammy-amd64]
stages:
- tasks: [import, build]
- tasks: [export]