Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Developers can test using [Vagrant](https://www.vagrantup.com) and your Sourcegraph GCP account.

- Use [these](https://www.vagrantup.com/docs/index) instructions to install `Vagrant` on your local machine. Once sucessfully installed, install the required plugin:
- Use [these](https://www.vagrantup.com/docs/index) instructions to install `Vagrant` on your local machine. Once successfully installed, install the required plugin:
```
vagrant plugin install vagrant-google
```

- Ensure your credentials are correct by excecuting the command below and following the prompts:
- Ensure your credentials are correct by executing the command below and following the prompts:
```
gcloud auth application-default login
```
Expand All @@ -21,7 +21,7 @@ gcloud auth application-default login
.buildkite/vagrant-run.sh docker-test
```

This command will start a GCP instance, upload your local copy of the reposistory and run the relevant smoke test for the docker-compose deployment type.
This command will start a GCP instance, upload your local copy of the repository and run the relevant smoke test for the docker-compose deployment type.

To run any additional tests or commands, edit the servers.yaml and add the commands to the `shell_commands` list, eg:
```
Expand Down
Loading