Skip to content

Commit c1388b6

Browse files
ahmadelyousseffacebook-github-bot
authored andcommitted
Adding testcases for installation and for Sandcaslte execution (#220)
Summary: Pull Request resolved: #220 Adding wdl, syscall and health check to CI skycastle for installation. Adding execution testcases to skycaslte for feedsim, mediawiki, django, tao_bench, syscall, health_check, videoTranscodeBench with results and metrics validation for each benchmark. Execution testcases for WDL and Spark will be added in another diff. Differential Revision: D80754143 Privacy Context Container: L1362308
1 parent d6c7b6f commit c1388b6

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

benchpress/config/jobs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,10 +622,13 @@
622622
- '--ipv4 {ipv4}'
623623
- '--real'
624624
- '--sanity {sanity}'
625+
- '--local-hostname "{local_hostname}"'
626+
625627
vars:
626628
- 'ipv4=0'
627629
- 'sanity=0'
628630
- 'dataset_name=bpc_t93586_s2_synthetic_5GB'
631+
- 'local_hostname='
629632
hooks:
630633
- hook: copymove
631634
options:

scripts/install-deps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
centos9() {
1212
echo "Installing dependencies for CentOS 9"
1313

14-
$SUDO dnf install -y git python3-click python3-pyyaml python3-tabulate python3-pip xz-devel
14+
$SUDO dnf install -y git python3-click python3-pyyaml python3-tabulate python3-pip xz-devel lshw sysstat dmidecode
1515
pip-3.9 install pandas packaging
1616

1717
# These are not necessary if it's run under internal test env
@@ -38,7 +38,7 @@ centos8() {
3838
read -n 1 -s -r -p "Press any key to continue. "
3939
echo
4040

41-
$SUDO dnf install -y python38 python38-pip git
41+
$SUDO dnf install -y python38 python38-pip git lshw sysstat dmidecode
4242
$SUDO alternatives --set python3 /usr/bin/python3.8
4343
pip-3.8 install click pyyaml tabulate pandas packaging
4444

@@ -54,7 +54,7 @@ ubuntu22() {
5454
echo "Installing dependencies for Ubuntu 22.04"
5555

5656
$SUDO apt update
57-
$SUDO apt install -y python3-pip git
57+
$SUDO apt install -y python3-pip git lshw sysstat dmidecode
5858
$SUDO pip3 install click pyyaml tabulate pandas packaging
5959
}
6060

0 commit comments

Comments
 (0)