Skip to content
Snippets Groups Projects
Commit 8aea1c67 authored by Shivam Khandelwal's avatar Shivam Khandelwal
Browse files

Merge branch 'master' into 'master'

added notifications in aicrowd.yaml

See merge request !1
parents 62072a95 786d9331
No related branches found
No related tags found
1 merge request!1added notifications in aicrowd.yaml
......@@ -22,3 +22,26 @@ scoring:
# Run the evaluation in protected environment, with no internet access to user's code (default: 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