-
Notifications
You must be signed in to change notification settings - Fork 16
Admin setup
Noah edited this page Feb 12, 2016
·
1 revision
From admin perspective
- Go to Greenhouse
- Advance to take-home stage
- Copy their application ID from the URL and put a link to the take-home, e.g
http://takehome.noredink.com/
- Checklists are controlled through the defined env for each test defined in the test config, e.g
"checklist" : "BACKEND_CHECKLIST"
- Set these through setting an ENV variable with that name
- These are loaded once, at startup
- Add a new test to the tests config. Make sure that the role matches the name on Greenhouse!
- These are controlled through the
ORG
andREPO
ENV variables - Github auth tokens can be provided by
GITHUB_AUTH
ENV variable