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 :
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