Skip to content

Commit c91a18b

Browse files
committed
Limit scope of build/tests
Test-master-branch: grom72/sre-2832-fix-scratch-mount Skip-packaging-check: true Cancel-prev-build: false Allow-unstable-test: true Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
1 parent e5432d0 commit c91a18b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
// I.e. for testing library changes
88
//@Library(value="pipeline-lib@your_branch") _
99
@Library(value="pipeline-lib@sre-2932") _
10-
packageBuildingPipelineDAOSTest(['distros': ['el8', 'el9', 'leap15', 'ubuntu20.04'],
10+
//packageBuildingPipelineDAOSTest(['distros': ['el8', 'el9', 'leap15', 'ubuntu20.04'],
11+
packageBuildingPipelineDAOSTest(['distros': ['el8'],
1112
'test-tag': 'pr daosio'])

packaging/rpm_chrootbuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,8 @@ if [ -d /scratch/mock ]; then
161161
fi
162162
fi
163163

164+
if [ ! "$rc" == "0" ]; then
165+
echo "rc = $rc"
166+
fi
167+
164168
exit "$rc"

0 commit comments

Comments
 (0)