From 088a1dbf825e3bced4500ce7f8af218b3ed4063b Mon Sep 17 00:00:00 2001 From: John Sully Date: Fri, 8 Mar 2024 17:56:57 +0000 Subject: [PATCH] Ensure cluster tests run in flash mode in CI --- build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.yaml b/build.yaml index 16120e014..8d60fbd21 100644 --- a/build.yaml +++ b/build.yaml @@ -28,6 +28,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-cluster --tls + cluster-test-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-cluster --tls --flash sentinel-test: type: cmd parent: make-build