Skip to content

Commit 9d196b1

Browse files
ahmadelyousseffacebook-github-bot
authored andcommitted
TEST (do not land): trigger all DCPerf Github CI workflows
Differential Revision: D113831906
1 parent 00e5853 commit 9d196b1

9 files changed

Lines changed: 18 additions & 0 deletions

File tree

packages/django_workload/install_django_workload.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,5 @@ if ! [ -d wrk ]; then
193193
popd # wrk
194194
fi
195195
popd # "${DJANGO_WORKLOAD_ROOT}"
196+
197+
# CI trigger test (throwaway) — verify change-based workflow triggering

packages/feedsim/install_feedsim.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,3 +367,5 @@ msg ""
367367
msg "Or use the standard PageRank workload:"
368368
msg " ./run.sh"
369369
msg ""
370+
371+
# CI trigger test (throwaway) — verify change-based workflow triggering

packages/health_check/install_health_check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ if [ "$(uname -m)" = "aarch64" ]; then
5050
fi
5151

5252
cp "${BENCHPRESS_ROOT}/packages/health_check/run.sh" "${HEALTH_ROOT}/run.sh"
53+
54+
# CI trigger test (throwaway) — verify change-based workflow triggering

packages/mediawiki/install_oss_performance_mediawiki.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,5 @@ fi
286286
# Ensure the script exits cleanly
287287
echo "Installation completed successfully. MariaDB restarted with new configuration."
288288
exit 0
289+
290+
# CI trigger test (throwaway) — verify change-based workflow triggering

packages/spark_standalone/install_spark_standalone.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ mkdir -p "${OUT}/queries"
5656
cp "${TEMPLATES_DIR}/release_test_93586_3x.sql" "${OUT}/queries/"
5757

5858
echo "SPARK_Standalone installed into ./benchmarks/spark_standalone"
59+
60+
# CI trigger test (throwaway) — verify change-based workflow triggering

packages/syscall/install_syscall.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ fi
2222
pushd "$PKG_SYSCALL_ROOT"
2323
make -j"$(nproc)"
2424
popd
25+
26+
# CI trigger test (throwaway) — verify change-based workflow triggering

packages/tao_bench/install_tao_bench.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ BPKGS_TAO_BENCH_ROOT="$(dirname "$(readlink -f "$0")")" # Path to dir with this
1212
ARCH="$(uname -m)"
1313
"${BPKGS_TAO_BENCH_ROOT}"/install_tao_bench_"${ARCH}".sh
1414
exit $?
15+
16+
# CI trigger test (throwaway) — verify change-based workflow triggering

packages/video_transcode_bench/install_video_transcode_bench.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,5 @@ ldconfig 2>/dev/null || true
242242
popd
243243

244244
exit $?
245+
246+
# CI trigger test (throwaway) — verify change-based workflow triggering

packages/wdl_bench/install_wdl_bench.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,3 +679,5 @@ cp "${BPKGS_WDL_ROOT}/baseline_results" ./ -r
679679
popd
680680

681681
exit $?
682+
683+
# CI trigger test (throwaway) — verify change-based workflow triggering

0 commit comments

Comments
 (0)