-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: wip add automated tests (based on prometheus-service) #48
Commits on Aug 11, 2022
-
feat: wip add automated tests (based on prometheus-service)
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28ebb5a - Browse repository at this point
Copy the full SHA 28ebb5aView commit details -
fix: fix unit test failing because events files were moved
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a5bbd1 - Browse repository at this point
Copy the full SHA 2a5bbd1View commit details -
test: add on:push to run the the integration tests workflow for the f…
…irst time Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 106a008 - Browse repository at this point
Copy the full SHA 106a008View commit details -
test(actions/integrated-tests): fix on:push syntax
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7c466a - Browse repository at this point
Copy the full SHA c7c466aView commit details -
fix(actions/integration-tests): keep only one keptn version in the ma…
…trix for test - remove code not needed for datadog-service: - remove `Download artifacts` step - remove `Install prometheus-service` step Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c14765 - Browse repository at this point
Copy the full SHA 8c14765View commit details -
fix(actions/integration-tests): add virtualbox repo to apt-get
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a378806 - Browse repository at this point
Copy the full SHA a378806View commit details -
fix(actions/integration-tests): fix virtualbox installation erroring out
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 988c8da - Browse repository at this point
Copy the full SHA 988c8daView commit details -
fix(actions/integration-tests): fix yaml syntax error
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d34c880 - Browse repository at this point
Copy the full SHA d34c880View commit details -
fix(actions/integration-tests): slim down keptn installation
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 366890a - Browse repository at this point
Copy the full SHA 366890aView commit details -
fix(actions/integration-tests): try using minikube without virtualbox
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64e7e10 - Browse repository at this point
Copy the full SHA 64e7e10View commit details -
fix(actions/integration-tests): don't wait for minikube to be come ready
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e81dcf - Browse repository at this point
Copy the full SHA 3e81dcfView commit details -
fix(actions/integration-tests): increase cpu and memory for minikube …
…cluster Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb7940d - Browse repository at this point
Copy the full SHA eb7940dView commit details -
fix(actions/integration-tests): decrease cpu to 2
- because GHA doesn't support more than 2 cpus :( Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e5f2ec - Browse repository at this point
Copy the full SHA 5e5f2ecView commit details -
fix(actions/integration-tests): decrease memory to 5GB
- because GHA only supports ~6GB of memory Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc0c6f7 - Browse repository at this point
Copy the full SHA fc0c6f7View commit details -
fix(actions/integration-tests): add ssh action to ssh into host
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb81e1e - Browse repository at this point
Copy the full SHA eb81e1eView commit details -
fix(actions/integration-tests): set keptn install timeout to 10m
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df9f11a - Browse repository at this point
Copy the full SHA df9f11aView commit details -
fix(actions/integration-tests): remove commented code from values.yaml
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c64a1f9 - Browse repository at this point
Copy the full SHA c64a1f9View commit details
Commits on Aug 12, 2022
-
fix(charts): add sleep before api env variable in chart
- set the value to 120s Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70c7621 - Browse repository at this point
Copy the full SHA 70c7621View commit details -
fix(test): fix version label in test event data
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca7e7ba - Browse repository at this point
Copy the full SHA ca7e7baView commit details -
fix(core): fix printf and comments around sleep before api seconds
- `30s` -> `60s` (actual is 60 but the service was printing 30) Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dd26cd - Browse repository at this point
Copy the full SHA 6dd26cdView commit details -
fix(docs): add a line elaborating compatibility with keptn
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b7c95f - Browse repository at this point
Copy the full SHA 1b7c95fView commit details -
fix(tests): remove redundant chart values
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c64fd3 - Browse repository at this point
Copy the full SHA 3c64fd3View commit details -
fix(test): remove redundant comment in test sli file
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f84d6c3 - Browse repository at this point
Copy the full SHA f84d6c3View commit details -
fix(test): increase test slo and wait time for tests
- add 3m wait before evaluating slo - increase evaluation time frame to 2m Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4446df3 - Browse repository at this point
Copy the full SHA 4446df3View commit details -
fix(actions): add timeout=120m flag to integration tests
- default timeout of 10m is too short Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 804a8b7 - Browse repository at this point
Copy the full SHA 804a8b7View commit details -
fix(actions): run
minikube tunnel
so that Ingress/Service LoadBalan……cer can be provisioned Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bd81df - Browse repository at this point
Copy the full SHA 1bd81dfView commit details -
fix(test): add old test events
- to fix CI from failing Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 299b2ff - Browse repository at this point
Copy the full SHA 299b2ffView commit details -
fix(test): increase slo pass criteria to 0.25s
- evaluation sometimes returns 0.15s Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f2dcfe - Browse repository at this point
Copy the full SHA 8f2dcfeView commit details -
fix(actions): add logs dump for datadog related pods
Signed-off-by: Suraj Banakar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e25da7 - Browse repository at this point
Copy the full SHA 7e25da7View commit details