Skip to content

Commit 5380a5e

Browse files
committed
CI: Disable pushing metrics during e2e tests
1 parent efa9828 commit 5380a5e

4 files changed

Lines changed: 12 additions & 20 deletions

File tree

.buildkite/benchmarks.pipeline.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ steps:
124124
- rm -rf /var/tmp/benchmarks/*
125125
- >-
126126
.buildkite/scripts/test_e2e.sh
127-
--metrics.address $METRICS_PUSH_ADDR
128-
--metrics.interval 5s
129-
--metrics.labels instance=$BUILDKITE_PIPELINE_NAME-$BUILDKITE_BUILD_NUMBER
130127
--num_runs $NUM_RUNS
131128
--scenario $SCENARIOS
132129
env:
@@ -136,16 +133,16 @@ steps:
136133
plugins:
137134
<<: *docker_plugin
138135

139-
# Wait for all jobs defined before this point
140-
# to finish running in parallel before continuing.
141-
- wait
136+
# # Wait for all jobs defined before this point
137+
# # to finish running in parallel before continuing.
138+
# - wait
142139

143-
###########################
144-
# Compare benchmark results
145-
###########################
146-
- label: Benchmark analysis
147-
command:
148-
- .buildkite/scripts/download_e2e_test_artifacts.sh
149-
- .buildkite/scripts/daily_benchmark_analysis.sh
150-
plugins:
151-
<<: *docker_plugin
140+
# ###########################
141+
# # Compare benchmark results
142+
# ###########################
143+
# - label: Benchmark analysis
144+
# command:
145+
# - .buildkite/scripts/download_e2e_test_artifacts.sh
146+
# - .buildkite/scripts/daily_benchmark_analysis.sh
147+
# plugins:
148+
# <<: *docker_plugin

.buildkite/scripts/daily_benchmark_analysis.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
set -ux
1919

2020
./go/oasis-test-runner/oasis-test-runner cmp \
21-
--metrics.address $METRICS_QUERY_ADDR \
22-
--metrics.source.git_branch $METRICS_SOURCE_GIT_BRANCH \
23-
--metrics.target.git_branch $METRICS_TARGET_GIT_BRANCH \
2421
--scenario $SCENARIOS \
2522
--log.level INFO \
2623
--log.format JSON \

.buildkite/scripts/daily_txsource.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ set -euxo pipefail
66

77
if [[ $BUILDKITE_RETRY_COUNT == 0 ]]; then
88
./.buildkite/scripts/test_e2e.sh \
9-
--metrics.address $METRICS_PUSH_ADDR \
10-
--metrics.labels instance=$BUILDKITE_PIPELINE_NAME-$BUILDKITE_BUILD_NUMBER \
119
--scenario_timeout 900m \
1210
--scenario e2e/runtime/txsource-multi \
1311
"$@"

.changelog/6482.trivial.md

Whitespace-only changes.

0 commit comments

Comments
 (0)