summaryrefslogtreecommitdiff
path: root/convey.yaml
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-26 03:41:21 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-26 03:41:21 -0500
commitf07cd334a6fd64044a72e051965d7e34a63f7b37 (patch)
tree6b482228cf73b932af30e67b03186536b38bfa13 /convey.yaml
parent031ddee9c578f487841f0a2cf7bb411deeda2f69 (diff)
downloadpidgin-f07cd334a6fd64044a72e051965d7e34a63f7b37.tar.gz
Update convey.yml for Fedora 36 and Ubuntu Kinetic
Testing Done: Ran both plans locally. Reviewed at https://reviews.imfreedom.org/r/1842/
Diffstat (limited to 'convey.yaml')
-rw-r--r--convey.yaml19
1 files changed, 6 insertions, 13 deletions
diff --git a/convey.yaml b/convey.yaml
index de1f6dc223..c9326d5398 100644
--- a/convey.yaml
+++ b/convey.yaml
@@ -20,9 +20,9 @@ tasks:
- appimage-x86_64
- clang
- debian-bookworm-amd64
- - fedora-35-amd64
+ - fedora-36-amd64
- scanbuild
- - ubuntu-jammy-amd64
+ - ubuntu-kinetic-amd64
docs-clean:
type: convey/clean
@@ -77,13 +77,6 @@ plans:
stages:
- tasks: [clean, docs-clean]
- debian-bullseye-amd64:
- environment: [TARGET=debian-bullseye-amd64]
- stages:
- - tasks: [import, build]
- - tasks: [export]
- run: always
-
debian-bookworm-amd64:
environment: [TARGET=debian-bookworm-amd64]
stages:
@@ -95,8 +88,8 @@ plans:
stages:
- tasks: [docs-clean, import, docs-build, docs-export]
- fedora-35-amd64:
- environment: [TARGET=fedora-35-amd64]
+ fedora-36-amd64:
+ environment: [TARGET=fedora-36-amd64]
stages:
- tasks: [import, build]
- tasks: [export]
@@ -109,8 +102,8 @@ plans:
- tasks: [export]
run: always
- ubuntu-jammy-amd64:
- environment: [TARGET=ubuntu-jammy-amd64]
+ ubuntu-kinetic-amd64:
+ environment: [TARGET=ubuntu-kinetic-amd64]
stages:
- tasks: [import, build]
- tasks: [export]