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

Use tag for project sail, not branch #389

Closed
wants to merge 1 commit into from
Closed

Use tag for project sail, not branch #389

wants to merge 1 commit into from

Conversation

alexsnaps
Copy link
Member

Use proper tag of project sail: sail-mvp2

Use proper tag of project sail: sail-mvp2
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

Merging #389 (d270d86) into main (f3a0b66) will decrease coverage by 0.29%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #389      +/-   ##
==========================================
- Coverage   65.03%   64.74%   -0.29%     
==========================================
  Files          35       35              
  Lines        3795     3795              
==========================================
- Hits         2468     2457      -11     
- Misses       1134     1141       +7     
- Partials      193      197       +4     
Flag Coverage Δ
integration 69.84% <ø> (-0.55%) ⬇️
unit 58.90% <ø> (ø)

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

Components Coverage Δ
api/v1beta1 (u) ∅ <ø> (∅)
pkg/common (u) 76.92% <ø> (ø)
pkg/istio (u) 37.11% <ø> (ø)
pkg/log (u) 31.81% <ø> (ø)
pkg/reconcilers (u) 33.21% <ø> (ø)
pkg/rlptools (u) 56.46% <ø> (ø)
controllers (i) 69.84% <ø> (-0.55%) ⬇️

see 6 files with indirect coverage changes

@@ -1,4 +1,4 @@
---
namespace: istio-system
resources:
- github.com/maistra/istio-operator/config/default?ref=maistra-3.0
- github.com/maistra/istio-operator/config/default?ref=sail-mvp2
Copy link
Member

@adam-cattermole adam-cattermole Jan 9, 2024

Choose a reason for hiding this comment

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

I had a look at using this tag before - unfortunately the code is pinned but the deployment uses the floating 3.0-latest tag which is not compatible with the tagged code. We could potentially patch the deployment with a compatible nightly build. This will hopefully be fixed in the future so we don't have to override the deployment image ourselves - #382 (comment)

@adam-cattermole
Copy link
Member

Superseded by #402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants