-
Notifications
You must be signed in to change notification settings - Fork 0
KGrid Instances
KGrid has several instances in our delivery pipeline, each stage in the sequence tests the code from a different perspective. Each successive stage becomes more production-like in its testing and provides more confidence in the code as it progresses through the pipeline. Details on the instances can be found in the instances repository

The goal of the Integration environment is to combine and validate the work of the entire project team so it can be tested before being promoted to the Testing Environment. The Integration environment is hosted on Heroku. CircleCI deploys to the heroku environment with each commit.
The goal of the Test test environment is to allow human testers to exercise new and changed code via either automated checks or non-automated techniques. The KGrid team will use this environment for acceptance testing purposes. Hippo Test environment is hosted on UMich ITS server uses docker container architecture.
Further details of the Test (Hippo) instance can be found at Test (Hippo)
The goal of the Demo environment is to allow the KGrid team a place to demo software to your stakeholders and they can use for acceptance testing purposes. Monkey is hosted on UMich ITS server uses docker container architecture.
Further details of the Demo (Monkey) instance can be found at Sandbox (Monkey)
The goal of the Reference environment is to showcase KGrid application framework and Knowledge Objects. Lion is hosted on UMich ITS server uses docker container architecture.
Further details of the Reference (Lion) instance can be found at Reference)