Skip to content

Commit

Permalink
common: disable the first nightly stage (debug)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Michalski <[email protected]>
  • Loading branch information
janekmi committed Aug 4, 2023
1 parent b379f15 commit 93fdc3e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,39 @@ env:
SRC_CHECKERS: 0

jobs:
in-tree:
name: In-tree
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
CONFIG: [
"OS=ubuntu OS_VER=22.04",
"OS=opensuse-leap OS_VER=15",
"OS=rockylinux OS_VER=8",
"OS=rockylinux OS_VER=9",
]
TEST_BUILD: [debug, nondebug]
steps:
- name: Clone the git repo
uses: actions/checkout@v3
with:
fetch-depth: 50
# in-tree:
# name: In-tree
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# matrix:
# CONFIG: [
# "OS=ubuntu OS_VER=22.04",
# "OS=opensuse-leap OS_VER=15",
# "OS=rockylinux OS_VER=8",
# "OS=rockylinux OS_VER=9",
# ]
# TEST_BUILD: [debug, nondebug]
# steps:
# - name: Clone the git repo
# uses: actions/checkout@v3
# with:
# fetch-depth: 50

- name: Get system information
run: ./$WORKDIR/get-system-info.sh
# - name: Get system information
# run: ./$WORKDIR/get-system-info.sh

- name: Pull the image
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh
# - name: Pull the image
# run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh

- name: Run the build
run: cd $WORKDIR && ${{ matrix.CONFIG }}
TEST_BUILD=${{ matrix.TEST_BUILD }} ./build-CI.sh
# - name: Run the build
# run: cd $WORKDIR && ${{ matrix.CONFIG }}
# TEST_BUILD=${{ matrix.TEST_BUILD }} ./build-CI.sh


packaging:
name: Packaging
needs: in-tree
# needs: in-tree
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 93fdc3e

Please sign in to comment.