Skip to content

Commit 77accfb

Browse files
authored
releasing: note steps that are done in buildkite (#192)
1 parent 41546f4 commit 77accfb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

RELEASING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Cherry-pick the commit where you update images on the release branch back into `
3737

3838
### Smoke test: ensure Docker Compose starts from scratch
3939

40-
**IMPORTANT**: This step MUST be ran on a Linux machine, NOT Mac or Windows/WSL. This is because Docker for Linux treats file permissions differently and we must identify such issues.
40+
> ⚠️ This test now runs in Buildkite, under the `docker-compose-test` step - you can validate [the results of the CI run](https://buildkite.com/sourcegraph/deploy-sourcegraph-docker) instead.
41+
42+
This step must be run on a Linux machine, NOT Mac or Windows/WSL. This is because Docker for Linux treats file permissions differently and we must identify such issues.
4143

4244
```
4345
git checkout <version_branch>
@@ -91,6 +93,10 @@ Visit http://localhost and confirm the app loads.
9193

9294
### Confirm Pure-Docker works with a smoke test
9395

96+
> ⚠️ This test now runs in Buildkite, under the `docker-compose-test` step - you can validate [the results of the CI run](https://buildkite.com/sourcegraph/deploy-sourcegraph-docker) instead.
97+
98+
See [Releasing Pure-Docker](#releasing-pure-docker) to set up a Pure-Docker release.
99+
94100
Install [Vagrant](https://vagrantup.com), then:
95101

96102
```sh

0 commit comments

Comments
 (0)