Skip to content

Commit 966a4c1

Browse files
committed
Update ci with new file names
1 parent bd19b7f commit 966a4c1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

scripts/ci.bash

+4-7
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_vmops_maplat_b
3232
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_fxmark_bench --nocapture
3333
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_shmem_memcached_internal_benchmark --nocapture
3434
RUST_TEST_THREADS=1 cargo test --test s11* -- s11_linux_memcached_sharded_benchmark --nocapture
35-
# disabled for now as this causes too much issues with running for now
36-
# RUST_TEST_THREADS=1 cargo test --test s11* -- s11_rackscale_memcached_benchmark_sharded_nros --nocapture
3735

3836
# Clone repo
3937
rm -rf gh-pages
@@ -65,10 +63,9 @@ if [ -d "${DEPLOY_DIR}" ]; then
6563
fi
6664
mkdir -p ${DEPLOY_DIR}
6765
mv memcached_benchmark_internal.csv ${DEPLOY_DIR}
68-
mv memcached_benchmark_sharded_*.csv ${DEPLOY_DIR}
66+
mv linux_memcached_sharded_benchmark.csv ${DEPLOY_DIR}
6967
gzip ${DEPLOY_DIR}/memcached_benchmark_internal.csv
70-
# gzip ${DEPLOY_DIR}/memcached_benchmark_sharded_nros.csv
71-
gzip ${DEPLOY_DIR}/memcached_benchmark_sharded_linux.csv
68+
gzip ${DEPLOY_DIR}/linux_memcached_sharded_benchmark.csv
7269

7370
# Copy vmops results
7471
DEPLOY_DIR="gh-pages/vmops/${CI_MACHINE_TYPE}/${GIT_REV_CURRENT}/"
@@ -139,8 +136,8 @@ if [ -d "${DEPLOY_DIR}" ]; then
139136
DEPLOY_DIR=${DEPLOY_DIR}${DATE_PREFIX}
140137
fi
141138
mkdir -p ${DEPLOY_DIR}
142-
mv rackscale_shmem_memcached_benchmark.csv ${DEPLOY_DIR}
143-
gzip ${DEPLOY_DIR}/rackscale_shmem_memcached_benchmark.csv
139+
mv rackscale_shmem_memcached_internal_benchmark.csv ${DEPLOY_DIR}
140+
gzip ${DEPLOY_DIR}/rackscale_shmem_memcached_internal_benchmark.csv
144141

145142
# Update CI history plots
146143
python3 gh-pages/_scripts/ci_history.py --append --machine $CI_MACHINE_TYPE

0 commit comments

Comments
 (0)