From c937c9c154fd40c1da79d7fcba3938ebeff65fb9 Mon Sep 17 00:00:00 2001 From: Ralf Date: Sat, 3 Apr 2021 07:31:42 +0300 Subject: [PATCH] Executable tutorial proposal: Testing and Production environments (#989) * Create README.md * Update README.md --- .../arieltan-zangis/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contributions/executable-tutorial/arieltan-zangis/README.md diff --git a/contributions/executable-tutorial/arieltan-zangis/README.md b/contributions/executable-tutorial/arieltan-zangis/README.md new file mode 100644 index 0000000000..9e57d92ce2 --- /dev/null +++ b/contributions/executable-tutorial/arieltan-zangis/README.md @@ -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)