Skip to content
Snippets Groups Projects
Commit 786d9331 authored by ashivani's avatar ashivani
Browse files

added notifications in aicrowd.yaml

parent 62072a95
No related branches found
No related tags found
1 merge request!1added notifications in aicrowd.yaml
...@@ -22,3 +22,26 @@ scoring: ...@@ -22,3 +22,26 @@ scoring:
# Run the evaluation in protected environment, with no internet access to user's code (default: true) # Run the evaluation in protected environment, with no internet access to user's code (default: true)
disable_internet: true disable_internet: true
notifications:
# Do not change anything except the challenge name and the URL.
- name: slack
image: aicrowd/evaluations-api-slack-notifier:v1
env:
SLACK_WEBHOOK_URL: "{slack_webhook_url}"
# Enter the challenge name and the url
CHALLENGE_NAME: "mnist"
CHALLENGE_URL: "https://www.aicrowd.com/challenges/mnist"
message:
name: "placeholder"
value: "placeholder"
- name: aicrowd
image: aicrowd/evaluations-api-notifier:v1.0
env:
TESTING: "random"
message:
name: TESTING
value: "random"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment