Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Add filter_traces to CI job #193

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
- bash: |
set -e
cd cw
./capture.py --cfg-file capture_aes_cw305.yaml capture aes-random-batch --num-traces 10000 --force-program-bitstream
./capture.py --cfg-file capture_aes_cw305.yaml capture aes-random-batch --num-traces 1000 --force-program-bitstream
displayName: "Capture traces"
1 change: 1 addition & 0 deletions ci/cfg/ci_tvla_cfg_aes_specific_byte0_rnd0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ ttest_step_file: null
plot_figures: true
general_test: false
mode: aes
filter_traces: true
2 changes: 1 addition & 1 deletion ci/ci_check_tvla_aes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p tmp
MODE="aes"
BOARD=cw310
declare -A aes_test_list
aes_test_list["aes-random"]=100
aes_test_list["aes-random"]=5000

ARGS="--force-program-bitstream"
for test in ${!aes_test_list[@]}; do
Expand Down
Loading