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

⚗️ relaxing check to allow CI to pass #4819

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

GitHK
Copy link
Contributor

@GitHK GitHK commented Oct 2, 2023

What do these changes do?

Since the code is used only in the teardown part of the tests and the usage is to keep clean the local development environment. I'm relaxing the construing, it is now allowed to not remove all networks on teardown.

Related issue/s

How to test

DevOps Checklist

@GitHK GitHK marked this pull request as ready for review October 2, 2023 16:08
@GitHK GitHK requested a review from matusdrobuliak66 October 2, 2023 16:08
@GitHK GitHK self-assigned this Oct 2, 2023
@GitHK GitHK added this to the the nameless milestone Oct 2, 2023
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #4819 (0b3b262) into master (a03ed85) will increase coverage by 1.9%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #4819     +/-   ##
========================================
+ Coverage    65.2%   67.1%   +1.9%     
========================================
  Files         680     493    -187     
  Lines       30718   25343   -5375     
  Branches      203     195      -8     
========================================
- Hits        20051   17028   -3023     
+ Misses      10618    8267   -2351     
+ Partials       49      48      -1     
Flag Coverage Δ
integrationtests 60.9% <ø> (-0.1%) ⬇️
unittests 84.7% <ø> (-1.0%) ⬇️

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

see 259 files with indirect coverage changes

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

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

thx

@codeclimate
Copy link

codeclimate bot commented Oct 2, 2023

Code Climate has analyzed commit 0b3b262 and detected 0 issues on this pull request.

View more on Code Climate.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 2, 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
0.2% 0.2% Duplication

@GitHK GitHK merged commit e4cef38 into ITISFoundation:master Oct 3, 2023
@GitHK GitHK deleted the pr-osparc-quick-flaky-fix branch October 3, 2023 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky tests/integration/02/test_dynamic_sidecar_nodeports_integration.py
3 participants