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

Add CI Testing For Slack Notifications #505

Open
pnadolny13 opened this issue Dec 14, 2022 · 0 comments
Open

Add CI Testing For Slack Notifications #505

pnadolny13 opened this issue Dec 14, 2022 · 0 comments
Assignees

Comments

@pnadolny13
Copy link
Contributor

The slack notifications job doesnt get tested in CI because we dont have a dev slack channel to push to. Options:

  1. Full integration test to dev slack channel
    • create new dev slack channel
    • create new slack integration to get independent web hook. I believe its 1-1 with a channel
    • configure the dev slack uri in the CI environment
    • add slack job to CI pipeline. Requires setting up matrixes in the publish CI step
      reverse_el_tests:
      .
  2. Integration test to a local notifier like how I test locally with ["macosx://"]
    • find a notifier that works in CI
    • configure the dev slack uri in the CI environment
    • add slack job to CI pipeline. Requires setting up matrixes in the publish CI step
      reverse_el_tests:
      .
@pnadolny13 pnadolny13 self-assigned this Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant