From: Li Wang <liwang@redhat.com>
To: ltp@lists.linux.it
Cc: Chao Ye <cye@redhat.com>
Subject: [LTP] [PATCH] ci: add centos stream support
Date: Thu, 2 Nov 2023 15:20:30 +0800 [thread overview]
Message-ID: <20231102072030.1800796-1-liwang@redhat.com> (raw)
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
next reply other threads:[~2023-11-02 7:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-02 7:20 Li Wang [this message]
2023-11-02 9:21 ` [LTP] [PATCH] ci: add centos stream support 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231102072030.1800796-1-liwang@redhat.com \
--to=liwang@redhat.com \
--cc=cye@redhat.com \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox