Skip to content
Snippets Groups Projects
Commit c88dd963 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'production-channel' into 'master'

Update channel name to #production

See merge request !123
parents c4c79937 f38aafab
No related branches found
No related tags found
1 merge request!123Update channel name to #production
Pipeline #
Loading
Loading
@@ -49,13 +49,13 @@ Stable branch should be created after the 7th. The 7th is the last date to relia
bundle exec rake "release[<%= version.to_rc %>]"
```
- [ ] Check that [EE packages are built], [CE packages are built] and appears on `packages.gitlab.com`: [EE & CE](https://packages.gitlab.com/app/gitlab/unstable/search?q=<%= version.to_rc %>)
- [ ] In `#infrastructure`: I'm going to deploy `<%= version.to_rc %>` to staging
- [ ] In `#production`: I'm going to deploy `<%= version.to_rc %>` to staging
```sh
# In the chef-repo project:
bundle exec rake "deploy[staging, <%= version.to_rc %>.ee.0]"
```
- [ ] Deploy [`<%= version.to_rc %>`](https://packages.gitlab.com/gitlab/unstable/packages/ubuntu/xenial/gitlab-ee_<%= version.to_rc %>.ee.0_amd64.deb) to [staging.gitlab.com]
- [ ] In `#infrastructure`: I'm going to deploy `<%= version.to_rc %>` to production
- [ ] In `#production`: I'm going to deploy `<%= version.to_rc %>` to production
```sh
# In the chef-repo project:
bundle exec rake "deploy[production, <%= version.to_rc %>.ee.0]"
Loading
Loading
@@ -140,13 +140,13 @@ cherry-picked into `<%= version.stable_branch %>`.
bundle exec rake "release[<%= version.to_rc(2) %>]"
```
- [ ] Check that [EE packages are built], [CE packages are built] and appears on `packages.gitlab.com`: [EE & CE](https://packages.gitlab.com/app/gitlab/unstable/search?q=<%= version.to_rc(2) %>)
- [ ] In `#infrastructure`: I'm going to deploy `<%= version.to_rc(2) %>` to staging
- [ ] In `#production`: I'm going to deploy `<%= version.to_rc(2) %>` to staging
```sh
# In the chef-repo project:
bundle exec rake "deploy[staging, <%= version.to_rc(2) %>.ee.0, gitlab/unstable]"
```
- [ ] Deploy [`<%= version.to_rc(2) %>`](https://packages.gitlab.com/gitlab/unstable/packages/ubuntu/xenial/gitlab-ee_<%= version.to_rc(2) %>.ee.0_amd64.deb) to [staging.gitlab.com]
- [ ] In `#infrastructure`: I'm going to deploy `<%= version.to_rc(2) %>` to production
- [ ] In `#production`: I'm going to deploy `<%= version.to_rc(2) %>` to production
```sh
# In the chef-repo project:
bundle exec rake "deploy[production, <%= version.to_rc(2) %>.ee.0, gitlab/unstable]"
Loading
Loading
@@ -182,9 +182,9 @@ This way we ensure the release does not introduce new regressions.
- [ ] Check that [EE packages are built], [CE packages are built] and appears on `packages.gitlab.com`: [EE](https://packages.gitlab.com/app/gitlab/gitlab-ee/search?q=<%= version.to_patch %>) / [CE](https://packages.gitlab.com/app/gitlab/gitlab-ce/search?q=<%= version.to_patch %>)
 
- Before 07:00 Pacific (mostly 16:00 CET):
- [ ] In `#infrastructure`: I'm going to deploy `<%= version.to_patch %>` to staging
- [ ] In `#production`: I'm going to deploy `<%= version.to_patch %>` to staging
- [ ] Deploy [`<%= version.to_patch %>`](https://packages.gitlab.com/gitlab/gitlab-ee/packages/ubuntu/xenial/gitlab-ee_<%= version.to_patch %>-ee.0_amd64.deb) to [staging.gitlab.com]
- [ ] In `#infrastructure`: I'm going to deploy `<%= version.to_patch %>` to production
- [ ] In `#production`: I'm going to deploy `<%= version.to_patch %>` to production
- [ ] Deploy [`<%= version.to_patch %>`](https://packages.gitlab.com/gitlab/gitlab-ee/packages/ubuntu/xenial/gitlab-ee_<%= version.to_patch %>-ee.0_amd64.deb) to [GitLab.com]
- [ ] Create the `<%= version.to_patch %>` version on https://version.gitlab.com
- [ ] Create the first patch issue using the [`patch_issue` task]:
Loading
Loading
Loading
Loading
@@ -14,13 +14,13 @@
bundle exec rake "release[<%= version.to_patch %>]"
```
- [ ] Check that [EE packages are built], [CE packages are built] and appears on `packages.gitlab.com`: [EE](https://packages.gitlab.com/app/gitlab/gitlab-ee/search?q=<%= version.to_patch %>) / [CE](https://packages.gitlab.com/app/gitlab/gitlab-ce/search?q=<%= version.to_patch %>)
- [ ] In `#infrastructure`:
- [ ] In `#production`:
 
```
I'm going to deploy `<%= version.to_patch %>` to staging
```
- [ ] Deploy [`<%= version %>`](https://packages.gitlab.com/gitlab/gitlab-ee/packages/ubuntu/xenial/gitlab-ee_<%= version %>-ee.0_amd64.deb) to [staging.gitlab.com]
- [ ] In `#infrastructure`:
- [ ] In `#production`:
 
```
I'm going to deploy `<%= version.to_patch %>` to production
Loading
Loading
Loading
Loading
@@ -21,13 +21,13 @@
SECURITY=true bundle exec rake "release[<%= version.to_patch %>]"
```
- [ ] Check that [EE packages are built], [CE packages are built] and appears on `packages.gitlab.com`: [EE](https://packages.gitlab.com/app/gitlab/gitlab-ee/search?q=<%= version.to_patch %>) / [CE](https://packages.gitlab.com/app/gitlab/gitlab-ce/search?q=<%= version.to_patch %>)
- [ ] In `#infrastructure`:
- [ ] In `#production`:
 
```
I'm going to deploy `<%= version.to_patch %>` to staging
```
- [ ] Deploy [`<%= version %>`](https://packages.gitlab.com/gitlab/gitlab-ee/packages/ubuntu/xenial/gitlab-ee_<%= version %>-ee.0_amd64.deb) to [staging.gitlab.com]
- [ ] In `#infrastructure`:
- [ ] In `#production`:
 
```
I'm going to deploy `<%= version.to_patch %>` to production
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment