]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests*: Don't risk exposing jenkins credentials 1508/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 25 Feb 2020 14:57:50 +0000 (09:57 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 25 Feb 2020 14:57:50 +0000 (09:57 -0500)
The `ps` command doesn't even get run currently because the job stops immediately after make check exits but let's not risk it.

Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-pull-requests-arm64/build/build
ceph-pull-requests/build/build

index 244a1436dcb7262960a5ea19ee1be28ee1f1f784..50a5effe7b40b660304b0cdf944ccf23ec8c300f 100644 (file)
@@ -5,4 +5,4 @@ export CHECK_MAKEOPTS="-j${n_test_jobs}"
 export BUILD_MAKEOPTS="-j${n_build_jobs}"
 timeout 3h ./run-make-check.sh
 sleep 5
-ps -ef | grep ceph || true
+ps -ef | grep -v jnlp | grep ceph || true
index bfeef75416ce79183e082446c3ed792e14c41a8f..669a4c25354cd9354d5afd9ff1f1ae53a57c93bb 100644 (file)
@@ -2,4 +2,4 @@
 export NPROC=$(nproc)
 timeout 3h ./run-make-check.sh
 sleep 5
-ps -ef | grep ceph || true
+ps -ef | grep -v jnlp | grep ceph || true