public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] ci: add centos stream support
@ 2023-11-02  7:20 Li Wang
  2023-11-02  9:21 ` Petr Vorel
  0 siblings, 1 reply; 8+ messages in thread
From: Li Wang @ 2023-11-02  7:20 UTC (permalink / raw)
  To: ltp; +Cc: Chao Ye

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


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-11-06 11:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02  7:20 [LTP] [PATCH] ci: add centos stream support Li Wang
2023-11-02  9:21 ` Petr Vorel
2023-11-02  9:27   ` Li Wang
2023-11-03  9:14     ` Petr Vorel
2023-11-06  9:44       ` Li Wang
2023-11-06 10:40         ` Petr Vorel
2023-11-06 10:58           ` Li Wang
2023-11-06 11:00             ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox