exclude scalability dataset extraction from single user performance tests (#133964)

This commit is contained in:
Baturalp Gurdin 2022-06-09 00:12:39 +02:00 committed by GitHub
parent 42ba236b8e
commit 5d6e8940df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@ steps:
depends_on: build
key: tests
- label: ':shipit: Performance Tests dataset extraction for scalability benchmarking'
command: .buildkite/scripts/steps/functional/scalability_dataset_extraction.sh
agents:
queue: n2-2
depends_on: tests
# - label: ':shipit: Performance Tests dataset extraction for scalability benchmarking'
# command: .buildkite/scripts/steps/functional/scalability_dataset_extraction.sh
# agents:
# queue: n2-2
# depends_on: tests
- wait: ~
continue_on_failure: true