diff --git a/bin/ci/ci_run_n_monitor.sh b/bin/ci/ci_run_n_monitor.sh new file mode 100755 index 00000000000..ba6a7e33ed5 --- /dev/null +++ b/bin/ci/ci_run_n_monitor.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +set -eu + +this_dir=$(dirname -- "$(readlink -f -- "${BASH_SOURCE[0]}")") +readonly this_dir + +exec \ + "$this_dir/../python-venv.sh" \ + "$this_dir/requirements.txt" \ + "$this_dir/ci_run_n_monitor.py" "$@"