As part of the pull request review process, reviewers may need to test and verify proposed changes. Leveraging our Cloud infrastructure, we can spin up full environments on demand to test code submitted in PRs.
Core committers and staff can trigger test server creation on a PR by adding one of the following labels to the PR:
Setup Cloud Test Server
: Triggers the creation of a standard test server using the latest commit on the PR and a PostgreSQL database.Setup HA Cloud Test Server
: Triggers the creation of a test server that has high availability.Setup Cloud + CWS Test Server
: Triggers the creation of a test server that connects to our test Customer Web Server.After adding these labels, a bot will comment on the PR notifying you that a test server is being created. It should take approximately 3-5 minutes for the server to create it. Once it’s ready, the bot will comment on the PR again with a link and credentials to the test server for both an admin and a regular user.
If the bot comments that an error has occurred, try removing the label and then re-adding it again. If that still fails, please ask for help in ~Developers: Cloud. If you need urgent help, please mention @sresupport
in your message.
Once testing is complete, remove the label and the test server will be destroyed.
Test servers are available on any repositories that have the labels.