You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing checklist to improve formatting and removing automated steps (#2234)
* Changing checklist to improve formatting and removing automated steps
* Splitting checklist between RC and Release
Co-authored-by: Sebastian Choren <[email protected]>
---------
Co-authored-by: Sebastian Choren <[email protected]>
Copy file name to clipboardExpand all lines: TESTING.md
+29-19Lines changed: 29 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,28 +23,38 @@ The steps that we should follow are:
23
23
This is the entire checklist on what we should do to assert that Tracetest is working fine on each version release. On each version release, we can copy the contents of this checklist and open a Github Discussion to start each test.
24
24
25
25
-[ ] Check if our release pipeline on [Release Tracetest](https://github.com/kubeshop/tracetest/actions/workflows/release-version.yml) workflow on Github Actions worked correctly.
26
-
-[ ] Test CLI update on MacOS via homebrew
27
-
-[ ] Test CLI update on MacOS via curl script
28
-
-[ ] Test CLI update on Linux via APT
29
-
-[ ] Test CLI update on Linux via YUM
30
-
-[ ] Test CLI update on Linux via curl script
31
-
-[ ] Test CLI update on Windows via chocolatey
32
-
-[ ] Test CLI update on Windows via manual download
33
-
-[ ] Test server installation via CLI with Docker Compose and no demo API
34
-
-[ ] Test server installation via CLI with Docker Compose and demo API
35
-
-[ ] Test server installation via CLI with Kubernetes and no demo API
36
-
-[ ] Test server installation via CLI with Kubernetes and demo API
37
26
-[ ] Double check [Detailed installation](https://docs.tracetest.io/getting-started/detailed-installation) doc and see if everything is documented correctly
38
27
39
-
-[ ] Test Tracetest setup with [Amazon X-Ray example](https://github.com/kubeshop/tracetest/tree/main/examples/tracetest-amazon-x-ray)
40
-
-[ ] Test Tracetest setup with [Datadog example](https://github.com/kubeshop/tracetest/tree/main/examples/tracetest-datadog)
41
-
-[ ] Test Tracetest setup with [Elastic APM example](https://github.com/kubeshop/tracetest/tree/main/examples/tracetest-elasticapm)
42
-
-[ ] Test Tracetest setup with [Lightstep example](https://github.com/kubeshop/tracetest/tree/main/examples/tracetest-lightstep)
43
-
-[ ] Test Tracetest setup with [New Relic example](https://github.com/kubeshop/tracetest/tree/main/examples/tracetest-new-relic)
44
-
-[ ] Test Tracetest setup with [SignalFX example](https://github.com/kubeshop/tracetest/tree/main/examples/tracetest-signalfx)
45
28
46
-
-[ ] Test specific features added/changed on this release on a local installation or in a Kubernetes installation:
0 commit comments