Skip to content

Commit

Permalink
Merge pull request #5815 from janekmi/drop-debian-and-fedora
Browse files Browse the repository at this point in the history
common: drop Debian and Fedora from CI
  • Loading branch information
janekmi committed Jul 21, 2023
2 parents 1015c35 + ce1dc98 commit c8d311a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/docker_rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
CONFIG: [
"OS=centos OS_VER=7",
"OS=centos OS_VER=stream",
"OS=debian OS_VER=11",
"OS=fedora OS_VER=37",
"OS=opensuse-leap OS_VER=15",
"OS=rockylinux OS_VER=8",
"OS=rockylinux OS_VER=9",
"OS=ubuntu OS_VER=22.04",
]
include:
- {OS: opensuse-leap, OS_VER: 15}
- {OS: rockylinux, OS_VER: 8}
- {OS: rockylinux, OS_VER: 9}
- {OS: ubuntu, OS_VER: 22.04}
steps:
- name: Clone the git repo
uses: actions/checkout@v3

- name: Pull or rebuild the image
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh rebuild
- name: Rebuild the image
env:
OS: ${{ matrix.OS }}
OS_VER: ${{ matrix.OS_VER }}
run: cd $WORKDIR && ./pull-or-rebuild-image.sh rebuild
4 changes: 0 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
CONFIG: [
"OS=ubuntu OS_VER=22.04 MAKE_PKG=1 EXPERIMENTAL=y VALGRIND=0 NDCTL_ENABLE=n",
"OS=ubuntu OS_VER=22.04 MAKE_PKG=1 EXPERIMENTAL=y VALGRIND=0 NDCTL_ENABLE=n PMDK_CC=clang PMDK_CXX=clang++",
"OS=debian OS_VER=11 FAULT_INJECTION=1 TEST_BUILD=debug",
"OS=debian OS_VER=11 FAULT_INJECTION=1 TEST_BUILD=nondebug",
"OS=opensuse-leap OS_VER=15 FAULT_INJECTION=1 TEST_BUILD=debug",
"OS=opensuse-leap OS_VER=15 FAULT_INJECTION=1 TEST_BUILD=nondebug",
"OS=opensuse-leap OS_VER=15 MAKE_PKG=1 EXPERIMENTAL=y VALGRIND=0",
Expand All @@ -41,8 +39,6 @@ jobs:
"OS=rockylinux OS_VER=9 TEST_BUILD=debug",
"OS=rockylinux OS_VER=9 TEST_BUILD=nondebug",
"OS=rockylinux OS_VER=9 MAKE_PKG=1 EXPERIMENTAL=y VALGRIND=0",
"OS=fedora OS_VER=37 PMDK_CC=clang PMDK_CXX=clang++ TEST_BUILD=debug",
"OS=fedora OS_VER=37 PMDK_CC=clang PMDK_CXX=clang++ TEST_BUILD=nondebug",
]
steps:
- name: Clone the git repo
Expand Down

0 comments on commit c8d311a

Please sign in to comment.