Skip to content

Commit

Permalink
Merge pull request #1988 from foursixnine/need-less-cache
Browse files Browse the repository at this point in the history
Revert support for ASSET_\d+_URL
  • Loading branch information
foursixnine committed Feb 12, 2019
2 parents b4bb54e + b4b0c6b commit c393803
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/OpenQA/Worker/Engines/isotovideo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ sub detect_asset_keys {
$res{$isokey} = 'iso' if $vars->{$isokey};
}

for my $otherkey (grep { /ASSET_\d+$/ } keys %{$vars}) {
$res{$otherkey} = 'other';
}

for my $otherkey (qw(KERNEL INITRD)) {
$res{$otherkey} = 'other' if $vars->{$otherkey};
}
Expand Down

0 comments on commit c393803

Please sign in to comment.