Skip to content

Commit 90aa871

Browse files
committed
disable nightly
1 parent bcd93c1 commit 90aa871

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

infra/nightly.sh

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@ else
2929
fi
3030

3131
# run
32-
RECURSE=1 LOG=1 \
33-
bash "$INFRA_DIR"/run.sh \
34-
"$BENCH_DIR" "$OUT_DIR" \
35-
--profile \
36-
--seed "$SEED" \
37-
--threads "$CORES" \
38-
$FLAGS
39-
40-
# run platforms eval
41-
# RM_CACHE=1 bash "$INFRA_DIR"/platforms-eval.sh "$OUT_DIR" 1
42-
43-
# upload
44-
bash $INFRA_DIR/publish.sh upload "$OUT_DIR"
32+
# RECURSE=1 LOG=1 \
33+
# bash "$INFRA_DIR"/run.sh \
34+
# "$BENCH_DIR" "$OUT_DIR" \
35+
# --profile \
36+
# --seed "$SEED" \
37+
# --threads "$CORES" \
38+
# $FLAGS
39+
40+
# # run platforms eval
41+
# # RM_CACHE=1 bash "$INFRA_DIR"/platforms-eval.sh "$OUT_DIR" 1
42+
43+
# # upload
44+
# bash $INFRA_DIR/publish.sh upload "$OUT_DIR"
45+
46+
47+
bash "nightly disabled"

0 commit comments

Comments
 (0)