Skip to content

Commit

Permalink
Merge pull request #17610 from rfan1/scc_reg_nvidia
Browse files Browse the repository at this point in the history
Add new workaround for nvidia repo not reliable with new hot-key
  • Loading branch information
rfan1 committed Aug 22, 2023
2 parents cd9279b + e31bc94 commit 2a665bd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/registration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,9 @@ sub process_scc_register_addons {
}
elsif (match_has_tag('nvidia-validation-failed')) {
# nvidia repos unreliable
send_key 'alt-y';
record_soft_failure 'bsc#1144831';
record_soft_failure 'bsc#1214234';
wait_still_screen { send_key 'alt-o' };
send_key 'alt-n';
next;
}
elsif (match_has_tag('yast_scc-pkgtoinstall')) {
Expand Down Expand Up @@ -644,8 +645,9 @@ sub handle_scc_popups {
}
elsif (match_has_tag('nvidia-validation-failed')) {
# sometimes nvidia driver repos are unreliable
send_key 'alt-y';
record_soft_failure 'bsc#1144831';
record_soft_failure 'bsc#1214234';
wait_still_screen { send_key 'alt-o' };
send_key 'alt-n';
next;
}
elsif (match_has_tag('contacting-registration-server')) {
Expand Down

0 comments on commit 2a665bd

Please sign in to comment.