Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/dcperf_ci_django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@
name: DCPerf Django CI

on:
# PR Trigger
# PR Trigger — only run when files affecting this benchmark change
#
pull_request:
paths:
- 'packages/common/os-distro.sh'
- 'packages/django_workload/**'

# Push Trigger (enable to catch errors coming out of multiple merges)
#
push:
branches:
- main
paths:
- 'packages/common/os-distro.sh'
- 'packages/django_workload/**'

# Manual Trigger
#
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/dcperf_ci_feedsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@
name: DCPerf FeedSim CI

on:
# PR Trigger
# PR Trigger — only run when files affecting this benchmark change
#
pull_request:
paths:
- 'packages/common/os-distro.sh'
- 'packages/feedsim/**'

# Push Trigger (enable to catch errors coming out of multiple merges)
#
push:
branches:
- main
paths:
- 'packages/common/os-distro.sh'
- 'packages/feedsim/**'

# Manual Trigger
#
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/dcperf_ci_health_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
name: DCPerf Health_check CI

on:
# PR Trigger
# PR Trigger — only run when files affecting this benchmark change
#
pull_request:
paths:
- 'packages/health_check/**'

# Push Trigger (enable to catch errors coming out of multiple merges)
#
push:
branches:
- main
paths:
- 'packages/health_check/**'

# Manual Trigger
#
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/dcperf_ci_mediawiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
name: DCPerf Mediawiki CI

on:
# PR Trigger
# PR Trigger — only run when files affecting this benchmark change
#
pull_request:
paths:
- 'packages/mediawiki/**'

# Push Trigger (enable to catch errors coming out of multiple merges)
#
push:
branches:
- main
paths:
- 'packages/mediawiki/**'

# Manual Trigger
#
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/dcperf_ci_spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
name: DCPerf Spark CI

on:
# PR Trigger
# PR Trigger — only run when files affecting this benchmark change
#
pull_request:
paths:
- 'packages/spark_standalone/**'

# Push Trigger (enable to catch errors coming out of multiple merges)
#
push:
branches:
- main
paths:
- 'packages/spark_standalone/**'

# Manual Trigger
#
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/dcperf_ci_syscall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
name: DCPerf Syscall CI

on:
# PR Trigger
# PR Trigger — only run when files affecting this benchmark change
#
pull_request:
paths:
- 'packages/syscall/**'

# Push Trigger (enable to catch errors coming out of multiple merges)
#
push:
branches:
- main
paths:
- 'packages/syscall/**'

# Manual Trigger
#
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/dcperf_ci_tao_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@
name: DCPerf Tao_bench CI

on:
# PR Trigger
# PR Trigger — only run when files affecting this benchmark change
#
pull_request:
paths:
- 'packages/common/affinitize/**'
- 'packages/common/certs.tar.gz'
- 'packages/common/os-distro.sh'
- 'packages/tao_bench/**'

# Push Trigger (enable to catch errors coming out of multiple merges)
#
push:
branches:
- main
paths:
- 'packages/common/affinitize/**'
- 'packages/common/certs.tar.gz'
- 'packages/common/os-distro.sh'
- 'packages/tao_bench/**'

# Manual Trigger
#
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/dcperf_ci_video_transcode_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
name: DCPerf VideoTranscodeBench CI

on:
# PR Trigger
# PR Trigger — only run when files affecting this benchmark change
#
pull_request:
paths:
- 'packages/video_transcode_bench/**'

# Push Trigger (enable to catch errors coming out of multiple merges)
#
push:
branches:
- main
paths:
- 'packages/video_transcode_bench/**'

# Manual Trigger
#
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/dcperf_ci_wdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
name: DCPerf wdl CI

on:
# PR Trigger
# PR Trigger — only run when files affecting this benchmark change
#
pull_request:
paths:
- 'packages/wdl_bench/**'

# Push Trigger (enable to catch errors coming out of multiple merges)
#
push:
branches:
- main
paths:
- 'packages/wdl_bench/**'

# Manual Trigger
#
Expand Down
2 changes: 2 additions & 0 deletions packages/django_workload/install_django_workload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,5 @@ if ! [ -d wrk ]; then
popd # wrk
fi
popd # "${DJANGO_WORKLOAD_ROOT}"

# CI trigger test (throwaway) — verify change-based workflow triggering
2 changes: 2 additions & 0 deletions packages/feedsim/install_feedsim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,5 @@ msg ""
msg "Or use the standard PageRank workload:"
msg " ./run.sh"
msg ""

# CI trigger test (throwaway) — verify change-based workflow triggering
2 changes: 2 additions & 0 deletions packages/health_check/install_health_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ if [ "$(uname -m)" = "aarch64" ]; then
fi

cp "${BENCHPRESS_ROOT}/packages/health_check/run.sh" "${HEALTH_ROOT}/run.sh"

# CI trigger test (throwaway) — verify change-based workflow triggering
2 changes: 2 additions & 0 deletions packages/mediawiki/install_oss_performance_mediawiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,5 @@ fi
# Ensure the script exits cleanly
echo "Installation completed successfully. MariaDB restarted with new configuration."
exit 0

# CI trigger test (throwaway) — verify change-based workflow triggering
2 changes: 2 additions & 0 deletions packages/spark_standalone/install_spark_standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ mkdir -p "${OUT}/queries"
cp "${TEMPLATES_DIR}/release_test_93586_3x.sql" "${OUT}/queries/"

echo "SPARK_Standalone installed into ./benchmarks/spark_standalone"

# CI trigger test (throwaway) — verify change-based workflow triggering
2 changes: 2 additions & 0 deletions packages/syscall/install_syscall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ fi
pushd "$PKG_SYSCALL_ROOT"
make -j"$(nproc)"
popd

# CI trigger test (throwaway) — verify change-based workflow triggering
2 changes: 2 additions & 0 deletions packages/tao_bench/install_tao_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ BPKGS_TAO_BENCH_ROOT="$(dirname "$(readlink -f "$0")")" # Path to dir with this
ARCH="$(uname -m)"
"${BPKGS_TAO_BENCH_ROOT}"/install_tao_bench_"${ARCH}".sh
exit $?

# CI trigger test (throwaway) — verify change-based workflow triggering
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,5 @@ ldconfig 2>/dev/null || true
popd

exit $?

# CI trigger test (throwaway) — verify change-based workflow triggering
2 changes: 2 additions & 0 deletions packages/wdl_bench/install_wdl_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -679,3 +679,5 @@ cp "${BPKGS_WDL_ROOT}/baseline_results" ./ -r
popd

exit $?

# CI trigger test (throwaway) — verify change-based workflow triggering
Loading