Skip to content

Commit

Permalink
Temporary debug
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 2, 2024
1 parent ce3ae5a commit 88bd1ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
uses: Ana06/[email protected]
- name: Validate Build
run: |
set -x
if [ "${{ matrix.compiler }}" == "intel" ]; then
export SKIP_CI_SPECS="${{ env.SKIP_CI_SPECS }} components/serial-libs/openblas/SPECS/openblas.spec"
export SKIP_CI_SPECS="${SKIP_CI_SPECS} components/dev-tools/scipy/SPECS/python-scipy.spec"
Expand Down Expand Up @@ -177,6 +178,7 @@ jobs:
uses: Ana06/[email protected]
- name: Validate Build
run: |
set -x
. /etc/profile.d/lmod.sh
tests/ci/run_build.py ohpc ${{ steps.files.outputs.added_modified }}
touch /tmp/empty
Expand Down Expand Up @@ -238,6 +240,7 @@ jobs:
uses: Ana06/[email protected]
- name: Validate Build
run: |
set -x
. /etc/profile.d/lmod.sh
tests/ci/run_build.py ohpc ${{ steps.files.outputs.added_modified }}
touch /tmp/empty
Expand Down
1 change: 1 addition & 0 deletions tests/ci/run_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def build_srpm_and_rpm(
total = 0
docs_spec_executed = False

logging.info("Going to process the following spec files: " % args.specfiles)
for spec in args.specfiles:
# if more than one docs related file are modified then
# build the docs.spec just once
Expand Down

0 comments on commit 88bd1ba

Please sign in to comment.