]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pr-api: don't ignore qa/ folder changes 2535/head
authorNizamudeen A <nia@redhat.com>
Wed, 4 Feb 2026 06:44:27 +0000 (12:14 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 4 Feb 2026 06:44:27 +0000 (12:14 +0530)
API tests are run from qa/ folder so let's not ignore those changes

Signed-off-by: Nizamudeen A <nia@redhat.com>
ceph-pr-api/build/build

index 761f387e2767ba378dfaac7255054df419a5c4e2..44b81dcd767294efe1959fc1ecc5e8cff392417c 100644 (file)
@@ -7,9 +7,8 @@ fi
 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 or API tests."
+if [[ "$DOCS_ONLY" = true || "$CONTAINER_ONLY" = true || "$GHA_ONLY" == true ]]; then
+    echo "Only the doc/, container/ or .github/ dir changed.  No need to run make check or API tests."
     mkdir -p $WORKSPACE/build/out
     echo "File created to avoid Jenkins' Artifact Archiving plugin from hanging" > $WORKSPACE/build/out/mgr.foo.log
     exit 0