diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2022-08-05 16:03:03 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-08-10 16:46:05 -0400 |
commit | 297c7223831151e20288d2699a94d9b0d6da0d13 (patch) | |
tree | 363a9fdc4d52c15b0749fdfe536874bf5e60aead /contrib | |
parent | a6ea3325a08378c1b39a446647aa697b3bd31619 (diff) | |
download | podman-297c7223831151e20288d2699a94d9b0d6da0d13.tar.gz podman-297c7223831151e20288d2699a94d9b0d6da0d13.tar.bz2 podman-297c7223831151e20288d2699a94d9b0d6da0d13.zip |
[CI:COPR] podman.spec.rpkg: add python3 dependency for el8
EL8 builds are failing because hack/markdown-preprocess needs python3
which AFAICT isn't included by default in EL8 build environments.
This commit also includes an additional `[CI:COPR]` mode which is
currently runs the same tests as `[CI:DOCS]` but could differ in future.
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cirrus/CIModes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/cirrus/CIModes.md b/contrib/cirrus/CIModes.md index c782ca64b..0b5a189a6 100644 --- a/contrib/cirrus/CIModes.md +++ b/contrib/cirrus/CIModes.md @@ -85,6 +85,16 @@ of this document, it's not possible to override the behavior of `$CIRRUS_PR`. + meta + success +### Intended `[CI:COPR]` PR Tasks: ++ ext_svc_check ++ automation ++ *build* ++ validate ++ swagger ++ consistency ++ meta ++ success + ### Intend `[CI:BUILD]` PR Tasks: + ext_svc_check + automation |