Skip to content

Commit

Permalink
[ci] Make sure the current CI requests a CW310
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pamaury committed Oct 16, 2023
1 parent 7759e1e commit b925b61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -51,4 +53,4 @@ jobs:
displayName: "Check AES TVLA"
- publish: ./ci/tmp/figures
artifact: tvla_figure
displayName: "Upload figure of AES TVLA."
displayName: "Upload figure of AES TVLA."

0 comments on commit b925b61

Please sign in to comment.