Skip to content

Commit

Permalink
Collate fio installations at one place
Browse files Browse the repository at this point in the history
Currently the commands for installing fio
is duplicated at two different places. This change
merges them and puts it into a common script at
perfmetrics/scripts/fio/install_fio.sh and invokes
it from both the places.
  • Loading branch information
gargnitingoogle committed Nov 16, 2023
1 parent c7e29d0 commit 3b65e0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perfmetrics/scripts/fio/install_fio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ sudo apt-get install -y libaio-dev
# The fix is not currently released in a package as of 20th Oct, 2023.
# TODO: install fio via package when release > 3.35 is available.
FIO_SRC_DIR="${KOKORO_ARTIFACTS_DIR}/github/fio"

sudo rm -rf "${FIO_SRC_DIR}" && \
git clone https://github.com/axboe/fio.git "$FIO_SRC_DIR"
cd "$FIO_SRC_DIR" && \
Expand Down

0 comments on commit 3b65e0d

Please sign in to comment.