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

DM-25970: ap_verify CI command line broken #94

Merged
merged 1 commit into from
Jul 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/run_ci_dataset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ max_proc=8
NUMPROC=${NUMPROC:-$((sys_proc < max_proc ? sys_proc : max_proc))}

echo "Running ap_verify on ${DATASET}..."
# TODO: let caller choose --gen2 or --gen3 in DM-24262
ap_verify.py --dataset "${DATASET}" \
--gen2 \ # TODO: generalize in DM-24262
--gen2 \
--output "${WORKSPACE}" \
--processes "${NUMPROC}" \
--metrics-file "${WORKSPACE}/ap_verify.{dataId}.verify.json" \
Expand Down