Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More than the expected nr of notifications when using parallelism. #86

Open
arjan0307 opened this issue Oct 1, 2021 · 0 comments
Open
Labels
Difficulty/3:Hard Hard ticket Hacktoberfest Help Wanted Community help wanted Tech/Go Up For Grabs Ready for help from the community. Removed when someone volunteers

Comments

@arjan0307
Copy link

Describe the bug
When running a job in parallel, you get a notification for each executor, rather than one notification for the entire job.

To reproduce

  1. Set up parallelism in circle.
  2. Configure the mattermost circleci plugin according to the documentation.
  3. Add - mattermost-plugin-notify/status: to the end of the steps part of a job, as described in the orb documentation.
  4. Run a job on Circle
  5. Get a notification for each executor in the parallel job

Expected behavior
Get one notification that informs whether the entire job failed or succeeded.

@hanzei hanzei added the Triage label Oct 1, 2021
@catalintomai catalintomai added Hacktoberfest Help Wanted Community help wanted and removed Triage labels Oct 4, 2021
@hanzei hanzei added Tech/Go Up For Grabs Ready for help from the community. Removed when someone volunteers labels Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty/3:Hard Hard ticket Hacktoberfest Help Wanted Community help wanted Tech/Go Up For Grabs Ready for help from the community. Removed when someone volunteers
Projects
None yet
Development

No branches or pull requests

3 participants