Skip to content

Revert "Bump golang.org/x/net from 0.8.0 to 0.17.0 in /sdn/vm"#910

Closed
uncleDecart wants to merge 1 commit intomasterfrom
revert-904-dependabot/go_modules/sdn/vm/golang.org/x/net-0.17.0
Closed

Revert "Bump golang.org/x/net from 0.8.0 to 0.17.0 in /sdn/vm"#910
uncleDecart wants to merge 1 commit intomasterfrom
revert-904-dependabot/go_modules/sdn/vm/golang.org/x/net-0.17.0

Conversation

@uncleDecart
Copy link
Copy Markdown
Member

Reverts #904

Build fails, so we need to investigate what causes it

@uncleDecart
Copy link
Copy Markdown
Member Author

@milan-zededa I guess we need to locally try to update it.

@uncleDecart
Copy link
Copy Markdown
Member Author

@giggsoff can you check? :)

@giggsoff
Copy link
Copy Markdown
Collaborator

Can you please sign the commit?

@giggsoff
Copy link
Copy Markdown
Collaborator

Well, I think we can close it with #904 merged.

@giggsoff giggsoff closed this Oct 23, 2023
@milan-zededa
Copy link
Copy Markdown
Contributor

@giggsoff This is revert of #904, build started failing so we need to investigate and try update locally.

@uncleDecart
Copy link
Copy Markdown
Member Author

@giggsoff can you please reopen it? I don't have permissions to do that

@uncleDecart
Copy link
Copy Markdown
Member Author

Okay, now it seems to be working with two commits merged from dependabot

@giggsoff
Copy link
Copy Markdown
Collaborator

Well, I think we can close it with #904 merged.

Sorry, I meant #903 here. And yes, with two of them it works.

uncleDecart added a commit to uncleDecart/eden that referenced this pull request Oct 23, 2023
Following on lf-edge#910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

This commit introduces ref parameter to avoid pulling and building
Eden master.

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
uncleDecart added a commit to uncleDecart/eden that referenced this pull request Oct 24, 2023
Following on lf-edge#910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

This commit introduces ref parameter to avoid pulling and building
Eden master.

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
uncleDecart added a commit to uncleDecart/eden that referenced this pull request Oct 24, 2023
Following on lf-edge#910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

This commit introduces ref parameter to avoid pulling and building
Eden master.

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
uncleDecart added a commit to uncleDecart/eden that referenced this pull request Oct 25, 2023
Following on lf-edge#910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

This commit introduces ref parameter to avoid pulling and building
Eden master.

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
uncleDecart added a commit to uncleDecart/eden that referenced this pull request Nov 7, 2023
Following on lf-edge#910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

Investigating it more turns out in version 3.5.3 of github checkout
action behaviour is what we need. Check lf-edge#909 for more info

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
uncleDecart added a commit to uncleDecart/eden that referenced this pull request Nov 7, 2023
Following on lf-edge#910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

Investigating it more turns out in version 3.5.3 of github checkout
action behaviour is what we need. Check lf-edge#909 for more info

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
uncleDecart added a commit to uncleDecart/eden that referenced this pull request Nov 8, 2023
Following on lf-edge#910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

Investigating it more turns out in version 3.5.3 of github checkout
action behaviour is what we need. Check lf-edge#909 for more info

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
giggsoff pushed a commit that referenced this pull request Nov 8, 2023
Following on #910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

Investigating it more turns out in version 3.5.3 of github checkout
action behaviour is what we need. Check #909 for more info

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
@uncleDecart uncleDecart deleted the revert-904-dependabot/go_modules/sdn/vm/golang.org/x/net-0.17.0 branch February 7, 2024 12:33
europaul pushed a commit to europaul/eden that referenced this pull request Feb 7, 2024
Following on lf-edge#910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

Investigating it more turns out in version 3.5.3 of github checkout
action behaviour is what we need. Check lf-edge#909 for more info

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
uncleDecart added a commit that referenced this pull request Feb 7, 2024
Following on #910 we saw that EVE checks out Eden master
code and not code from tag from yml file and if master fails
tests are failing on EVE, which is undesirable

https://github.com/lf-edge/eve/actions/runs/6613253197/job/17960730583?pr=3516#step:2:474

Investigating it more turns out in version 3.5.3 of github checkout
action behaviour is what we need. Check #909 for more info

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
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.

3 participants