Skip to content

Commit

Permalink
Adding jenkins job for maintainer tool
Browse files Browse the repository at this point in the history
Signed-off-by: Deepali Kasture <[email protected]>
  • Loading branch information
deepalik21 committed Sep 23, 2022
1 parent 4d81054 commit 6461f5e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ceph-maintainer-tool/build/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

# the following two methods exist in scripts/build_utils.sh
pkgs=( "python-ldap" )
TEMPVENV=$(create_venv_dir)
VENV=${TEMPVENV}/bin

install_python_packages $TEMPVENV "pkgs[@]"

cd "$WORKSPACE/ceph/"
#run maintainer tool script over ceph repo
$VENV/python "$WORKSPACE/ceph-maintainer-tool/maintainer-tool.py" src/pybind/mgr/

0 comments on commit 6461f5e

Please sign in to comment.