Skip to content
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

fix: move prometheus install into make file #1093

Merged
merged 2 commits into from
Mar 27, 2023
Merged

Conversation

RealAnna
Copy link
Contributor

@RealAnna RealAnna commented Mar 23, 2023

closes #1085

  1. kind create cluster
  2. helm upgrade --install klt klt/klt -n keptn-lifecycle-toolkit-system --create-namespace
  3. than run make integration-test-local now Prometheus is installed before running so all tests pass locally

@netlify
Copy link

netlify bot commented Mar 23, 2023

Deploy Preview for keptn-lifecycle-toolkit ready!

Name Link
🔨 Latest commit 0276715
🔍 Latest deploy log https://app.netlify.com/sites/keptn-lifecycle-toolkit/deploys/641c21040306c60008b83239
😎 Deploy Preview https://deploy-preview-1093--keptn-lifecycle-toolkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Merging #1093 (6e2df99) into main (720e9e9) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1093   +/-   ##
=======================================
  Coverage   58.91%   58.92%           
=======================================
  Files         126      126           
  Lines       10007    10007           
=======================================
+ Hits         5896     5897    +1     
- Misses       3893     3895    +2     
+ Partials      218      215    -3     

see 3 files with indirect coverage changes

Flag Coverage Δ
certificate-operator 64.15% <ø> (ø)
component-tests 59.68% <ø> (+0.07%) ⬆️
lifecycle-operator 78.40% <ø> (ø)
metrics-operator 77.35% <ø> (ø)
scheduler 21.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Makefile Outdated Show resolved Hide resolved
mowies
mowies previously approved these changes Mar 23, 2023
Copy link
Member

@mowies mowies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

odubajDT
odubajDT previously approved these changes Mar 23, 2023
…n tests

Signed-off-by: realanna <anna.reale@dynatrace.com>
Signed-off-by: realanna <anna.reale@dynatrace.com>
@sonarcloud
Copy link

sonarcloud bot commented Mar 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@odubajDT odubajDT dismissed stale reviews from mowies and themself via 6e2df99 March 24, 2023 06:49
Copy link
Contributor

@thschue thschue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good work! lgtm

@RealAnna RealAnna merged commit f6f44e4 into main Mar 27, 2023
@RealAnna RealAnna deleted the fix/local_test_runnable branch March 27, 2023 07:08
@keptn-bot keptn-bot mentioned this pull request Mar 27, 2023
aepfli pushed a commit to aepfli/lifecycle-toolkit that referenced this pull request Mar 30, 2023
Signed-off-by: realanna <anna.reale@dynatrace.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration tests cannot be run locally
4 participants