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

Remove toolchain directive #2135

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

dsimansk
Copy link
Contributor

Changes

  • Remove toolchain directive

We need to drop this at least temporarily until release is done, because one of our tools performing auto-update deps is not working with toolchain directive yet.

/cc @knative/knative-release-leads
/cc @matejvasek @lkingland

/kind

Fixes #

Release Note

NONE

Copy link

knative-prow bot commented Jan 24, 2024

@dsimansk: The label(s) kind/<kind> cannot be applied, because the repository doesn't have them.

In response to this:

Changes

  • Remove toolchain directive

We need to drop this at least temporarily until release is done, because one of our tools performing auto-update deps is not working with toolchain directive yet.

/cc @knative/knative-release-leads
/cc @matejvasek @lkingland

/kind

Fixes #

Release Note

NONE

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@knative-prow knative-prow bot requested review from lkingland, matejvasek and a team January 24, 2024 14:01
Copy link

knative-prow bot commented Jan 24, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dsimansk

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 24, 2024
Copy link
Member

@creydr creydr left a comment

Choose a reason for hiding this comment

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

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jan 24, 2024
Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2f3a048) 64.19% compared to head (1a75baf) 65.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2135      +/-   ##
==========================================
+ Coverage   64.19%   65.16%   +0.97%     
==========================================
  Files         108      108              
  Lines       13919    13919              
==========================================
+ Hits         8935     9071     +136     
+ Misses       4110     3950     -160     
- Partials      874      898      +24     
Flag Coverage Δ
e2e-test 37.37% <ø> (ø)
e2e-test-oncluster 30.53% <ø> (+<0.01%) ⬆️
e2e-test-oncluster-runtime 26.82% <ø> (?)
e2e-test-runtime-go 25.57% <ø> (?)
e2e-test-runtime-node 26.57% <ø> (?)
e2e-test-runtime-python 26.57% <ø> (?)
e2e-test-runtime-quarkus 26.68% <ø> (?)
e2e-test-runtime-rust 25.57% <ø> (?)
e2e-test-runtime-springboot 25.71% <ø> (?)
integration-tests 51.82% <ø> (+1.96%) ⬆️
unit-tests-macos-latest 48.85% <ø> (ø)
unit-tests-ubuntu-latest 49.59% <ø> (ø)
unit-tests-windows-latest 48.86% <ø> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matejvasek
Copy link
Contributor

I thought that the directive was added by codegen 😄 .

@dsimansk
Copy link
Contributor Author

dsimansk commented Jan 24, 2024

I thought that the directive was added by codegen 😄 .

Well, the chain looks like the following. Firstly, it's added through go mod tidy whenever go 1.21 module is pulled. go mod tidy is executed after buoy recognize new knative version thingy. Then our homegrown buoy tool stops actually working. I.e. silenty preventing any more auto updates.

knative/toolbox#24

@knative-prow knative-prow bot merged commit 00dabe3 into knative:main Jan 24, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants