Skip to content
Snippets Groups Projects

redhat/configs/process_configs.sh: Fix empty output error

Merged Prarit Bhargava requested to merge prarit/kernel-ark:process_configs_race into os-build

The CONTINUEONERROR code contained an 'exit 1' which brought the whole
script to a halt when a config mismatch was detected. CONTINUEONERROR has
no purpose in the parallel processing version of process_configs.sh so it
can dropped.

After that change, it was noticed that the find for evaluating known
errors was racing with other make & script processes. Avoid this race by
only searching in the stable redhat/configs directory.

Signed-off-by: Prarit Bhargava prarit@redhat.com

Edited by Prarit Bhargava

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading