[LTP] [PATCH] ci: add centos stream support
Li Wang
liwang@redhat.com
Thu Nov 2 08:20:30 CET 2023
This is base on Peter's patch:
CI: ReAplace CentOS 7 with openSUSE Leap 42.2, Ubuntu xenial
Ci: https://github.com/wangli5665/ltp/actions/runs/6729379565
Signed-off-by: Li Wang <liwang@redhat.com>
Cc: Chao Ye <cye@redhat.com>
Cc: Jan Stancek <jstancek@redhat.com>
Cc: Petr Vorel <pvorel@suse.cz>
---
.github/workflows/ci.yml | 12 ++++++++++++
ci/{centos.sh => quay.io.sh} | 0
2 files changed, 12 insertions(+)
rename ci/{centos.sh => quay.io.sh} (100%)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9a8a66b6d..27cc5fd72 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -69,6 +69,18 @@ jobs:
METADATA: asciidoc-pdf
TREE: out
+ - container: "quay.io/centos/centos:stream8"
+ env:
+ CC: gcc
+ METADATA: asciidoc-pdf
+ TREE: out
+
+ - container: "quay.io/centos/centos:stream9"
+ env:
+ CC: gcc
+ METADATA: asciidoc-pdf
+ TREE: out
+
- container: "debian:testing"
env:
CC: gcc
diff --git a/ci/centos.sh b/ci/quay.io.sh
similarity index 100%
rename from ci/centos.sh
rename to ci/quay.io.sh
--
2.40.1
More information about the ltp
mailing list