Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e85c4ee7
Commit
e85c4ee7
authored
Mar 10, 2021
by
jejacks0n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes a few minor style aspects
parent
5685aa68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
14 deletions
+5
-14
doc/development/experiment_guide/gitlab_experiment.md
doc/development/experiment_guide/gitlab_experiment.md
+5
-14
No files found.
doc/development/experiment_guide/gitlab_experiment.md
View file @
e85c4ee7
...
...
@@ -44,7 +44,7 @@ given how the experiment has been defined and using the provided context:
```
mermaid
graph TD
GP[General Pool/Population] -->
Enabled
?
GP[General Pool/Population] -->
Running
?
Running? -->|Yes| Cached?[Cached? / Pre-segmented?]
Running? -->|No| Excluded[Control / No Tracking]
Cached? -->|No| Excluded?
...
...
@@ -123,7 +123,7 @@ This command creates a scenario where half of everyone who encounters
the experiment would be assigned the _control_, 25% would be assigned the _red_
variant, and 25% would be assigned the _blue_ variant:
```
slack
_slash_commands
```
slack
/chatops run feature set pill_color 50 --actors
```
...
...
@@ -134,19 +134,10 @@ NOTE:
To immediately stop running an experiment, use the
`/chatops run feature set pill_color false`
command.
<div
class=
"panel panel-danger"
>
**DANGER**
{: .panel-heading}
<div
class=
"panel-body"
>
WARNING:
We strongly recommend using the
`--actors`
flag when using the ChatOps commands,
because anything else may give odd behaviors due to:
-
How the caching of variant assignment is handled.
-
How the default
`percentage_of_time`
is unpredictable and pseudo-random.
</div>
</div>
as anything else may give odd behaviors due to how the caching of variant assignment is
handled.
We can also implement this experiment in a HAML file with HTML wrappings:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment