Skip to content

Commit

Permalink
OSCI-6469
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Stepanov <[email protected]>
  • Loading branch information
Andrei-Stepanov committed Mar 6, 2024
1 parent b4f4b4a commit e114681
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/opensearch/msg_handlers_brew.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ const mkSearchableRedhatModuleFromBuildTagRedHatModule = (
[modName, modStream, modVersion, modContext],
':',
);
if (_.endsWith(modName, '-devel')) {
const errMsg = `Ignore VirtualTopic.eng.brew.build.tag handeler for -devel module with Id: ${mbsId}`;
const brokerTopic = 'VirtualTopic.eng.brew.build.tag';
throw new NoNeedToProcessError(errMsg, brokerTopic);
}
const searchable: SearchableMbs = {
nsvc,
aType: 'redhat-module',
Expand Down

0 comments on commit e114681

Please sign in to comment.