From: Anshuman Date: Wed, 29 Jul 2026 05:14:48 +0000 (+0530) Subject: Fix for ppc-make-check job X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8077e0db031ab9bca3dd3e13d288484a3082a9e1;p=ceph-build.git Fix for ppc-make-check job Signed-off-by: Anshuman --- diff --git a/ceph-make-check-periodic-ppc64/build/build b/ceph-make-check-periodic-ppc64/build/build index 2f8f0955d..df6b4df9c 100644 --- a/ceph-make-check-periodic-ppc64/build/build +++ b/ceph-make-check-periodic-ppc64/build/build @@ -1,14 +1,5 @@ #!/bin/bash -ex -docs_pr_only -container_pr_only -gha_pr_only -qa_pr_only -if [[ "$DOCS_ONLY" = true || "$CONTAINER_ONLY" = true || "$GHA_ONLY" == true || "$QA_ONLY" == true ]]; then - echo "Only the doc/, container/, qa/ or .github/ dir changed. No need to run make check." - exit 0 -fi - NPROC=$(nproc) NPMCACHE=${HOME}/npmcache cat >.env <