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 c6e44a6
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pr:

jobs:
- job: sca_capture
displayName: "Capture SCA traces"
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
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 c6e44a6

Please sign in to comment.