[patch] fix ai svc slack notification#2232
Merged
Merged
Conversation
terc1997
reviewed
May 5, 2026
Contributor
terc1997
left a comment
There was a problem hiding this comment.
LGTM. Address the review at ibm-mas/python-devops#313 and update the methods.
karol-czarnecki
added a commit
that referenced
this pull request
May 8, 2026
commit 4eba46a Author: aniketchoudhary03 <aniket.choudhary@ibm.com> Date: Fri May 8 14:23:34 2026 +0530 [patch] added assistant variable to skip test when variable value is blank (#2254) commit 5898d3c Author: Anil Prajapati <169060963+anilprajapatiibm@users.noreply.github.com> Date: Thu May 7 16:45:53 2026 +0530 [patch] fix ai svc slack notification (#2232)
karol-czarnecki
added a commit
that referenced
this pull request
May 8, 2026
commit 4225850 Author: Parveen Kumar <Parveenkumar@ibm.com> Date: Fri May 8 16:00:53 2026 +0530 [patch] rebuild cli commit 1a8411b Merge: ef49eb4 4eba46a Author: Parveen Kumar <parveenkumar@ibm.com> Date: Fri May 8 14:53:17 2026 +0530 Merge branch 'master' into monthlyupdate commit 4eba46a Author: aniketchoudhary03 <aniket.choudhary@ibm.com> Date: Fri May 8 14:23:34 2026 +0530 [patch] added assistant variable to skip test when variable value is blank (#2254) commit ef49eb4 Author: Ian Boden <ianboden@uk.ibm.com> Date: Fri May 8 08:20:47 2026 +0100 trigger rebuild commit d221932 Merge: dd4aded 5898d3c Author: Parveen Kumar <parveenkumar@ibm.com> Date: Fri May 8 12:47:43 2026 +0530 Merge branch 'master' into monthlyupdate commit 5898d3c Author: Anil Prajapati <169060963+anilprajapatiibm@users.noreply.github.com> Date: Thu May 7 16:45:53 2026 +0530 [patch] fix ai svc slack notification (#2232)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ai service install pipeline using aiservice-{instance-id}-pipelines,
Slack notification was trying to use mas-{instance-id}-pipelines, due to that it was failing to fetch the namespace
passing namespace into the notification call, to directly handle the namespace
https://jsw.ibm.com/browse/MASAIB-2186
Python-devops: ibm-mas/python-devops#313
Test:

