Skip to content

Commit

Permalink
[ci] Add test job for CW305
Browse files Browse the repository at this point in the history
Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Oct 16, 2023
1 parent 2efb5b9 commit 9d8fdde
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pr:
- "*"

jobs:
- job: sca_capture
displayName: "Capture SCA traces"
- job: sca_capture_cw310
displayName: "Capture SCA traces (CW310)"
timeoutInMinutes: 30
pool:
name: FPGA SCA
Expand Down Expand Up @@ -54,3 +54,25 @@ jobs:
- publish: ./ci/tmp/figures
artifact: tvla_figure
displayName: "Upload figure of AES TVLA."

- job: sca_capture_cw305
displayName: "Capture SCA traces (CW305)"
timeoutInMinutes: 30
pool:
name: FPGA SCA
demands: BOARD -equals cw305
steps:
- checkout: self
- bash: |
python3 -m pip install --user -r python-requirements.txt
displayName: "Install python dependencies"
- bash: |
apt update
apt install git-lfs
displayName: "Install system dependencies"
- bash: |
git-lfs pull
displayName: "Pull LFS binaries"
- bash: |
./capture.py --cfg-file capture_aes_cw305.yaml capture aes-random-batch --num-traces 10000 --force-program-bitstream
displayName: "Capture traces"

0 comments on commit 9d8fdde

Please sign in to comment.