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

Downgrade ddp-builder container version #529

Merged

Conversation

almaslennikov
Copy link
Contributor

Upgrading to golang:1.21-alpine3.19 caused the ddp build to fail: https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/actions/runs/7738698140
Let's downgrade it until the root cause is found

Upgrading to golang:1.21-alpine3.19 caused the ddp build to fail.
Downgrade it until the root cause is found

Signed-off-by: amaslennikov <amaslennikov@nvidia.com>
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 7799246143

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 75.708%

Totals Coverage Status
Change from base Build 7738698138: 0.0%
Covered Lines: 2032
Relevant Lines: 2684

💛 - Coveralls

@@ -10,7 +10,7 @@ WORKDIR /usr/src/sriov-network-device-plugin
RUN make clean && \
make build

FROM golang:1.21-alpine3.19 as ddp-builder
FROM golang:1.20-alpine3.16 as ddp-builder
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think a better idea will be to have a different container for the ddp tool we want the go code to be on 1.21

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I propose to address this in a separate PR, so that we unblock the image build first

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The go code is built with golang 1.21, ddp uses a different layer

Copy link
Contributor

Choose a reason for hiding this comment

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

@SchSeba can you please open an issue on this ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

oh it was already done sorry I miss it...

Copy link
Contributor

@adrianchiris adrianchiris left a comment

Choose a reason for hiding this comment

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

LGTM

@adrianchiris
Copy link
Contributor

@Eoghan1232 PTAL, currently build&push image GA workflow is failing, this should fix it.

@Eoghan1232 Eoghan1232 merged commit abb8d4c into k8snetworkplumbingwg:master Feb 19, 2024
10 checks passed
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.

5 participants