From 0267bc5ef75a89371966425f69d70499b3cbe880 Mon Sep 17 00:00:00 2001 From: John Sully Date: Tue, 19 Mar 2024 03:32:44 +0000 Subject: [PATCH] Add FLASH tests to CI --- build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.yaml b/build.yaml index 8d60fbd21..ac4448554 100644 --- a/build.yaml +++ b/build.yaml @@ -22,6 +22,12 @@ machamp: # 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 command: ./runtest --clients 4 --verbose --tls --skipunit unit/memefficiency + tests-with-flash: + type: cmd + parent: make-build + # 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 + command: ./runtest --verbose --skipunit unit/memefficiency --flash cluster-test: type: cmd parent: make-build