-
Notifications
You must be signed in to change notification settings - Fork 126
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
chore: enable chainsaw integration tests #2882
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2882 +/- ##
==========================================
- Coverage 85.87% 85.18% -0.69%
==========================================
Files 161 120 -41
Lines 10252 7461 -2791
==========================================
- Hits 8804 6356 -2448
+ Misses 1166 904 -262
+ Partials 282 201 -81 see 43 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
e342b58
to
17db840
Compare
9ed859e
to
8fc103f
Compare
b7fa0cf
to
8d7e679
Compare
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
8d7e679
to
9d9d939
Compare
f70b37a
to
c8a0728
Compare
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
c8a0728
to
c2b1fb1
Compare
test-chainsaw/allowed-namespaces/simple-deployment-allowed/00-install.yaml
Fixed
Show fixed
Hide fixed
test-chainsaw/allowed-namespaces/simple-deployment-allowed/00-install.yaml
Fixed
Show fixed
Hide fixed
test-chainsaw/allowed-namespaces/simple-deployment-allowed/00-install.yaml
Fixed
Show fixed
Hide fixed
test-chainsaw/allowed-namespaces/simple-deployment-not-allowed/00-install.yaml
Fixed
Show fixed
Hide fixed
test-chainsaw/allowed-namespaces/simple-deployment-not-allowed/00-install.yaml
Fixed
Show fixed
Hide fixed
test-chainsaw/allowed-namespaces/simple-deployment-not-allowed/00-install.yaml
Fixed
Show fixed
Hide fixed
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
7696569
to
1bbd301
Compare
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
128c496
to
40f4e8e
Compare
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
3d2fbd0
to
b541449
Compare
link error fixed in #2918 |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Signed-off-by: Charles-Edouard Brétéché <[email protected]> Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Charles-Edouard Brétéché <[email protected]> Signed-off-by: vickysomtee <[email protected]>
This PR adds chainsaw e2e tests:
Those tests are equivalent to kuttl ones, they have been converted using the chainsaw migration command and adapted manually to use declarative syntax instead of relying on bash scripts.