File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818set -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 \
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ set -euxo pipefail
66
77if [[ $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 " $@ "
You can’t perform that action at this time.
0 commit comments