Remove threads from test as they aren't reliable in machamp

This commit is contained in:
John Sully 2022-09-29 16:16:18 +00:00
parent ac194e1a63
commit 5afdab4e1f

View File

@ -21,7 +21,7 @@ machamp:
parent: make-build parent: make-build
# https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-20-04 # https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-20-04
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-20-04@sha256:cf869a3f5d1de1e1d976bb906689c37b7031938eb68661b844a38c532f27248c builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-20-04@sha256:cf869a3f5d1de1e1d976bb906689c37b7031938eb68661b844a38c532f27248c
command: ./runtest --clients 4 --verbose --config server-threads 3 command: ./runtest --clients 4 --verbose
cluster-test: cluster-test:
type: cmd type: cmd
parent: make-build parent: make-build