-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Executable tutorial proposal: Testing and Production environments (#989)
* Create README.md * Update README.md
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
contributions/executable-tutorial/arieltan-zangis/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Executable tutorial proposal: Testing and Production environments | ||
|
||
## Members | ||
|
||
Justin Arieltan (arieltan@kth.se) | ||
GitHub: [Justin](https://github.com/Agriad) | ||
|
||
Ralfs Zangis (zangis@kth.se) | ||
GitHub: [Ralfs](https://github.com/bubriks) | ||
|
||
## Proposal | ||
|
||
Provide short tutorial on how CI/CD pipelines could be used to provide environment that could be used for testing purpose | ||
|
||
- Establishing simple CI/CD pipeline (that runs some basic tests) | ||
- Adding A/B testing environments (by deploying docker containers to linux machine) | ||
- Showcasing how this approach can lead to a better performing product (using only the best performing features based on the analyzed usage) |