Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2017-08-14 11:52:45 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-08-14 11:52:45 +0300
commitef3ef407eaf7a5676987bcdaf1e4d26c6ff3672e (patch)
tree1ef952588ff7e3399ddd9c293288cf55753b681c
parentff4f71a2c2510087afe2109f554b0f8ef31a1b73 (diff)
parentf6dffcedbac2eca8df8e66c39fdc182544c5e109 (diff)
Merge branch 'accept-test-checkboxes' into 'master'
More checkboxes for Acceptance Testing See merge request !283
-rw-r--r--.gitlab/issue_templates/Migration_Acceptance_Testing.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitlab/issue_templates/Migration_Acceptance_Testing.md b/.gitlab/issue_templates/Migration_Acceptance_Testing.md
index ffd7f1897..5f90e95c6 100644
--- a/.gitlab/issue_templates/Migration_Acceptance_Testing.md
+++ b/.gitlab/issue_templates/Migration_Acceptance_Testing.md
@@ -22,33 +22,33 @@ Feature Toggle Name: `gitaly_xxxxx`
## 2. Development and Staging Trial
-- Enable on `dev.gitlab.org`:
- - ssh into `dev.gitlab.org` and enable the feature running by running `Feature.get('gitaly_FEATURE_NAME').enable` on a rails console.
- - Perform some testing and leave the feature enabled
-- Enable on `staging.gitlab.com` in [`#development`](https://gitlab.slack.com/messages/C02PF508L/)
- - Perform some testing and leave the feature enabled
+- [ ] Enable on `dev.gitlab.org`:
+ - [ ] ssh into `dev.gitlab.org` and enable the feature running by running `Feature.get('gitaly_FEATURE_NAME').enable` on a rails console.
+ - [ ] Perform some testing and leave the feature enabled
+- [ ] Enable on `staging.gitlab.com` in [`#development`](https://gitlab.slack.com/messages/C02PF508L/)
+ - [ ] Perform some testing and leave the feature enabled
## 2. Low Impact Trial
-- Set Gitaly to 5% using the command `!feature-set gitaly_FEATURE_NAME 5` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
-- Leave running for at least 2 hours
+- [ ] Set Gitaly to 5% using the command `!feature-set gitaly_FEATURE_NAME 5` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
+- [ ] Leave running for at least 2 hours
- Monitor sentry, grafana and kibaba links above, every 30 minutes
- - On usual activity, disable trial with `!feature-set gitaly_FEATURE_NAME false` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
+ - [ ] On usual activity, disable trial with `!feature-set gitaly_FEATURE_NAME false` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
## 2. Mid Impact Trial
-- Set Gitaly to 50% using the command `!feature-set gitaly_FEATURE_NAME 50` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
-- Leave running for at least 24 hours
+- [ ] Set Gitaly to 50% using the command `!feature-set gitaly_FEATURE_NAME 50` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
+- [ ] Leave running for at least 24 hours
- Monitor sentry, grafana and kibaba links above, every few hours
- - On usual activity, disable trial with `!feature-set gitaly_FEATURE_NAME false` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
+ - [ ] On usual activity, disable trial with `!feature-set gitaly_FEATURE_NAME false` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
## 2. Full Impact Trial
-- Set Gitaly to 100% using the command `!feature-set gitaly_FEATURE_NAME 50` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
-- Leave running for at least a week
+- [ ] Set Gitaly to 100% using the command `!feature-set gitaly_FEATURE_NAME 50` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
+- [ ] Leave running for at least a week
- Monitor sentry, grafana and kibaba links above daily
- - On usual activity, disable trial with `!feature-set gitaly_FEATURE_NAME false` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
+ - [ ] On usual activity, disable trial with `!feature-set gitaly_FEATURE_NAME false` in [`#production`](https://gitlab.slack.com/messages/C101F3796/)
## 3. Outcome