From b925b61c7c05286e6916ffe8e1524f03e861705e Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 16 Oct 2023 16:06:33 +0100 Subject: [PATCH] [ci] Make sure the current CI requests a CW310 This is necessary to ensure that adding the CW305 will not mess with the existing pipelines that assumes a CW310 Signed-off-by: Amaury Pouly --- ci/azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index ade46f48..28874cde 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -7,7 +7,9 @@ jobs: - job: sca_capture displayName: "Capture SCA traces" timeoutInMinutes: 30 - pool: FPGA SCA + pool: + name: FPGA SCA + demands: BOARD -equals cw310 steps: - checkout: self - bash: | @@ -51,4 +53,4 @@ jobs: displayName: "Check AES TVLA" - publish: ./ci/tmp/figures artifact: tvla_figure - displayName: "Upload figure of AES TVLA." \ No newline at end of file + displayName: "Upload figure of AES TVLA."