]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-perf: run run-cbt under bash on Jenkins 2634/head
authorKautilya Tripathi <kautilya.tripathi@ibm.com>
Mon, 29 Jun 2026 03:25:35 +0000 (08:55 +0530)
committerKautilya Tripathi <kautilya.tripathi@ibm.com>
Mon, 29 Jun 2026 03:26:33 +0000 (08:56 +0530)
Jenkins invokes shell steps as /bin/sh -xe when there is no shebang.
On Noble that is dash, which rejects set -o pipefail. Add #!/bin/bash
so Jenkins runs the run-cbt builder with bash.

Signed-off-by: Kautilya Tripathi <kautilya.tripathi@ibm.com>
ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml

index 8a473cc1d5916a58b429c992d563e385fd14f446..fe5d4180e1743dcb4b238b5c1ff4055916790a40 100644 (file)
@@ -49,6 +49,7 @@
     name: run-cbt
     builders:
       - shell: |
+          #!/bin/bash
           set -euxo pipefail
           cd {src-dir}
           git submodule update --init --recursive